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

/external/clang/test/Sema/
H A Daarch64-neon-ranges.c81 void test_ld2st2(int8x8x2_t small8, int8x16x2_t big8, argument
86 vld2_lane_s8(addr, small8, 7);
96 vld2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}}
106 vst2_lane_s8(addr, small8, 7);
116 vst2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}}
127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, argument
132 vld3_lane_s8(addr, small8, 7);
142 vld3_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}}
152 vst3_lane_s8(addr, small8, 7);
162 vst3_lane_s8(addr, small8,
173 test_ld4st4(int8x8x4_t small8, int8x16x4_t big8, int16x4x4_t small16, int16x8x4_t big16, int32x2x4_t small32, int32x4x4_t big32, int64x1x4_t small64, int64x2x4_t big64, void *addr) argument
[all...]

Completed in 58 milliseconds