Searched refs:vst1_lane_s32 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 52 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 …]
|
D | dequant_idct_neon.c | 133 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/ |
D | arm-vector-align.c | 29 vst1_lane_s32(addr, vec, 1); in t2()
|
D | aarch64-neon-ldst-one.c | 5502 vst1_lane_s32(a, b, 1); in test_vst1_lane_s32()
|
D | arm_neon_intrinsics.c | 18375 vst1_lane_s32(a, b, 1); in test_vst1_lane_s32()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 62 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/ |
D | cross_correlation_neon.c | 62 vst1_lane_s32(cross_correlation, vreinterpret_s32_s64(sum2), 0); in DotProductWithScaleNeon()
|
/external/webp/src/dsp/ |
D | cost_neon.c | 44 vst1_lane_s32(&res->last, vreinterpret_s32_u32(eob_32x2), 0); in SetResidualCoeffs_NEON()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding_neon.c | 168 vst1_lane_s32(&matrix_product[matrix_prod_index], sum_32x2, 0); in WebRtcIsacfix_MatrixProduct1Neon()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 9756 _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
|