Searched refs:vst1_lane_s64 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 63 vst1_lane_s64(addr, small, 0); in test_ld1st1() 73 vst1_lane_s64(addr, small, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld1st1()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 5514 vst1_lane_s64(a, b, 0); in test_vst1_lane_s64()
|
D | arm_neon_intrinsics.c | 18387 vst1_lane_s64(a, b, 0); in test_vst1_lane_s64()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 9760 _NEON2SSESTORAGE void vst1_lane_s64(__transfersize(1) int64_t * ptr, int64x1_t val, __constrange(0,… 9761 #define vst1_lane_s64(ptr, val, lane) vst1_lane_u64((uint64_t*)ptr, val, lane) macro
|