Home | History | Annotate | Download | only in sljit

Lines Matching refs:PTR_FAIL_IF

2078 	PTR_FAIL_IF(!label);
2159 PTR_FAIL_IF(!jump);
2171 PTR_FAIL_IF(emit_const(compiler, TMP_CALL_REG, 0));
2172 PTR_FAIL_IF(push_inst(compiler, MTCTR | S(TMP_CALL_REG)));
2174 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0)));
2379 PTR_FAIL_IF(!const_);
2384 PTR_FAIL_IF(emit_const(compiler, reg, init_value));
2387 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0));