Lines Matching refs:src1w

1224 	sljit_s32 src1, sljit_sw src1w,
2064 sljit_s32 src1, sljit_sw src1w, in emit_op() argument
2138 src2_reg = (sljit_s32)get_imm((sljit_uw)src1w); in emit_op()
2142 src1w = src2w; in emit_op()
2147 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src1w); in emit_op()
2151 src1w = src2w; in emit_op()
2160 src2_reg = (sljit_s32)get_imm((sljit_uw)-src1w); in emit_op()
2163 src1w = src2w; in emit_op()
2205 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
2208 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)src1w)); in emit_op()
2224 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)src1w)); in emit_op()
2255 src1_reg = (sljit_s32)compute_imm((sljit_uw)src1w, &imm2); in emit_op()
2258 src1_reg = (sljit_s32)compute_imm((sljit_uw)-src1w, &imm2); in emit_op()
2264 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)src1w)); in emit_op()
2421 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2() argument
2427 CHECK(check_sljit_emit_op2(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
2429 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2()
2437 …return emit_op(compiler, op, ALLOW_IMM | ALLOW_NEG_IMM | ALLOW_DOUBLE_IMM, dst, dstw, src1, src1w,… in sljit_emit_op2()
2440 return emit_op(compiler, op, ALLOW_IMM | ALLOW_DOUBLE_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2444 if ((src1 == SLJIT_IMM && src1w == -1) || (src2 == SLJIT_IMM && src2w == -1)) { in sljit_emit_op2()
2447 return emit_op(compiler, op, inp_flags, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2450 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2453 return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2465 return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
2468 return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2476 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2u() argument
2480 CHECK(check_sljit_emit_op2(compiler, op, 1, 0, 0, src1, src1w, src2, src2w)); in sljit_emit_op2u()
2483 return sljit_emit_op2(compiler, op, TMP_REG1, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
2488 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2r() argument
2492 CHECK(check_sljit_emit_op2r(compiler, op, dst_reg, src1, src1w, src2, src2w)); in sljit_emit_op2r()
2493 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_op2r()
2498 return emit_op(compiler, op, 0, dst_reg, 0, src1, src1w, src2, src2w); in sljit_emit_op2r()
2760 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp() argument
2766 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp()
2833 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2() argument
2839 CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_fop2()
2841 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fop2()
2854 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop2()
3541 sljit_s32 src1, sljit_sw src1w, in sljit_emit_select() argument
3547 CHECK(check_sljit_emit_select(compiler, type, dst_reg, src1, src1w, src2_reg)); in sljit_emit_select()
3549 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_select()
3553 src1w = 0; in sljit_emit_select()
3559 …mpiler, WORD_SIZE | LOAD_DATA, (src2_reg != dst_reg) ? dst_reg : TMP_REG1, src1, src1w, TMP_REG1)); in sljit_emit_select()
3563 src1w = 0; in sljit_emit_select()
3567 src1w = 0; in sljit_emit_select()
3575 tmp = get_imm((sljit_uw)src1w); in sljit_emit_select()
3579 tmp = get_imm(~(sljit_uw)src1w); in sljit_emit_select()
3584 tmp = (sljit_ins)src1w; in sljit_emit_select()
3590 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)src1w)); in sljit_emit_select()
3600 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fselect() argument
3606 CHECK(check_sljit_emit_fselect(compiler, type, dst_freg, src1, src1w, src2_freg)); in sljit_emit_fselect()
3608 ADJUST_LOCAL_OFFSET(src1, src1w); in sljit_emit_fselect()
3615 src1w = 0; in sljit_emit_fselect()
3622 FAIL_IF(emit_fop_mem(compiler, (type & SLJIT_32) | FPU_LOAD, TMP_FREG2, src1, src1w)); in sljit_emit_fselect()