Searched refs:vst4_lane_s16 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 199 vst4_lane_s16(addr, small16, 3); in test_ld4st4() 209 …vst4_lane_s16(addr, small16, 4); // expected-error-re {{argument value {{.*}} is outside the valid… in test_ld4st4()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 199 vst4_lane_s16(addr, small16, 3); in test_ld4st4() 209 vst4_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld4st4()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 6527 vst4_lane_s16(a, b, 3); in test_vst4_lane_s16()
|
D | arm_neon_intrinsics.c | 19218 vst4_lane_s16(a, b, 3); in test_vst4_lane_s16()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 7705 vst4_lane_s16(a, b, 3); in test_vst4_lane_s16()
|
D | arm_neon_intrinsics.c | 21704 vst4_lane_s16(a, b, 3); in test_vst4_lane_s16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1597 _NEON2SSESTORAGE void vst4_lane_s16(__transfersize(4) int16_t * ptr, int16x4x4_t val, __constrange(… 11870 _NEON2SSESTORAGE void vst4_lane_s16(__transfersize(4) int16_t * ptr, int16x4x4_t val, __constrange(… 11871 #define vst4_lane_s16(ptr, val, lane) vst4_lane_u16((uint16_t*)ptr, val, lane) macro
|