Searched refs:UNMOVABLE_INS (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_common.c | 1044 return push_inst(compiler, BREAK, UNMOVABLE_INS); in sljit_emit_op0() 1046 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 1062 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0() 1063 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0() 1570 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return() 1590 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label() 1625 sljit_si delay_check = UNMOVABLE_INS; in sljit_emit_jump() 1850 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_cmp() 1933 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fcmp() 1989 if (compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_ijump() [all …]
|
H A D | sljitNativeSPARC_common.c | 187 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst() 769 return push_inst(compiler, TA, UNMOVABLE_INS); in sljit_emit_op0() 771 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 935 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom() 1210 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_fast_return() 1230 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label() 1321 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump() 1330 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_jump() 1351 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_ijump() 1367 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_ijump() [all …]
|
H A D | sljitNativeSPARC_32.c | 86 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op() 87 …FAIL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS | (… in emit_single_op() 93 FAIL_IF(push_inst(compiler, BICC | DA(0xe) | (-2 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op() 94 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS | … in emit_single_op()
|
H A D | sljitNativeMIPS_32.c | 141 FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS)); in emit_single_op() 142 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32), UNMOVABLE_INS)); in emit_single_op() 146 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op() 147 FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 233 FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS)); in emit_single_op() 234 …_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64), UNMOVABLE_INS)); in emit_single_op() 238 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op() 239 …(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); in emit_single_op()
|
H A D | sljitLir.c | 192 # define UNMOVABLE_INS 32 macro 217 # define UNMOVABLE_INS 32 macro 394 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler() 398 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()
|
Completed in 27 milliseconds