Searched refs:vext_u16 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-extract.c | 104 return vext_u16(a, b, 3); in test_vext_u16()
|
D | arm_neon_intrinsics.c | 3227 return vext_u16(a, b, 3); in test_vext_u16()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-extract.c | 104 return vext_u16(a, b, 3); in test_vext_u16()
|
D | arm_neon_intrinsics.c | 3050 return vext_u16(a, b, 3); in test_vext_u16()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 299 const uint16x4_t r1 = vext_u16(avg2_low, avg2_high, 1); in vpx_highbd_d45_predictor_4x4_neon() 300 const uint16x4_t r2 = vext_u16(avg2_low, avg2_high, 2); in vpx_highbd_d45_predictor_4x4_neon() 301 const uint16x4_t r3 = vext_u16(avg2_low, avg2_high, 3); in vpx_highbd_d45_predictor_4x4_neon() 470 const uint16x4_t r0 = vext_u16(row_0, row_1, 3); in vpx_highbd_d135_predictor_4x4_neon() 471 const uint16x4_t r1 = vext_u16(row_0, row_1, 2); in vpx_highbd_d135_predictor_4x4_neon() 472 const uint16x4_t r2 = vext_u16(row_0, row_1, 1); in vpx_highbd_d135_predictor_4x4_neon()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1963 _NEON2SSESTORAGE uint16x4_t vext_u16(uint16x4_t a, uint16x4_t b, __constrange(0,3) int c); // VEXT.… 14311 _NEON2SSESTORAGE uint16x4_t vext_u16(uint16x4_t a, uint16x4_t b, __constrange(0,3) int c); // VEXT… 14312 #define vext_u16 vext_s16 macro
|