Lines Matching refs:src2w

1422 	sljit_s32 src2, sljit_sw src2w)  in sljit_emit_op2()  argument
1427 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1430 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1450 FAIL_IF(emit_op_mem(compiler, mem_flags, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_op2()
1462 src2w = src2; in sljit_emit_op2()
1464 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1473 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u() argument
1476 CHECK(check_sljit_emit_op2(compiler, op, 1, 0, 0, src1, src1w, src2, src2w)); in sljit_emit_op2u()
1479 return sljit_emit_op2(compiler, op, TMP_REG1, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
1485 sljit_s32 src2, sljit_sw src2w) in sljit_emit_shift_into() argument
1492 CHECK(check_sljit_emit_shift_into(compiler, op, src_dst, src1, src1w, src2, src2w)); in sljit_emit_shift_into()
1498 …piler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), src_dst, 0, src_dst, 0, src2, src2w); in sljit_emit_shift_into()
1502 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_shift_into()
1508 src2w &= mask; in sljit_emit_shift_into()
1510 if (src2w == 0) in sljit_emit_shift_into()
1513 FAIL_IF(emit_op_mem(compiler, inv_bits ? INT_SIZE : WORD_SIZE, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into()
1527 src2w = (src2w ^ mask) + 1; in sljit_emit_shift_into()
1530 | RN(is_left ? src_dst : src1) | RM(is_left ? src1 : src_dst) | ((sljit_ins)src2w << 10)); in sljit_emit_shift_into()
1723 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1734 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1789 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1795 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
1798 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
1806 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop2()