Lines Matching refs:dst_r

819 	sljit_s32 dst_r = TMP_REG2;  in emit_op()  local
831 dst_r = dst; in emit_op()
834 sugg_src2_r = dst_r; in emit_op()
885 dst_r = src2_r; in emit_op()
897 dst_r = 0; in emit_op()
928 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
932 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
935 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
1168 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1187 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | FD(dst_r) | FS2(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_conv_f64_from_sw()
1215 sljit_s32 dst_r; in sljit_emit_fop1() local
1227 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1230 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, dst_r, src, srcw, dst, dstw)); in sljit_emit_fop1()
1231 src = dst_r; in sljit_emit_fop1()
1236 if (src != dst_r) { in sljit_emit_fop1()
1237 if (dst_r != TMP_FREG1) { in sljit_emit_fop1()
1238 FAIL_IF(push_inst(compiler, FMOVS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1240 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1243 dst_r = src; in sljit_emit_fop1()
1247 FAIL_IF(push_inst(compiler, FNEGS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1248 if (dst_r != src && !(op & SLJIT_32)) in sljit_emit_fop1()
1249 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1252 FAIL_IF(push_inst(compiler, FABSS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1253 if (dst_r != src && !(op & SLJIT_32)) in sljit_emit_fop1()
1254 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1257 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOD, FDTOS) | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1263 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), dst_r, dst, dstw, 0, 0)); in sljit_emit_fop1()
1272 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
1283 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
1323 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADDD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1327 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUBD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1331 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMULD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1335 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FDIVS, FDIVD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1339 if (dst_r == TMP_FREG2) in sljit_emit_fop2()
1636 sljit_s32 dst_r; in sljit_emit_const() local
1646 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
1647 PTR_FAIL_IF(emit_const(compiler, dst_r, init_value)); in sljit_emit_const()
1657 sljit_s32 dst_r; in sljit_emit_put_label() local
1667 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_put_label()
1668 PTR_FAIL_IF(emit_const(compiler, dst_r, 0)); in sljit_emit_put_label()