Lines Matching refs:dst_r

720 	sljit_s32 dst_r = TMP_REG2;  in emit_op()  local
732 dst_r = dst; in emit_op()
735 sugg_src2_r = dst_r; in emit_op()
786 dst_r = src2_r; in emit_op()
797 dst_r = 0; in emit_op()
825 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
829 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
832 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
1058 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1077 …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()
1105 sljit_s32 dst_r; in sljit_emit_fop1() local
1117 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1120 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, dst_r, src, srcw, dst, dstw)); in sljit_emit_fop1()
1121 src = dst_r; in sljit_emit_fop1()
1126 if (src != dst_r) { in sljit_emit_fop1()
1127 if (dst_r != TMP_FREG1) { in sljit_emit_fop1()
1128 FAIL_IF(push_inst(compiler, FMOVS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1130 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1133 dst_r = src; in sljit_emit_fop1()
1137 FAIL_IF(push_inst(compiler, FNEGS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1138 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1()
1139 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1142 FAIL_IF(push_inst(compiler, FABSS | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1143 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1()
1144 FAIL_IF(push_inst(compiler, FMOVS | FDN(dst_r) | FS2N(src), MOVABLE_INS)); in sljit_emit_fop1()
1147 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOD, FDTOS) | FD(dst_r) | FS2(src), MOVABLE_INS)); in sljit_emit_fop1()
1153 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), dst_r, dst, dstw, 0, 0)); in sljit_emit_fop1()
1162 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
1173 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
1213 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADDD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1217 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUBD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1221 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMULD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1225 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FDIVS, FDIVD) | FD(dst_r) | FS1(src1) | FS2(src2), MOVA… in sljit_emit_fop2()
1229 if (dst_r == TMP_FREG2) in sljit_emit_fop2()
1521 sljit_s32 dst_r; in sljit_emit_const() local
1531 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
1532 PTR_FAIL_IF(emit_const(compiler, dst_r, init_value)); in sljit_emit_const()
1542 sljit_s32 dst_r; in sljit_emit_put_label() local
1552 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_put_label()
1553 PTR_FAIL_IF(emit_const(compiler, dst_r, 0)); in sljit_emit_put_label()