Lines Matching refs:FS
34 sljit_ins src1_r = FS(src1), src2_r = FS(src2), dst_r = FS(dst); in emit_copysign()
55 FAIL_IF(push_inst(compiler, MOV_fmt(FMT_S) | FS(src1) | FD(dst), MOVABLE_INS)); in emit_copysign()
116 FAIL_IF(push_inst(compiler, MTC1 | (u.bin.lo != 0 ? T(TMP_REG1) : TA(0)) | FS(freg), MOVABLE_INS)); in sljit_emit_fset64()
120 return push_inst(compiler, MTHC1 | (u.bin.hi != 0 ? T(TMP_REG2) : TA(0)) | FS(freg), MOVABLE_INS); in sljit_emit_fset64()
123 …FAIL_IF(push_inst(compiler, MTC1 | (u.bin.hi != 0 ? T(TMP_REG2) : TA(0)) | FS(freg) | (1 << 11), M… in sljit_emit_fset64()
136 sljit_ins inst = FS(freg); in sljit_emit_fcopy()
155 inst = FS(freg) | (1 << 11); in sljit_emit_fcopy()
160 inst = FS(freg); in sljit_emit_fcopy()
301 prev_ins = MFHC1 | f64_hi | FS(float_arg_count); in call_with_args()
305 prev_ins = MFC1 | f64_hi | FS(float_arg_count) | (1 << 11); in call_with_args()
308 ins = MFC1 | f64_lo | FS(float_arg_count); in call_with_args()
312 ins = MOV_fmt(FMT_D) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
318 ins = MFC1 | TA(4 + (*offsets_ptr >> 2)) | FS(float_arg_count); in call_with_args()
322 ins = MOV_fmt(FMT_S) | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()