Lines Matching refs:dstw
876 sljit_s32 dst, sljit_sw dstw,
1403 sljit_s32 dst, sljit_sw dstw,
1509 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2);
1533 return emit_op_mem(compiler, inp_flags, dst_reg, dst, dstw, TMP_REG1);
1628 sljit_s32 dst, sljit_sw dstw,
1632 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
1633 ADJUST_LOCAL_OFFSET(dst, dstw);
1641 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw);
1644 return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
1647 return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED_DATA | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s8)srcw : srcw);
1650 return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u16)srcw : srcw);
1653 return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s16)srcw : srcw);
1659 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
1662 return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
1665 return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED_DATA | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s8)srcw : srcw);
1668 return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u16)srcw : srcw);
1671 return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s16)srcw : srcw);
1674 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw);
1681 return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw);
1684 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src, srcw);
1691 sljit_s32 dst, sljit_sw dstw,
1696 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1697 ADJUST_LOCAL_OFFSET(dst, dstw);
1708 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w);
1711 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w);
1714 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w);
1721 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w);
1725 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w);
1846 sljit_s32 dst, sljit_sw dstw,
1865 return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw);
1869 sljit_s32 dst, sljit_sw dstw,
1890 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw);
1915 sljit_s32 dst, sljit_sw dstw,
1923 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
1957 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), dst_r, dst, dstw);
1962 sljit_s32 dst, sljit_sw dstw,
1969 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
1970 ADJUST_LOCAL_OFFSET(dst, dstw);
2007 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw));
2020 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
2023 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
2024 ADJUST_LOCAL_OFFSET(dst, dstw);
2036 return emit_op_mem(compiler, WORD_DATA, TMP_REG1, dst, dstw, TMP_REG2);
2211 sljit_s32 dst, sljit_sw dstw,
2219 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
2220 ADJUST_LOCAL_OFFSET(dst, dstw);
2233 return (dst_reg == TMP_REG2) ? emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw, TMP_REG1) : SLJIT_SUCCESS;
2254 FAIL_IF(emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw, TMP_REG1));
2259 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2265 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
2266 ADJUST_LOCAL_OFFSET(dst, dstw);
2282 PTR_FAIL_IF(emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw, TMP_REG1));