Searched refs:vst3_lane_s32 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 154 vst3_lane_s32(addr, small32, 1); in test_ld3st3() 164 …vst3_lane_s32(addr, small32, 2); // expected-error-re {{argument value {{.*}} is outside the valid… in test_ld3st3()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 154 vst3_lane_s32(addr, small32, 1); in test_ld3st3() 164 vst3_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 5669 vst3_lane_s32(a, b, 1); in test_vst3_lane_s32()
|
D | arm_neon_intrinsics.c | 17949 vst3_lane_s32(a, b, 1); in test_vst3_lane_s32()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 6847 vst3_lane_s32(a, b, 1); in test_vst3_lane_s32()
|
D | arm_neon_intrinsics.c | 20433 vst3_lane_s32(a, b, 1); in test_vst3_lane_s32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1581 _NEON2SSESTORAGE void vst3_lane_s32(__transfersize(3) int32_t * ptr, int32x2x3_t val, __constrange(… 11775 _NEON2SSESTORAGE void vst3_lane_s32(__transfersize(3) int32_t * ptr, int32x2x3_t val, __constrange(… 11776 #define vst3_lane_s32(ptr, val, lane) vst3_lane_u32((uint32_t *)ptr, val, lane) macro
|