Lines Matching refs:src1w
1429 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1435 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1437 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1449 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2()
1450 src1w = TMP_REG1; in sljit_emit_op2()
1453 src1w = src1; in sljit_emit_op2()
1458 src2_reg = (!(flags & ARG1_IMM) && (src1w == TMP_REG1)) ? TMP_REG2 : TMP_REG1; in sljit_emit_op2()
1468 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1625 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1631 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1693 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1699 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1701 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1708 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop2()