Home
last modified time | relevance | path

Searched refs:push_inst (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
90 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
378 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
379 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
89 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2); in load_immediate()
164 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
177 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
181 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
192 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
211 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
221 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
222 return push_inst(compiler, CNTLZD | S(src2) | A(dst)); in emit_single_op()
235 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
[all …]
H A DsljitNativePPC_32.c32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op()
66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
78 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 16)); in emit_single_op()
96 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
123 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
129 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
211 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
465 FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
466 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
469 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
473 FAIL_IF(push_inst(compiler, MFHI | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
[all …]
H A DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
86 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
93 return push_inst(compiler, ADD | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS); in emit_single_op()
[all …]
H A DsljitNativeARM_64.c452 return push_inst(compiler, MOVZ | RD(dst) | (imm << 5)); in load_immediate()
1106 FAIL_IF(push_inst(compiler, STP_PRE | 29 | RT2(TMP_LR) in sljit_emit_enter()
1163 FAIL_IF(push_inst(compiler, STP_PRE | 29 | RT2(TMP_LR) in sljit_emit_enter()
1208 FAIL_IF(push_inst(compiler, LDP_PST | 29 | RT2(TMP_LR) in sljit_emit_return()
1259 FAIL_IF(push_inst(compiler, LDP_PST | 29 | RT2(TMP_LR) in sljit_emit_return()
1265 FAIL_IF(push_inst(compiler, RET | RN(TMP_LR))); in sljit_emit_return()
1283 return push_inst(compiler, BRK); in sljit_emit_op0()
1285 return push_inst(compiler, NOP); in sljit_emit_op0()
1580 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
1835 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_fast_return()
[all …]
H A DsljitNativeARM_32.c263 return push_inst(compiler, BLX | RM(TMP_REG2)); in emit_blx()
923 FAIL_IF(push_inst(compiler, push)); in sljit_emit_enter()
981 return push_inst(compiler, pop); in sljit_emit_return()
1082 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
1598 FAIL_IF(push_inst(compiler, BKPT)); in sljit_emit_op0()
1601 FAIL_IF(push_inst(compiler, NOP)); in sljit_emit_op0()
1605 return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULL : SMULL) in sljit_emit_op0()
1797 return push_inst(compiler, *(sljit_uw*)instruction); in sljit_emit_op_custom()
1884 FAIL_IF(push_inst(compiler, VMOV | RD(src) | (TMP_FREG1 << 16))); in sljit_emit_fop1_conv_f64_from_sw()
1918 return push_inst(compiler, VMRS); in sljit_emit_fop1_cmp()
[all …]
H A DsljitNativeMIPS_common.c1050 return push_inst(compiler, BREAK, UNMOVABLE_INS); in sljit_emit_op0()
1052 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1061 return push_inst(compiler, MFHI | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
1068 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1069 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0()
1593 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return()
1704 PTR_FAIL_IF(push_inst(compiler, inst, UNMOVABLE_INS)); in sljit_emit_jump()
1710 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1857 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_cmp()
1924 FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS)); in sljit_emit_ijump()
[all …]
H A DsljitNativePPC_common.c622 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter()
728 FAIL_IF(push_inst(compiler, MTLR | S(0))); in sljit_emit_return()
729 FAIL_IF(push_inst(compiler, BLR)); in sljit_emit_return()
1291 return push_inst(compiler, NOP); in sljit_emit_op0()
2074 return push_inst(compiler, MFLR | D(dst)); in sljit_emit_fast_enter()
2077 FAIL_IF(push_inst(compiler, MFLR | D(TMP_REG2))); in sljit_emit_fast_enter()
2088 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_fast_return()
2094 FAIL_IF(push_inst(compiler, MTLR | S(TMP_REG2))); in sljit_emit_fast_return()
2096 return push_inst(compiler, BLR); in sljit_emit_fast_return()
2251 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
H A DsljitNativeSPARC_common.c555 FAIL_IF(push_inst(compiler, data_transfer_insts[flags & MEM_MASK] in getput_arg_fast()
802 return push_inst(compiler, TA, UNMOVABLE_INS); in sljit_emit_op0()
804 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
809 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
820 FAIL_IF(push_inst(compiler, WRY | S1(0), MOVABLE_INS)); in sljit_emit_op0()
823 FAIL_IF(push_inst(compiler, WRY | S1(TMP_REG1), MOVABLE_INS)); in sljit_emit_op0()
974 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
1232 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return()
1352 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1389 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump()
[all …]
H A DsljitNativeTILEGX_64.c350 #define push_inst(a, b) push_inst_debug(a, b, __LINE__) macro
352 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() function
380 push_inst(compiler, encoding)
464 push_inst(compiler, ADD_X1 | DEST_X1(dest) | SRCA_X1(srca) | SRCB_X1(srcb))
467 push_inst(compiler, ADDI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM8_X1(imm))
470 push_inst(compiler, ADDLI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM16_X1(imm))
476 push_inst(compiler, JALR_X1 | SRCA_X1(reg))
479 push_inst(compiler, JR_X1 | SRCA_X1(reg))
654 return push_inst(compiler, bits); in update_buffer()
695 return push_inst(compiler, bits); in update_buffer()
[all …]

Completed in 53 milliseconds