Lines Matching refs:src1w
1411 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1417 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1419 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1431 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2()
1432 src1w = TMP_REG1; in sljit_emit_op2()
1435 src1w = src1; in sljit_emit_op2()
1440 src2_reg = (!(flags & ARG1_IMM) && (src1w == TMP_REG1)) ? TMP_REG2 : TMP_REG1; in sljit_emit_op2()
1450 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1578 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1584 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1646 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1652 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1654 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1661 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop2()