Searched refs:src2_tmp_reg (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeRISCV_common.c | 1734 …sljit_s32 src2_tmp_reg = (GET_OPCODE(op) >= SLJIT_OP2_BASE && FAST_IS_REG(src1)) ? TMP_REG1 : TMP_… in emit_op() local 1750 src2_tmp_reg = dst_r; in emit_op() 1800 FAIL_IF(load_immediate(compiler, src2_tmp_reg, src2w, TMP_REG3)); in emit_op() 1801 src2_r = src2_tmp_reg; in emit_op() 1813 if (getput_arg_fast(compiler, flags | LOAD_DATA, src2_tmp_reg, src2, src2w)) in emit_op() 1817 src2_r = src2_tmp_reg; in emit_op() 2669 sljit_s32 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in sljit_emit_cmp() local 2690 PTR_FAIL_IF(emit_op_mem2(compiler, flags, src2_tmp_reg, src2, src2w, 0, 0)); in sljit_emit_cmp() 2691 src2 = src2_tmp_reg; in sljit_emit_cmp() 2705 PTR_FAIL_IF(load_immediate(compiler, src2_tmp_reg, src2w, TMP_REG3)); in sljit_emit_cmp() [all …]
|
H A D | sljitNativeLOONGARCH_64.c | 1745 …sljit_s32 src2_tmp_reg = (GET_OPCODE(op) >= SLJIT_OP2_BASE && FAST_IS_REG(src1)) ? TMP_REG1 : TMP_… in emit_op() local 1760 src2_tmp_reg = dst_r; in emit_op() 1808 FAIL_IF(load_immediate(compiler, src2_tmp_reg, src2w)); in emit_op() 1809 src2_r = src2_tmp_reg; in emit_op() 1821 if (getput_arg_fast(compiler, flags | LOAD_DATA, src2_tmp_reg, src2, src2w)) in emit_op() 1826 src2_r = src2_tmp_reg; in emit_op() 2752 sljit_s32 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in sljit_emit_cmp() local 2770 PTR_FAIL_IF(emit_op_mem2(compiler, flags, src2_tmp_reg, src2, src2w, 0, 0)); in sljit_emit_cmp() 2771 src2 = src2_tmp_reg; in sljit_emit_cmp() 2785 PTR_FAIL_IF(load_immediate(compiler, src2_tmp_reg, src2w)); in sljit_emit_cmp() [all …]
|
H A D | sljitNativeMIPS_common.c | 2287 src2_tmp_reg = dst_r; in emit_op() 2339 FAIL_IF(load_immediate(compiler, DR(src2_tmp_reg), src2w)); in emit_op() 2340 src2_r = src2_tmp_reg; in emit_op() 2354 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(src2_tmp_reg), src2, src2w)) in emit_op() 2358 src2_r = src2_tmp_reg; in emit_op() 2375 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(src2_tmp_reg), src2, src2w, dst, dstw)); in emit_op() 3394 PTR_FAIL_IF(load_immediate(compiler, DR(src2_tmp_reg), src2w)); \ 3395 src2 = src2_tmp_reg; \ 3408 sljit_s32 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in sljit_emit_cmp() local 3429 PTR_FAIL_IF(emit_op_mem2(compiler, flags, DR(src2_tmp_reg), src2, src2w, 0, 0)); in sljit_emit_cmp() [all …]
|
H A D | sljitNativePPC_common.c | 1305 …sljit_s32 src2_tmp_reg = (!(input_flags & ALT_SIGN_EXT) && GET_OPCODE(op) >= SLJIT_OP2_BASE && FAS… in emit_op() local 1316 src2_tmp_reg = dst_r; in emit_op() 1329 FAIL_IF(load_immediate(compiler, src2_tmp_reg, src2w)); in emit_op() 1330 src2_r = src2_tmp_reg; in emit_op() 1333 FAIL_IF(emit_op_mem(compiler, input_flags | LOAD_DATA, src2_tmp_reg, src2, src2w, TMP_REG1)); in emit_op() 1334 src2_r = src2_tmp_reg; in emit_op()
|
H A D | sljitNativeARM_32.c | 2075 sljit_s32 src2_tmp_reg = 0; in emit_op() local 2186 src2_tmp_reg = dst_reg; in emit_op() 2193 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in emit_op() 2197 src2_reg = src2_tmp_reg; in emit_op() 2214 src2_reg = src2_tmp_reg; in emit_op() 2237 FAIL_IF(load_immediate(compiler, src2_tmp_reg, (sljit_uw)src2w)); in emit_op() 2238 src2_reg = src2_tmp_reg; in emit_op()
|
H A D | sljitNativeARM_T2_32.c | 2005 sljit_s32 dst_reg, src2_tmp_reg, flags; in sljit_emit_op2() local 2022 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in sljit_emit_op2() 2023 emit_op_mem(compiler, WORD_SIZE, src2_tmp_reg, src2, src2w, TMP_REG1); in sljit_emit_op2() 2024 src2w = src2_tmp_reg; in sljit_emit_op2()
|
Completed in 90 milliseconds