Home
last modified time | relevance | path

Searched refs:vst1_lane_s32 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c52 vst1_lane_s32((int32_t *)dst0, d2s32, 0); in idct_dequant_0_2x_neon()
54 vst1_lane_s32((int32_t *)dst0, d2s32, 1); in idct_dequant_0_2x_neon()
56 vst1_lane_s32((int32_t *)dst0, d4s32, 0); in idct_dequant_0_2x_neon()
58 vst1_lane_s32((int32_t *)dst0, d4s32, 1); in idct_dequant_0_2x_neon()
216 vst1_lane_s32((int32_t *)dst0, d28, 0); in idct_dequant_full_2x_neon()
218 vst1_lane_s32((int32_t *)dst1, d28, 1); in idct_dequant_full_2x_neon()
220 vst1_lane_s32((int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon()
222 vst1_lane_s32((int32_t *)dst1, d29, 1); in idct_dequant_full_2x_neon()
225 vst1_lane_s32((int32_t *)dst0, d30, 0); in idct_dequant_full_2x_neon()
227 vst1_lane_s32((int32_t *)dst1, d30, 1); in idct_dequant_full_2x_neon()
[all …]
Ddequant_idct_neon.c133 vst1_lane_s32((int32_t *)dst0, d14, 0); in vp8_dequant_idct_add_neon()
135 vst1_lane_s32((int32_t *)dst0, d14, 1); in vp8_dequant_idct_add_neon()
137 vst1_lane_s32((int32_t *)dst0, d15, 0); in vp8_dequant_idct_add_neon()
139 vst1_lane_s32((int32_t *)dst0, d15, 1); in vp8_dequant_idct_add_neon()
/external/clang/test/CodeGen/
Darm-vector-align.c29 vst1_lane_s32(addr, vec, 1); in t2()
Daarch64-neon-ldst-one.c5502 vst1_lane_s32(a, b, 1); in test_vst1_lane_s32()
Darm_neon_intrinsics.c18375 vst1_lane_s32(a, b, 1); in test_vst1_lane_s32()
/external/clang/test/Sema/
Daarch64-neon-ranges.c62 vst1_lane_s32(addr, small, 1); in test_ld1st1()
72 vst1_lane_s32(addr, small, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
/external/webrtc/webrtc/common_audio/signal_processing/
Dcross_correlation_neon.c62 vst1_lane_s32(cross_correlation, vreinterpret_s32_s64(sum2), 0); in DotProductWithScaleNeon()
/external/webp/src/dsp/
Dcost_neon.c44 vst1_lane_s32(&res->last, vreinterpret_s32_u32(eob_32x2), 0); in SetResidualCoeffs_NEON()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding_neon.c168 vst1_lane_s32(&matrix_product[matrix_prod_index], sum_32x2, 0); in WebRtcIsacfix_MatrixProduct1Neon()
/external/neon_2_sse/
DNEON_2_SSE.h9756 _NEON2SSESTORAGE void vst1_lane_s32(__transfersize(1) int32_t * ptr, int32x2_t val, __constrange(0,…
9757 #define vst1_lane_s32(ptr, val, lane) vst1_lane_u32((uint32_t*)ptr, val, lane) macro