Lines Matching refs:PTR_FAIL_IF

2148 	PTR_FAIL_IF(!label);  in sljit_emit_label()
2161 PTR_FAIL_IF(!jump); in sljit_emit_jump()
2169 PTR_FAIL_IF(prepare_blx(compiler)); in sljit_emit_jump()
2170 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, ((EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, in sljit_emit_jump()
2180 PTR_FAIL_IF(emit_blx(compiler)); in sljit_emit_jump()
2188 PTR_FAIL_IF(emit_imm(compiler, TMP_REG1, 0)); in sljit_emit_jump()
2189PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump()
2406 PTR_FAIL_IF(softfloat_call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2414 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
2416 PTR_FAIL_IF(softfloat_post_call_with_args(compiler, arg_types)); in sljit_emit_call()
2419 PTR_FAIL_IF(hardfloat_call_with_args(compiler, arg_types)); in sljit_emit_call()
2700PTR_FAIL_IF(push_inst_with_unique_literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, d… in sljit_emit_const()
2703 PTR_FAIL_IF(emit_imm(compiler, dst_r, init_value)); in sljit_emit_const()
2707 PTR_FAIL_IF(!const_); in sljit_emit_const()
2711 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG2, dst, dstw, TMP_REG1)); in sljit_emit_const()
2727PTR_FAIL_IF(push_inst_with_unique_literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, d… in sljit_emit_put_label()
2730 PTR_FAIL_IF(emit_imm(compiler, dst_r, 0)); in sljit_emit_put_label()
2734 PTR_FAIL_IF(!put_label); in sljit_emit_put_label()
2738 PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG2, dst, dstw, TMP_REG1)); in sljit_emit_put_label()