Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c58 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()
187 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fcopy()
375 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
386 PTR_FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
389 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
405 (type & SLJIT_CALL_RETURN) ? UNMOVABLE_INS : DR(SLJIT_SP))); in sljit_emit_call()
457 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
458 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c41 return push_inst(compiler, NOP, UNMOVABLE_INS); in emit_copysign()
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()
314 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
323 PTR_FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
325 PTR_FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_call()
328 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
383 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_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 DsljitNativeMIPS_common.c1272 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_void()
1298 return push_inst(compiler, ins, UNMOVABLE_INS); in sljit_emit_return_to()
1599 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_clz_ctz()
2421 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0()
2766 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op_src()
2807 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_op_dst()
2999 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw()
3244 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
3293 sljit_s32 delay_check = UNMOVABLE_INS; in sljit_emit_jump()
3553 if (compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_ijump()
[all …]
H A DsljitLir.c239 # define UNMOVABLE_INS 32 macro
487 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()

Completed in 45 milliseconds