Searched refs:mem_type (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 439 uint8_t mem_type; /* stack slot type (for eliminate dead type store) */ member 473 (_stack)[_slot].mem_type 485 (_stack)[_slot].mem_type = __type; \ 500 (_stack)[_slot].mem_type = IS_UNKNOWN; \
|
H A D | zend_jit_trace.c | 4184 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 D | zend_jit_ir.c | 4442 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-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeRISCV_common.c | 2827 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 D | sljitNativeLOONGARCH_64.c | 2909 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 D | sljitNativeMIPS_common.c | 3589 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 104 milliseconds