Lines Matching refs:src2w
1256 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1261 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1264 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1287 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_op2()
1299 src2w = src2; in sljit_emit_op2()
1301 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1475 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1486 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1541 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1547 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1550 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
1558 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop2()