Home | History | Annotate | Download | only in sljit

Lines Matching refs:UNMOVABLE_INS

191 	SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
437 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
441 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
471 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS));
472 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
773 return push_inst(compiler, TA, UNMOVABLE_INS);
775 return push_inst(compiler, NOP, UNMOVABLE_INS);
939 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
1213 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1(TMP_LINK) | IMM(8), UNMOVABLE_INS));
1214 return push_inst(compiler, NOP, UNMOVABLE_INS);
1234 compiler->delay_slot = UNMOVABLE_INS;
1307 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
1310 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1317 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
1320 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1325 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1332 PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | IMM(0), UNMOVABLE_INS));
1334 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1355 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1368 FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0), UNMOVABLE_INS));
1371 return push_inst(compiler, NOP, UNMOVABLE_INS);
1403 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS));
1405 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
1407 FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(1), UNMOVABLE_INS));
1408 FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(0), UNMOVABLE_INS));