Searched refs:small64 (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 84 int64x1x2_t small64, int64x2x2_t big64, in test_ld2st2() argument 89 vld2_lane_s64(addr, small64, 0); in test_ld2st2() 99 vld2_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld2st2() 109 vst2_lane_s64(addr, small64, 0); in test_ld2st2() 119 vst2_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld2st2() 130 int64x1x3_t small64, int64x2x3_t big64, in test_ld3st3() argument 135 vld3_lane_s64(addr, small64, 0); in test_ld3st3() 145 vld3_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld3st3() 155 vst3_lane_s64(addr, small64, 0); in test_ld3st3() 165 vst3_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld3st3() [all …]
|