Home
last modified time | relevance | path

Searched refs:FAST_IS_REG (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1283 if (FAST_IS_REG(src)) { in emit_mov()
1291 if (FAST_IS_REG(dst)) { in emit_mov()
1319 if (FAST_IS_REG(dst)) { in emit_mov()
1643 if (FAST_IS_REG(dst)) { in emit_unary()
2053 if (FAST_IS_REG(dst)) {
2611 if (!FAST_IS_REG(dst))
2616 if (FAST_IS_REG(dst))
3210 if (FAST_IS_REG(dst))
3212 if (FAST_IS_REG(src))
3236 if (FAST_IS_REG(dst)) {
[all …]
H A DsljitNativeS390X.c1053 if (FAST_IS_REG(dst)) { in emit_rr()
1067 if (FAST_IS_REG(src2)) in emit_rr()
1088 if (FAST_IS_REG(src1)) in emit_rr1()
1105 if (FAST_IS_REG(src1)) in emit_rrf()
1110 if (FAST_IS_REG(src2)) in emit_rrf()
1132 if (FAST_IS_REG(dst)) { in emit_ri()
1155 if (!FAST_IS_REG(src1)) in emit_rie_d()
1180 if (FAST_IS_REG(dst)) { in emit_rx()
2100 if (FAST_IS_REG(dst) && FAST_IS_REG(src)) { in sljit_emit_op1()
2788 if (FAST_IS_REG(src1)) in sljit_emit_shift()
[all …]
H A DsljitNativePPC_32.c332 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
339 } else if (!FAST_IS_REG(src)) { in sljit_emit_fop1_conv_f64_from_sw()
374 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_uw()
379 } else if (!FAST_IS_REG(src)) { in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeX86_64.c938 if (FAST_IS_REG(dst)) { in emit_fast_enter()
962 if (FAST_IS_REG(src)) { in emit_fast_return()
1140 if (FAST_IS_REG(dst)) { in emit_mov_int()
1157 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
1159 if ((dst & SLJIT_MEM) && FAST_IS_REG(src)) in emit_mov_int()
1188 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG; in sljit_emit_fop1_conv_f64_from_uw()
1211 if (!FAST_IS_REG(src)) { in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeARM_64.c1577 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1582 if (FAST_IS_REG(dst) && FAST_IS_REG(src)) in sljit_emit_op1()
1685 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op2()
1830 if (FAST_IS_REG(src)) in sljit_emit_op_src()
1872 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
1876 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_dst()
2407 SLJIT_ASSERT(FAST_IS_REG(src)); in emit_cmp_to0()
2489 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
3210 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_simd_sign()
3436 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_const()
[all …]
H A DsljitNativePPC_64.c575 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
584 if (FAST_IS_REG(src)) in sljit_emit_fop1_conv_f64_from_sw()
591 if (FAST_IS_REG(src)) { in sljit_emit_fop1_conv_f64_from_sw()
611 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_uw()
618 if (FAST_IS_REG(src)) in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeARM_32.c2179 if (FAST_IS_REG(src2)) in emit_op()
2202 if (FAST_IS_REG(src1)) in emit_op()
2216 if (FAST_IS_REG(src2)) in emit_op()
2564 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2596 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2714 if (FAST_IS_REG(dst)) in sljit_emit_fop1_conv_sw_from_f64()
2727 if (FAST_IS_REG(src)) in sljit_emit_fop1_conv_f64_from_w()
3143 if (src && FAST_IS_REG(*src)) in softfloat_call_with_args()
3376 if (FAST_IS_REG(src)) { in sljit_emit_ijump()
3483 if (FAST_IS_REG(src)) { in emit_fmov_before_return()
[all …]
H A DsljitNativePPC_common.c1309 if (FAST_IS_REG(dst)) { in emit_op()
1320 if (FAST_IS_REG(src2)) { in emit_op()
1338 if (FAST_IS_REG(src1)) { in emit_op()
2102 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2133 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2139 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_dst()
2195 if (FAST_IS_REG(dst)) { in sljit_emit_fop1_conv_sw_from_f64()
2205 if (FAST_IS_REG(dst)) { in sljit_emit_fop1_conv_sw_from_f64()
2585 if (FAST_IS_REG(src)) { in sljit_emit_ijump()
3122 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitNativeRISCV_common.c1746 else if (FAST_IS_REG(dst)) { in emit_op()
1773 if (FAST_IS_REG(src1)) { in emit_op()
1792 if (FAST_IS_REG(src2)) { in emit_op()
2154 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2183 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2189 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_op_dst()
2240 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_fop1_conv_sw_from_f64()
2403 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2453 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
3082 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitNativeARM_T2_32.c1926 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_op1()
1968 else if (FAST_IS_REG(dst)) in sljit_emit_op1()
2139 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2170 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2290 if (FAST_IS_REG(dst)) in sljit_emit_fop1_conv_sw_from_f64()
2303 if (FAST_IS_REG(src)) in sljit_emit_fop1_conv_f64_from_w()
2709 if (src && FAST_IS_REG(*src)) in softfloat_call_with_args()
2942 if (FAST_IS_REG(src)) { in sljit_emit_ijump()
3039 if (FAST_IS_REG(src)) { in emit_fmov_before_return()
3067 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
[all …]
H A DsljitNativeLOONGARCH_64.c1756 } else if (FAST_IS_REG(dst)) { in emit_op()
1781 if (FAST_IS_REG(src1)) { in emit_op()
1800 if (FAST_IS_REG(src2)) { in emit_op()
2133 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2174 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2180 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_op_dst()
2435 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2485 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
3537 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_simd_sign()
3729 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitNativeMIPS_common.c2283 else if (FAST_IS_REG(dst)) { in emit_op()
2309 if (FAST_IS_REG(src1)) { in emit_op()
2330 if (FAST_IS_REG(src2)) { in emit_op()
2760 if (FAST_IS_REG(src)) in sljit_emit_op_src()
2794 if (FAST_IS_REG(dst)) in sljit_emit_op_dst()
2798 dst_ar = DR(FAST_IS_REG(dst) ? dst : TMP_REG2); in sljit_emit_op_dst()
2861 if (FAST_IS_REG(dst)) { in sljit_emit_fop1_conv_sw_from_f64()
3096 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
3146 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
4225 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitNativeX86_32.c1169 if (FAST_IS_REG(src)) { in emit_fmov_before_return()
1191 if (FAST_IS_REG(dst)) in emit_fast_enter()
1207 if (FAST_IS_REG(src)) { in emit_fast_return()
1393 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG; in sljit_emit_fop1_conv_f64_from_uw()
1430 if (!FAST_IS_REG(src)) { in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitLir.c130 #define FAST_IS_REG(reg) ((reg) < REG_MASK) macro

Completed in 188 milliseconds