Home | History | Annotate | Download | only in sljit

Lines Matching refs:UNMOVABLE_INS

187 	SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
433 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
437 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
467 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS));
468 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
769 return push_inst(compiler, TA, UNMOVABLE_INS);
771 return push_inst(compiler, NOP, UNMOVABLE_INS);
935 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
1209 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1(TMP_LINK) | IMM(8), UNMOVABLE_INS));
1210 return push_inst(compiler, NOP, UNMOVABLE_INS);
1230 compiler->delay_slot = UNMOVABLE_INS;
1303 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
1306 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1313 if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
1316 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
1321 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1328 PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | IMM(0), UNMOVABLE_INS));
1330 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1351 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
1364 FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0), UNMOVABLE_INS));
1367 return push_inst(compiler, NOP, UNMOVABLE_INS);
1399 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS));
1401 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
1403 FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(1), UNMOVABLE_INS));
1404 FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(0), UNMOVABLE_INS));