Home
last modified time | relevance | path

Searched refs:UNMOVABLE_INS (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c217 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
226 PTR_FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
228 PTR_FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
231 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
244 PTR_FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
247 (type & SLJIT_CALL_RETURN) ? UNMOVABLE_INS : DR(SLJIT_SP))); in sljit_emit_call()
297 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
299 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
300 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()
310 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c246 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
255 PTR_FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
257 PTR_FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
260 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
315 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
317 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
318 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_icall()
H A DsljitNativeSPARC_common.c211 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
949 return push_inst(compiler, TA, UNMOVABLE_INS); in sljit_emit_op0()
951 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
1103 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
1133 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
1363 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
1384 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1484 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
1493 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump()
1531 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump()
[all …]
H A DsljitNativeMIPS_common.c1117 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_void()
1143 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_to()
1448 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_clz_ctz()
2164 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
2504 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
2827 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
2848 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
2897 sljit_s32 delay_check = UNMOVABLE_INS; in sljit_emit_jump()
3161 if (compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_ijump()
3187 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_ijump()
[all …]
H A DsljitNativeSPARC_32.c80 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op()
81 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, BICC | DA(0xe) | ((sljit_ins)-2 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op()
88 return push_inst(compiler, ADD | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS); in emit_single_op()
H A DsljitLir.c229 # define UNMOVABLE_INS 32 macro
441 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()

Completed in 31 milliseconds