Home
last modified time | relevance | path

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

/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
538 (_stack)[_slot].mem_type
553 (_stack)[_slot].mem_type = __type; \
567 (_stack)[_slot].mem_type = IS_UNKNOWN; \
H A Dzend_jit_trace.c4104 uint8_t type, mem_type; in zend_jit_trace() local
4109 mem_type = STACK_MEM_TYPE(parent_stack, i); in zend_jit_trace()
4110 if (mem_type != IS_UNKNOWN) { in zend_jit_trace()
4111 SET_STACK_TYPE(stack, i, mem_type, 1); in zend_jit_trace()
/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
2116 mem_type = INT_DATA | SIGNED_DATA; in sljit_emit_op_flags()
2124 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), dst, dstw, dst, dstw)); in sljit_emit_op_flags()
2173 return emit_op_mem(compiler, mem_type, src_ar, dst, dstw); in sljit_emit_op_flags()
2184 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
2187 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_op_flags()
2188 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, TMP_REG2, 0); in sljit_emit_op_flags()

Completed in 43 milliseconds