Lines Matching refs:FAIL_IF

52 	FAIL_IF(push_inst(compiler, mfhc | T(TMP_REG1) | src1_r, DR(TMP_REG1)));  in emit_copysign()
53 FAIL_IF(push_inst(compiler, mfhc | T(TMP_REG2) | src2_r, DR(TMP_REG2))); in emit_copysign()
55 FAIL_IF(push_inst(compiler, MOV_fmt(FMT_S) | FS(src1) | FD(dst), MOVABLE_INS)); in emit_copysign()
58 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in emit_copysign()
60 FAIL_IF(push_inst(compiler, XOR | T(TMP_REG1) | D(TMP_REG2) | S(TMP_REG2), DR(TMP_REG2))); in emit_copysign()
61 FAIL_IF(push_inst(compiler, SRL | T(TMP_REG2) | D(TMP_REG2) | SH_IMM(31), DR(TMP_REG2))); in emit_copysign()
62 FAIL_IF(push_inst(compiler, SLL | T(TMP_REG2) | D(TMP_REG2) | SH_IMM(31), DR(TMP_REG2))); in emit_copysign()
63 FAIL_IF(push_inst(compiler, XOR | T(TMP_REG2) | D(TMP_REG1) | S(TMP_REG1), DR(TMP_REG1))); in emit_copysign()
64 FAIL_IF(push_inst(compiler, mthc | T(TMP_REG1) | dst_r, MOVABLE_INS)); in emit_copysign()
80 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
86 FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 16), DR(dst))); in emit_const()
112 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), u.bin.lo)); in sljit_emit_fset64()
114 FAIL_IF(load_immediate(compiler, DR(TMP_REG2), u.bin.hi)); in sljit_emit_fset64()
116 FAIL_IF(push_inst(compiler, MTC1 | (u.bin.lo != 0 ? T(TMP_REG1) : TA(0)) | FS(freg), MOVABLE_INS)); in sljit_emit_fset64()
123FAIL_IF(push_inst(compiler, MTC1 | (u.bin.hi != 0 ? T(TMP_REG2) : TA(0)) | FS(freg) | (1 << 11), M… in sljit_emit_fset64()
127 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_fset64()
151 FAIL_IF(push_inst(compiler, MTC1 | inst, MOVABLE_INS)); in sljit_emit_fcopy()
153 FAIL_IF(push_inst(compiler, MFC1 | inst, DR(reg2))); in sljit_emit_fcopy()
181 FAIL_IF(push_inst(compiler, mthc | inst, MOVABLE_INS)); in sljit_emit_fcopy()
183 FAIL_IF(push_inst(compiler, mfhc | inst, DR(reg))); in sljit_emit_fcopy()
274 FAIL_IF(emit_stack_frame_release(compiler, (sljit_s32)offset, &prev_ins)); in call_with_args()
277 FAIL_IF(push_inst(compiler, ADDIU | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-16), DR(SLJIT_SP))); in call_with_args()
282 FAIL_IF(emit_stack_frame_release(compiler, 0, &prev_ins)); in call_with_args()
293 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
340 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
421 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, DR(PIC_ADDR_REG), src, srcw)); in sljit_emit_icall()
429 FAIL_IF(push_inst(compiler, ADDU | S(src) | TA(0) | D(PIC_ADDR_REG), DR(PIC_ADDR_REG))); in sljit_emit_icall()
434 FAIL_IF(emit_stack_frame_release(compiler, 0, &ins)); in sljit_emit_icall()
437 FAIL_IF(push_inst(compiler, ins, MOVABLE_INS)); in sljit_emit_icall()
447 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
449 FAIL_IF(push_inst(compiler, ADDU | S(src) | TA(0) | D(PIC_ADDR_REG), DR(PIC_ADDR_REG))); in sljit_emit_icall()
451 FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_icall()
455 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
457 FAIL_IF(push_inst(compiler, JR | S(PIC_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()
458 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()
464 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, RETURN_ADDR_REG, in sljit_emit_icall()
468 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_icall()