Lines Matching refs:src1w
1431 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1437 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1439 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1451 emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src1, src1w, TMP_REG1); in sljit_emit_op2()
1452 src1w = TMP_REG1; in sljit_emit_op2()
1455 src1w = src1; in sljit_emit_op2()
1460 src2_reg = (!(flags & ARG1_IMM) && (src1w == TMP_REG1)) ? TMP_REG2 : TMP_REG1; in sljit_emit_op2()
1470 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1627 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1633 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1695 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1701 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1703 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1710 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop2()