Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c2104 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
2106 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h525 uint8_t mem_type; /* stack slot type (for eliminate dead type store) */ member
H A Dzend_jit_trace.c4104 uint8_t type, mem_type; in zend_jit_trace() local

Completed in 91 milliseconds