Home
last modified time | relevance | path

Searched refs:small8 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Daarch64-neon-ranges.c81 void test_ld2st2(int8x8x2_t small8, int8x16x2_t big8, in test_ld2st2() argument
86 vld2_lane_s8(addr, small8, 7); in test_ld2st2()
96 vld2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
106 vst2_lane_s8(addr, small8, 7); in test_ld2st2()
116 vst2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, in test_ld3st3() argument
132 vld3_lane_s8(addr, small8, 7); in test_ld3st3()
142 vld3_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
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()
[all …]