Lines Matching refs:srcw

1774 	sljit_s32 src, sljit_sw srcw)  in sljit_emit_return_to()  argument
1777 CHECK(check_sljit_emit_return_to(compiler, src, srcw)); in sljit_emit_return_to()
1780 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_return_to()
1782 srcw = 0; in sljit_emit_return_to()
1786 srcw = 0; in sljit_emit_return_to()
1792 return sljit_emit_ijump(compiler, SLJIT_JUMP, src, srcw); in sljit_emit_return_to()
1917 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument
1922 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1924 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1()
1941 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1946 srcw = (sljit_s8)srcw; in sljit_emit_op1()
1951 srcw = (sljit_u16)srcw; in sljit_emit_op1()
1956 srcw = (sljit_s16)srcw; in sljit_emit_op1()
1965 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, (sljit_uw)srcw)); in sljit_emit_op1()
1967 FAIL_IF(emit_op_mem(compiler, flags, dst_r, src, srcw, TMP_REG1)); in sljit_emit_op1()
1989 FAIL_IF(emit_op_mem(compiler, flags, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_op1()
2129 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src() argument
2132 CHECK(check_sljit_emit_op_src(compiler, op, src, srcw)); in sljit_emit_op_src()
2133 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op_src()
2142 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG2, src, srcw, TMP_REG2)); in sljit_emit_op_src()
2151 return emit_op_mem(compiler, PRELOAD, TMP_PC, src, srcw, TMP_REG1); in sljit_emit_op_src()
2279 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64() argument
2284 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_sw_from_f64()
2299 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_w() argument
2307 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_f64_from_w()
2310 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)srcw)); in sljit_emit_fop1_conv_f64_from_w()
2323 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw() argument
2325 …n sljit_emit_fop1_conv_f64_from_w(compiler, VCVT_F32_S32 | (~op & SLJIT_32), dst, dstw, src, srcw); in sljit_emit_fop1_conv_f64_from_sw()
2330 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_uw() argument
2332 …n sljit_emit_fop1_conv_f64_from_w(compiler, VCVT_F32_U32 | (~op & SLJIT_32), dst, dstw, src, srcw); in sljit_emit_fop1_conv_f64_from_uw()
2363 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1() argument
2370 SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw); in sljit_emit_fop1()
2378 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, dst_r, src, srcw)); in sljit_emit_fop1()
2931 …s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) in sljit_emit_ijump() argument
2936 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
2937 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_ijump()
2947 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump()
2956 jump->u.target = (sljit_uw)srcw; in sljit_emit_ijump()
2966 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall() argument
2973 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
2976 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_icall()
2994 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall()
3024 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
3029 …mit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in emit_fmov_before_return() argument
3036 return sljit_emit_fop1(compiler, op, SLJIT_RETURN_FREG, 0, src, srcw); in emit_fmov_before_return()
3048 return sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, src, srcw); in emit_fmov_before_return()
3049 return sljit_emit_mem(compiler, SLJIT_MOV, SLJIT_REG_PAIR(SLJIT_R0, SLJIT_R1), src, srcw); in emit_fmov_before_return()
3739 sljit_s32 src, sljit_sw srcw) in sljit_emit_simd_replicate() argument
3746 CHECK(check_sljit_emit_simd_replicate(compiler, type, freg, src, srcw)); in sljit_emit_simd_replicate()
3748 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_simd_replicate()
3762 if (src == SLJIT_IMM && srcw == 0) in sljit_emit_simd_replicate()
3769 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD | SLJIT_32, freg, src, srcw)); in sljit_emit_simd_replicate()
3782 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &src, srcw)); in sljit_emit_simd_replicate()
3804 srcw &= ((sljit_sw)1 << (((sljit_sw)1 << elem_size) << 3)) - 1; in sljit_emit_simd_replicate()
3806 imm = simd_get_imm(elem_size, (sljit_uw)srcw); in sljit_emit_simd_replicate()
3815 FAIL_IF(load_immediate(compiler, TMP_REG1, (sljit_uw)srcw)); in sljit_emit_simd_replicate()
4005 sljit_s32 src, sljit_sw srcw) in sljit_emit_simd_extend() argument
4013 CHECK(check_sljit_emit_simd_extend(compiler, type, freg, src, srcw)); in sljit_emit_simd_extend()
4015 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_simd_extend()
4030 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &src, srcw)); in sljit_emit_simd_extend()