Searched refs:vld1q_lane_u32 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.c | 383 d0123 = vld1q_lane_u32((uint32_t *)(dst + 0 * dst_stride), d0123, 0); in vpx_convolve8_avg_horiz_neon() 384 d0123 = vld1q_lane_u32((uint32_t *)(dst + 1 * dst_stride), d0123, 2); in vpx_convolve8_avg_horiz_neon() 385 d0123 = vld1q_lane_u32((uint32_t *)(dst + 2 * dst_stride), d0123, 1); in vpx_convolve8_avg_horiz_neon() 386 d0123 = vld1q_lane_u32((uint32_t *)(dst + 3 * dst_stride), d0123, 3); in vpx_convolve8_avg_horiz_neon() 464 d0415 = vld1q_lane_u32((uint32_t *)(dst + 0 * dst_stride), d0415, 0); in vpx_convolve8_avg_horiz_neon() 465 d0415 = vld1q_lane_u32((uint32_t *)(dst + 1 * dst_stride), d0415, 2); in vpx_convolve8_avg_horiz_neon() 466 d2637 = vld1q_lane_u32((uint32_t *)(dst + 2 * dst_stride), d2637, 0); in vpx_convolve8_avg_horiz_neon() 467 d2637 = vld1q_lane_u32((uint32_t *)(dst + 3 * dst_stride), d2637, 2); in vpx_convolve8_avg_horiz_neon() 468 d0415 = vld1q_lane_u32((uint32_t *)(dst + 4 * dst_stride), d0415, 1); in vpx_convolve8_avg_horiz_neon() 469 d0415 = vld1q_lane_u32((uint32_t *)(dst + 5 * dst_stride), d0415, 3); in vpx_convolve8_avg_horiz_neon() [all …]
|
/external/webp/src/dsp/ |
D | enc_neon.c | 260 out = vld1q_lane_u32((const uint32_t*)(src + 0 * BPS), out, 0); in Load4x4_NEON() 261 out = vld1q_lane_u32((const uint32_t*)(src + 1 * BPS), out, 1); in Load4x4_NEON() 262 out = vld1q_lane_u32((const uint32_t*)(src + 2 * BPS), out, 2); in Load4x4_NEON() 263 out = vld1q_lane_u32((const uint32_t*)(src + 3 * BPS), out, 3); in Load4x4_NEON()
|
D | dec_neon.c | 64 (VALUE) = vld1q_lane_u32((const uint32_t*)src, (VALUE), (LANE)); \
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1838 return vld1q_lane_u32(a, b, 3); in test_vld1q_lane_u32()
|
D | arm_neon_intrinsics.c | 4595 return vld1q_lane_u32(a, b, 3); in test_vld1q_lane_u32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1252 _NEON2SSESTORAGE uint32x4_t vld1q_lane_u32(__transfersize(1) uint32_t const * ptr, uint32x4_t vec, … 9344 _NEON2SSESTORAGE uint32x4_t vld1q_lane_u32(__transfersize(1) uint32_t const * ptr, uint32x4_t vec, … 9345 #define vld1q_lane_u32(ptr, vec, lane) _MM_INSERT_EPI32(vec, *(ptr), lane) macro 12060 return vld1q_lane_u32(&val, vec, lane);
|