Searched refs:vst4_lane_s8 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 198 vst4_lane_s8(addr, small8, 7); in test_ld4st4() 208 …vst4_lane_s8(addr, small8, 8); // expected-error-re {{argument value {{.*}} is outside the valid r… in test_ld4st4()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 198 vst4_lane_s8(addr, small8, 7); in test_ld4st4() 208 vst4_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld4st4()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 6492 vst4_lane_s8(a, b, 7); in test_vst4_lane_s8()
|
D | arm_neon_intrinsics.c | 19182 vst4_lane_s8(a, b, 7); in test_vst4_lane_s8()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 7670 vst4_lane_s8(a, b, 7); in test_vst4_lane_s8()
|
D | arm_neon_intrinsics.c | 21668 vst4_lane_s8(a, b, 7); in test_vst4_lane_s8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1596 _NEON2SSESTORAGE void vst4_lane_s8(__transfersize(4) int8_t * ptr, int8x8x4_t val, __constrange(0,7… 11867 _NEON2SSESTORAGE void vst4_lane_s8(__transfersize(4) int8_t * ptr, int8x8x4_t val, __constrange(0,7… 11868 #define vst4_lane_s8(ptr, val, lane) vst4_lane_u8((uint8_t*)ptr, val, lane) macro
|