Home | History | Annotate | Download | only in sljit

Lines Matching refs:PTR_FAIL_IF

1616 	PTR_FAIL_IF(!label);
1629 PTR_FAIL_IF(!jump);
1635 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type)));
1640 PTR_FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0));
1642 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1671 PTR_FAIL_IF(!jump);
1676 PTR_FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1));
1680 PTR_FAIL_IF(load_immediate(compiler, TMP_REG1, srcw));
1689 PTR_FAIL_IF(push_inst(compiler, (CBZ ^ inv_bits) | (6 << 5) | RT(src)));
1690 PTR_FAIL_IF(emit_imm64_const(compiler, TMP_REG1, 0));
1692 PTR_FAIL_IF(push_inst(compiler, BR | RN(TMP_REG1)));
1939 PTR_FAIL_IF(!const_);
1943 PTR_FAIL_IF(emit_imm64_const(compiler, dst_r, init_value));
1946 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw, TMP_REG2));