Lines Matching refs:src1w
1228 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1234 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1236 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1255 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_op2()
1267 src1w = src1; in sljit_emit_op2()
1274 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1407 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1414 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1473 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1480 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1482 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1487 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop2()