Home
last modified time | relevance | path

Searched refs:vld1q_dup_s16 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c905 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_4x4_neon()
946 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_8x8_neon()
991 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_16x16_neon()
1049 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_32x32_neon()
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c66 return vld1q_dup_s16(a); in test_vld1q_dup_s16()
Darm_neon_intrinsics.c4370 return vld1q_dup_s16(a); in test_vld1q_dup_s16()
/external/neon_2_sse/
DNEON_2_SSE.h1280 _NEON2SSESTORAGE int16x8_t vld1q_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]},…
9468 _NEON2SSESTORAGE int16x8_t vld1q_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]},…
9469 #define vld1q_dup_s16(ptr) _mm_set1_epi16 (*(ptr)) macro