Searched refs:vst3_lane_s8 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 152 vst3_lane_s8(addr, small8, 7); in test_ld3st3() 162 …vst3_lane_s8(addr, small8, 8); // expected-error-re {{argument value {{.*}} is outside the valid r… in test_ld3st3()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 152 vst3_lane_s8(addr, small8, 7); in test_ld3st3() 162 vst3_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 5609 vst3_lane_s8(a, b, 7); in test_vst3_lane_s8()
|
D | arm_neon_intrinsics.c | 17887 vst3_lane_s8(a, b, 7); in test_vst3_lane_s8()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 6787 vst3_lane_s8(a, b, 7); in test_vst3_lane_s8()
|
D | arm_neon_intrinsics.c | 20371 vst3_lane_s8(a, b, 7); in test_vst3_lane_s8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1579 _NEON2SSESTORAGE void vst3_lane_s8(__transfersize(3) int8_t * ptr, int8x8x3_t val, __constrange(0,7… 11769 _NEON2SSESTORAGE void vst3_lane_s8(__transfersize(3) int8_t * ptr, int8x8x3_t val, __constrange(0,7… 11770 #define vst3_lane_s8(ptr, val, lane) vst3_lane_u8((uint8_t *)ptr, val, lane) macro
|