Searched refs:big16 (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 82 int16x4x2_t small16, int16x8x2_t big16, in test_ld2st2() argument 92 vld2q_lane_s16(addr, big16, 7); in test_ld2st2() 102 vld2q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2() 112 vst2q_lane_s16(addr, big16, 7); in test_ld2st2() 122 vst2q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2() 128 int16x4x3_t small16, int16x8x3_t big16, in test_ld3st3() argument 138 vld3q_lane_s16(addr, big16, 7); in test_ld3st3() 148 vld3q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3() 158 vst3q_lane_s16(addr, big16, 7); in test_ld3st3() 168 vst3q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3() [all …]
|