Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h437 uint8_t mem_type; /* stack slot type (for eliminate dead type store) */ member
471 (_stack)[_slot].mem_type
483 (_stack)[_slot].mem_type = __type; \
498 (_stack)[_slot].mem_type = IS_UNKNOWN; \
H A Dzend_jit_trace.c4184 uint8_t type, mem_type; in zend_jit_trace() local
4189 mem_type = STACK_MEM_TYPE(parent_stack, i); in zend_jit_trace()
4190 if (mem_type != IS_UNKNOWN) { in zend_jit_trace()
4191 SET_STACK_TYPE(stack, i, mem_type, 1); in zend_jit_trace()
H A Dzend_jit_ir.c4442 uint32_t mem_type = STACK_MEM_TYPE(JIT_G(current_frame)->stack, EX_VAR_TO_NUM(var)); in zend_jit_store_var_if_necessary_ex() local
4444 if (mem_type != IS_UNKNOWN in zend_jit_store_var_if_necessary_ex()
4445 && (info & (MAY_BE_ANY|MAY_BE_REF|MAY_BE_UNDEF)) == (1 << mem_type)) { in zend_jit_store_var_if_necessary_ex()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c2827 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
2829 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2843 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, TMP_REG1, dst, dstw, dst, dstw)); in sljit_emit_op_flags()
2893 return emit_op_mem(compiler, mem_type, src_r, dst, dstw); in sljit_emit_op_flags()
2900 mem_type |= CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
2903 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, src_r, 0); in sljit_emit_op_flags()
2904 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, src_r, 0); in sljit_emit_op_flags()
H A DsljitNativeLOONGARCH_64.c2909 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
2922 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, TMP_REG1, dst, dstw, dst, dstw)); in sljit_emit_op_flags()
2978 return emit_op_mem(compiler, mem_type, src_r, dst, dstw); in sljit_emit_op_flags()
2985 mem_type |= CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
2988 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, src_r, 0); in sljit_emit_op_flags()
2989 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, src_r, 0); in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c3589 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
3591 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
3605 FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), dst, dstw, dst, dstw)); in sljit_emit_op_flags()
3663 return emit_op_mem(compiler, mem_type, src_ar, dst, dstw); in sljit_emit_op_flags()
3674 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
3677 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_op_flags()
3678 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, TMP_REG2, 0); in sljit_emit_op_flags()

Completed in 105 milliseconds