/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 57 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op() 65 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 66 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op() 69 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 80 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op() 81 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 16)); in emit_single_op() 90 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op() 94 FAIL_IF(push_inst(compiler, NEG | D(TMP_REG1) | A(src2))); in emit_single_op() 96 FAIL_IF(push_inst(compiler, CNTLZW | S(dst) | A(dst))); in emit_single_op() [all …]
|
H A D | sljitNativePPC_64.c | 50 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 170 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op() 171 return push_inst(compiler, CLRLDI(dst, src2, 32)); in emit_single_op() 183 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 184 return push_inst(compiler, CLRLDI(dst, src2, 56)); in emit_single_op() 187 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 198 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op() 199 return push_inst(compiler, CLRLDI(dst, src2, 48)); in emit_single_op() 231 return push_inst(compiler, SRDI(32) | S(dst) | A(dst)); in emit_single_op() 261 return push_inst(compiler, CMPI | A(dst) | 0); in emit_single_op() [all …]
|
H A D | sljitNativeRISCV_64.c | 37 FAIL_IF(push_inst(compiler, LUI | RD(dst_r) | (sljit_ins)0x80000000u)); in load_immediate() 38 return push_inst(compiler, XORI | RD(dst_r) | RS1(dst_r) | IMM_I(imm)); in load_immediate() 49 return push_inst(compiler, ADDI | RD(dst_r) | RS1(dst_r) | IMM_I(imm)); in load_immediate() 62 FAIL_IF(push_inst(compiler, LUI | RD(dst_r) | (sljit_ins)0x80000000u)); in load_immediate() 74 FAIL_IF(push_inst(compiler, SLLI | RD(dst_r) | RS1(dst_r) | IMM_I(12))); in load_immediate() 77 return push_inst(compiler, XORI | RD(dst_r) | RS1(dst_r) | IMM_I(imm)); in load_immediate() 107 FAIL_IF(push_inst(compiler, LUI | RD(dst_r) | (sljit_ins)0x80000000u)); in load_immediate() 126 return push_inst(compiler, XOR | RD(dst_r) | RS1(dst_r) | RS2(tmp_r)); in load_immediate() 165 return push_inst(compiler, inst); in sljit_emit_fcopy() 187 FAIL_IF(push_inst(compiler, XOR | RD(dst) | RS1(dst) | RS2(TMP_REG3))); in emit_const() [all …]
|
H A D | sljitNativeRISCV_32.c | 32 return push_inst(compiler, ADDI | RD(dst_r) | RS1(TMP_ZERO) | IMM_I(imm)); in load_immediate() 37 FAIL_IF(push_inst(compiler, LUI | RD(dst_r) | (sljit_ins)(imm & ~0xfff))); in load_immediate() 42 return push_inst(compiler, ADDI | RD(dst_r) | RS1(dst_r) | IMM_I(imm)); in load_immediate() 66 FAIL_IF(push_inst(compiler, FLD | FRD(freg) | RS1(SLJIT_SP) | IMM_I(8))); in sljit_emit_fset64() 85 return push_inst(compiler, inst); in sljit_emit_fcopy() 97 FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(reg2) | (8 << 7))); in sljit_emit_fcopy() 101 FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(reg) | (12 << 7))); in sljit_emit_fcopy() 102 FAIL_IF(push_inst(compiler, FLD | FRD(freg) | RS1(SLJIT_SP) | IMM_I(8))); in sljit_emit_fcopy() 107 FAIL_IF(push_inst(compiler, FMV_X_W | FRS1(freg) | RD(reg2))); in sljit_emit_fcopy() 109 FAIL_IF(push_inst(compiler, LW | RD(reg) | RS1(SLJIT_SP) | IMM_I(12))); in sljit_emit_fcopy() [all …]
|
H A D | sljitNativeMIPS_64.c | 41 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign() 105 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate() 162 FAIL_IF(push_inst(compiler, DMTC1 | TA(0) | FS(freg), MOVABLE_INS)); in sljit_emit_fset64() 164 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64() 172 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64() 194 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy() 280 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args() 328 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call() 362 FAIL_IF(push_inst(compiler, ins, MOVABLE_INS)); in sljit_emit_icall() 385 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall() [all …]
|
H A D | sljitNativeMIPS_common.c | 1256 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_void() 1282 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_to() 1286 FAIL_IF(push_inst(compiler, ins, MOVABLE_INS)); in sljit_emit_return_to() 1583 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_clz_ctz() 2404 return push_inst(compiler, BREAK, UNMOVABLE_INS); in sljit_emit_op0() 2406 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 2766 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src() 2999 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw() 3020 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw() 3579 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump() [all …]
|
H A D | sljitNativeMIPS_32.c | 58 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_copysign() 67 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign() 127 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64() 153 FAIL_IF(push_inst(compiler, MFC1 | inst, DR(reg2))); in sljit_emit_fcopy() 181 FAIL_IF(push_inst(compiler, mthc | inst, MOVABLE_INS)); in sljit_emit_fcopy() 183 FAIL_IF(push_inst(compiler, mfhc | inst, DR(reg))); in sljit_emit_fcopy() 187 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy() 340 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args() 389 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call() 437 FAIL_IF(push_inst(compiler, ins, MOVABLE_INS)); in sljit_emit_icall() [all …]
|
H A D | sljitNativeARM_64.c | 1147 return push_inst(compiler, STRB | type | RT(reg) in emit_op_mem() 1500 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_return_void() 1540 return push_inst(compiler, BRK); in sljit_emit_op0() 1542 return push_inst(compiler, NOP); in sljit_emit_op0() 1835 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_op_src() 1927 return push_inst(compiler, STR_FR | type | VT(reg) in emit_fop_mem() 2230 return push_inst(compiler, inst); in sljit_emit_fcopy() 2414 PTR_FAIL_IF(push_inst(compiler, BR | RN(TMP_REG2))); in emit_cmp_to0() 2808 return push_inst(compiler, ORR_v | ins); in sljit_emit_simd_mov() 3045 return push_inst(compiler, ins); in sljit_emit_simd_lane_mov() [all …]
|
H A D | sljitNativeLOONGARCH_64.c | 1150 return push_inst(compiler, ins); in push_mem_inst() 1864 return push_inst(compiler, BREAK); in sljit_emit_op0() 2211 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom() 2361 FAIL_IF(push_inst(compiler, B | IMM_I26(7))); in sljit_emit_fop1_conv_f64_from_uw() 2620 return push_inst(compiler, inst); in sljit_emit_fcopy() 2710 PTR_FAIL_IF(push_inst(compiler, inst)); in sljit_emit_jump() 2722 PTR_FAIL_IF(push_inst(compiler, inst)); in sljit_emit_jump() 2833 PTR_FAIL_IF(push_inst(compiler, inst)); in sljit_emit_cmp() 3196 return push_inst(compiler, ins); in sljit_emit_simd_mov() 3267 return push_inst(compiler, ins | FRD(freg) | RJ(src)); in sljit_emit_simd_replicate() [all …]
|
H A D | sljitNativeRISCV_common.c | 167 return push_inst(compiler, ins | IMM_S(imm)); in push_imm_s_inst() 985 return push_inst(compiler, ins); in push_mem_inst() 1215 FAIL_IF(push_inst(compiler, LUI | RD(OTHER_FLAG) | 0x10000)); in emit_rev() 1861 return push_inst(compiler, EBREAK); in sljit_emit_op0() 2221 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom() 2282 FAIL_IF(push_inst(compiler, ins | FRD(dst_r) | RS1(src))); in sljit_emit_fop1_conv_f64_from_w() 2384 return push_inst(compiler, inst); in sljit_emit_fop1_cmp() 2627 PTR_FAIL_IF(push_inst(compiler, inst | BRANCH_LENGTH)); in sljit_emit_jump() 2639 PTR_FAIL_IF(push_inst(compiler, inst)); in sljit_emit_jump() 2750 PTR_FAIL_IF(push_inst(compiler, inst)); in sljit_emit_cmp() [all …]
|
H A D | sljitNativeS390X.c | 2247 return push_inst(compiler, in sljit_emit_op1() 2251 return push_inst(compiler, in sljit_emit_op1() 2256 return push_inst(compiler, in sljit_emit_op1() 2274 FAIL_IF(push_inst(compiler, in sljit_emit_op1() 2277 return push_inst(compiler, in sljit_emit_op1() 2284 return push_inst(compiler, in sljit_emit_op1() 2292 return push_inst(compiler, in sljit_emit_op1() 3722 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags() 3735 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags() 3739 FAIL_IF(push_inst(compiler, in sljit_emit_op_flags() [all …]
|
H A D | sljitNativeARM_32.c | 347 return push_inst(compiler, BLX | RM(TMP_REG1)); in emit_blx() 1384 FAIL_IF(push_inst(compiler, *(--remap_ptr))); in sljit_emit_enter() 1548 FAIL_IF(push_inst(compiler, POP | reg_list)); in emit_stack_frame_release() 2310 FAIL_IF(push_inst(compiler, BKPT)); in sljit_emit_op0() 2313 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0() 2569 return push_inst(compiler, BX | RM(TMP_REG2)); in sljit_emit_op_src() 2776 FAIL_IF(push_inst(compiler, VMRS)); in sljit_emit_fop1_cmp() 2978 return push_inst(compiler, inst); in sljit_emit_fcopy() 3799 return push_inst(compiler, inst); in sljit_emit_mem_update() 3947 return push_inst(compiler, VORR | ins); in sljit_emit_simd_mov() [all …]
|
H A D | sljitNativePPC_common.c | 871 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter() 1033 push_inst(compiler, MTLR | S(0)); in emit_stack_frame_release() 1051 return push_inst(compiler, BLR); in sljit_emit_return_void() 1373 return push_inst(compiler, NOP); in sljit_emit_op0() 1581 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op1() 1735 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op2() 2103 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_op_src() 2109 return push_inst(compiler, BLR); in sljit_emit_op_src() 2134 return push_inst(compiler, MFLR | D(dst)); in sljit_emit_op_dst() 2136 FAIL_IF(push_inst(compiler, MFLR | D(TMP_REG1))); in sljit_emit_op_dst() [all …]
|
/PHP-8.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 1905 push_inst(compiler, VSEQ | VD(dst_ind) | VJ(dst_ind) | VK(cmp1_ind)); in fast_forward_char_pair_lsx_compare() 1908 push_inst(compiler, VSEQ | VD(tmp_ind) | VJ(tmp_ind) | VK(cmp2_ind)); in fast_forward_char_pair_lsx_compare() 1911 push_inst(compiler, VOR_V | VD(dst_ind) | VJ(tmp_ind) | VK(dst_ind)); in fast_forward_char_pair_lsx_compare() 1958 push_inst(compiler, VREPLGR2VR | VD(cmp1_ind) | RJ_V(tmp1_reg_ind)); in fast_forward_char_simd() 1982 push_inst(compiler, VMSKLTZ_B | VD(tmp_ind) | VJ(data_ind)); in fast_forward_char_simd() 2008 push_inst(compiler, VMSKLTZ_B | VD(tmp_ind) | VJ(data_ind)); in fast_forward_char_simd() 2089 push_inst(compiler, VREPLGR2VR | VD(cmp1_ind) | RJ_V(tmp1_reg_ind)); in fast_requested_char_simd() 2107 push_inst(compiler, VMSKLTZ_B | VD(tmp_ind) | VJ(data_ind)); in fast_requested_char_simd() 2131 push_inst(compiler, VMSKLTZ_B | VD(tmp_ind) | VJ(data_ind)); in fast_requested_char_simd() 2285 push_inst(compiler, VMSKLTZ_B | VD(tmp1_ind) | VJ(data1_ind)); in fast_forward_char_pair_simd() [all …]
|