Searched refs:mfhc (Results 1 – 1 of 1) sorted by relevance
33 sljit_ins mfhc = MFC1, mthc = MTC1; in emit_copysign() local40 mfhc = MFHC1; in emit_copysign()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()137 sljit_ins mthc = MTC1, mfhc = MFC1; in sljit_emit_fcopy() local159 mfhc = MFHC1; in sljit_emit_fcopy()171 mfhc = MFHC1; in sljit_emit_fcopy()183 FAIL_IF(push_inst(compiler, mfhc | inst, DR(reg))); in sljit_emit_fcopy()186 if (mthc == MTC1 || mfhc == MFC1) in sljit_emit_fcopy()
Completed in 9 milliseconds