Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Daarch64-neon-ranges.c83 int32x2x2_t small32, int32x4x2_t big32, in test_ld2st2() argument
88 vld2_lane_s32(addr, small32, 1); in test_ld2st2()
98 vld2_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
108 vst2_lane_s32(addr, small32, 1); in test_ld2st2()
118 vst2_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
129 int32x2x3_t small32, int32x4x3_t big32, in test_ld3st3() argument
134 vld3_lane_s32(addr, small32, 1); in test_ld3st3()
144 vld3_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
154 vst3_lane_s32(addr, small32, 1); in test_ld3st3()
164 vst3_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
[all …]