Lines Matching refs:src2w

1057 	sljit_s32 src2, sljit_sw src2w);
1897 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
1941 src2_reg = (sljit_s32)get_imm((sljit_uw)src2w); in emit_op()
1945 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src2w); in emit_op()
1952 src2_reg = (sljit_s32)get_imm((sljit_uw)-src2w); in emit_op()
1965 src1w = src2w; in emit_op()
1973 src1w = src2w; in emit_op()
1982 src1w = src2w; in emit_op()
2025 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, src2_reg, src2, src2w, TMP_REG2)); in emit_op()
2027 FAIL_IF(load_immediate(compiler, src2_reg, (sljit_uw)src2w)); in emit_op()
2172 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
2175 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
2178 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
2185 return emit_op(compiler, op, ALLOW_IMM | ALLOW_NEG_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2189 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2192 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2195 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2206 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()
2210 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2219 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u() argument
2222 CHECK(check_sljit_emit_op2(compiler, op, 1, 0, 0, src1, src1w, src2, src2w)); in sljit_emit_op2u()
2225 return sljit_emit_op2(compiler, op, TMP_REG2, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
2231 sljit_s32 src2, sljit_sw src2w) in sljit_emit_shift_into() argument
2236 CHECK(check_sljit_emit_shift_into(compiler, op, src_dst, src1, src1w, src2, src2w)); in sljit_emit_shift_into()
2243 …n sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, src_dst, 0, src_dst, 0, src2, src2w); in sljit_emit_shift_into()
2247 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_shift_into()
2251 src2w &= 0x1f; in sljit_emit_shift_into()
2253 if (src2w == 0) in sljit_emit_shift_into()
2256 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | LOAD_DATA, TMP_REG2, src2, src2w, TMP_REG2)); in sljit_emit_shift_into()
2269 …r, MOV | RD(src_dst) | RM(src_dst) | ((sljit_uw)(is_left ? 0 : 1) << 5) | ((sljit_uw)src2w << 7))); in sljit_emit_shift_into()
2270 src2w = (src2w ^ 0x1f) + 1; in sljit_emit_shift_into()
2271 …D(src_dst) | RN(src_dst) | RM(src1) | ((sljit_uw)(is_left ? 1 : 0) << 5) | ((sljit_uw)src2w << 7)); in sljit_emit_shift_into()
2441 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
2451 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop1_cmp()
2509 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
2514 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2517 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
2524 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop2()