Home
last modified time | relevance | path

Searched refs:srcdstw (Results 1 – 8 of 8) sorted by relevance

/external/pcre/src/sljit/
DsljitNativeX86_common.c3621 sljit_s32 srcdst, sljit_sw srcdstw) argument
3629 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw));
3631 ADJUST_LOCAL_OFFSET(srcdst, srcdstw);
3673 return emit_vex_instruction(compiler, op, freg, 0, srcdst, srcdstw);
3675 return emit_groupf(compiler, op, freg, srcdst, srcdstw);
3931 sljit_s32 srcdst, sljit_sw srcdstw) argument
3947 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw));
3949 ADJUST_LOCAL_OFFSET(srcdst, srcdstw);
3973 CHECK_EXTRA_REGS(srcdst, srcdstw, srcdst_is_ereg = 1);
3977 srcdstw_orig = srcdstw;
[all …]
DsljitLir.c2704 sljit_s32 srcdst, sljit_sw srcdstw) in check_sljit_emit_simd_mov() argument
2713 FUNCTION_FCHECK(srcdst, srcdstw, 0); in check_sljit_emit_simd_mov()
2719 …if (sljit_emit_simd_mov(compiler, type | SLJIT_SIMD_TEST, freg, srcdst, srcdstw) == SLJIT_ERR_UNSU… in check_sljit_emit_simd_mov()
2737 sljit_verbose_fparam(compiler, srcdst, srcdstw); in check_sljit_emit_simd_mov()
2793 sljit_s32 srcdst, sljit_sw srcdstw) in check_sljit_emit_simd_lane_mov() argument
2808 FUNCTION_FCHECK(srcdst, srcdstw, SLJIT_SIMD_GET_ELEM_SIZE(type) == 2); in check_sljit_emit_simd_lane_mov()
2810 FUNCTION_CHECK_DST(srcdst, srcdstw); in check_sljit_emit_simd_lane_mov()
2817 …if (sljit_emit_simd_lane_mov(compiler, type | SLJIT_SIMD_TEST, freg, lane_index, srcdst, srcdstw) … in check_sljit_emit_simd_lane_mov()
2834 sljit_verbose_fparam(compiler, srcdst, srcdstw); in check_sljit_emit_simd_lane_mov()
2836 sljit_verbose_param(compiler, srcdst, srcdstw); in check_sljit_emit_simd_lane_mov()
[all …]
DsljitNativeS390X.c3938 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov() argument
3947 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw)); in sljit_emit_simd_mov()
3949 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_mov()
3969 FAIL_IF(make_addr_bx(compiler, &addr, srcdst, srcdstw, tmp1)); in sljit_emit_simd_mov()
4064 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov() argument
4073 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
4075 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_lane_mov()
4087 FAIL_IF(make_addr_bx(compiler, &addr, srcdst, srcdstw, tmp1)); in sljit_emit_simd_lane_mov()
4098 srcdstw = 0; in sljit_emit_simd_lane_mov()
4148 srcdstw &= 0xff; in sljit_emit_simd_lane_mov()
[all …]
DsljitNativeARM_64.c2779 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov() argument
2786 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw)); in sljit_emit_simd_mov()
2788 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_mov()
2811 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_mov()
2991 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov() argument
2998 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
3000 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_lane_mov()
3017 srcdstw = 0; in sljit_emit_simd_lane_mov()
3024 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
3050 srcdstw &= ((sljit_sw)1 << (((sljit_sw)1 << elem_size) << 3)) - 1; in sljit_emit_simd_lane_mov()
[all …]
DsljitNativeLOONGARCH_64.c3166 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov() argument
3172 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw)); in sljit_emit_simd_mov()
3174 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_mov()
3204 if (FAST_IS_REG(srcdst) && srcdst >= 0 && (srcdstw >= I12_MIN && srcdstw <= I12_MAX)) in sljit_emit_simd_mov()
3205 return push_inst(compiler, ins | FRD(freg) | RJ((sljit_u8)srcdst) | IMM_I12(srcdstw)); in sljit_emit_simd_mov()
3207 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_mov()
3272 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov() argument
3279 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
3281 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_lane_mov()
3304 srcdstw = 0; in sljit_emit_simd_lane_mov()
[all …]
DsljitNativeARM_32.c3911 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov() argument
3919 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw)); in sljit_emit_simd_mov()
3921 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_mov()
3950 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_mov()
4164 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov() argument
4171 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
4173 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_lane_mov()
4205 srcdstw = 0; in sljit_emit_simd_lane_mov()
4219 …it_fop_mem(compiler, ((type & SLJIT_SIMD_STORE) ? 0 : FPU_LOAD) | SLJIT_32, freg, srcdst, srcdstw); in sljit_emit_simd_lane_mov()
4221 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
[all …]
DsljitNativeARM_T2_32.c3586 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov() argument
3594 CHECK(check_sljit_emit_simd_mov(compiler, type, freg, srcdst, srcdstw)); in sljit_emit_simd_mov()
3596 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_mov()
3625 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_mov()
3839 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov() argument
3846 CHECK(check_sljit_emit_simd_lane_mov(compiler, type, freg, lane_index, srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
3848 ADJUST_LOCAL_OFFSET(srcdst, srcdstw); in sljit_emit_simd_lane_mov()
3880 srcdstw = 0; in sljit_emit_simd_lane_mov()
3894 …it_fop_mem(compiler, ((type & SLJIT_SIMD_STORE) ? 0 : FPU_LOAD) | SLJIT_32, freg, srcdst, srcdstw); in sljit_emit_simd_lane_mov()
3896 FAIL_IF(sljit_emit_simd_mem_offset(compiler, &srcdst, srcdstw)); in sljit_emit_simd_lane_mov()
[all …]
DsljitLir.h1959 sljit_s32 srcdst, sljit_sw srcdstw);
2019 sljit_s32 srcdst, sljit_sw srcdstw);