Lines Matching refs:dst_r

2268 	sljit_s32 dst_r = TMP_REG2;  in emit_op()  local
2284 dst_r = dst; in emit_op()
2287 src2_tmp_reg = dst_r; in emit_op()
2334 dst_r = (sljit_s32)src2_r; in emit_op()
2346 dst_r = 0; in emit_op()
2377 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
2381 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
2384 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
2881 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
2901 … flags | (4 << 21) | ((~(sljit_ins)op & SLJIT_32) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw()
2917 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_uw() local
2943 … flags | (4 << 21) | ((~(sljit_ins)op & SLJIT_32) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw()
2959 …FAIL_IF(push_inst(compiler, CVT_S_S | flags | (4 << 21) | 1 | FS(TMP_FREG1) | FD(dst_r), MOVABLE_I… in sljit_emit_fop1_conv_f64_from_uw()
2982 …FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(TMP_FREG2) | FS(dst_r) | FD(dst_r), UNMOVABLE_INS… in sljit_emit_fop1_conv_f64_from_uw()
3002 … flags | (4 << 21) | ((~(sljit_ins)op & SLJIT_32) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw()
3023 … flags | (4 << 21) | ((~(sljit_ins)op & SLJIT_32) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw()
3024 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(dst_r) | FS(dst_r) | FD(dst_r), UNMOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_uw()
3084 sljit_s32 dst_r; in sljit_emit_fop1() local
3096 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
3099 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(dst_r), src, srcw, dst, dstw)); in sljit_emit_fop1()
3100 src = dst_r; in sljit_emit_fop1()
3105 if (src != dst_r) { in sljit_emit_fop1()
3107 FAIL_IF(push_inst(compiler, MOV_fmt(FMT(op)) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
3109 dst_r = src; in sljit_emit_fop1()
3113 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
3116 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
3120 …piler, CVT_S_S | (sljit_ins)((op & SLJIT_32) ? 1 : (1 << 21)) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
3126 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(dst_r), dst, dstw, 0, 0); in sljit_emit_fop1()
3135 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
3146 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
3185 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
3188 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
3191 FAIL_IF(push_inst(compiler, MUL_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
3194 FAIL_IF(push_inst(compiler, DIV_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
3197 return emit_copysign(compiler, op, src1, src2, dst_r); in sljit_emit_fop2()
3200 if (dst_r == TMP_FREG2) in sljit_emit_fop2()
4215 sljit_s32 dst_r; in sljit_emit_const() local
4225 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
4226 PTR_FAIL_IF(emit_const(compiler, dst_r, init_value)); in sljit_emit_const()
4237 sljit_s32 dst_r; in sljit_emit_mov_addr() local
4247 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_mov_addr()
4248 PTR_FAIL_IF(push_inst(compiler, (sljit_ins)dst_r, UNMOVABLE_INS)); in sljit_emit_mov_addr()