Lines Matching refs:src1w
1255 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
1261 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1263 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
1282 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_op2()
1294 src1w = src1; in sljit_emit_op2()
1301 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1474 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
1481 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1540 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
1547 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1549 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
1554 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop2()