Searched refs:big64 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 84 int64x1x2_t small64, int64x2x2_t big64, in test_ld2st2() argument 94 vld2q_lane_s64(addr, big64, 1); in test_ld2st2() 104 vld2q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2() 114 vst2q_lane_s64(addr, big64, 1); in test_ld2st2() 124 vst2q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2() 130 int64x1x3_t small64, int64x2x3_t big64, in test_ld3st3() argument 140 vld3q_lane_s64(addr, big64, 1); in test_ld3st3() 150 vld3q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3() 160 vst3q_lane_s64(addr, big64, 1); in test_ld3st3() 170 vst3q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3() [all …]
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 4121 int64_t big64 = UINT64_MAX - 42; in TEST_SVE() local 4129 QDecHelper<uint64_t>(config, &MacroAssembler::Uqdecb, 16, kBRegSize, big64); in TEST_SVE() 4134 int64_t big64 = UINT64_MAX - 42; in TEST_SVE() local 4142 QDecHelper<uint64_t>(config, &MacroAssembler::Uqdech, 16, kHRegSize, big64); in TEST_SVE() 4147 int64_t big64 = UINT64_MAX - 42; in TEST_SVE() local 4155 QDecHelper<uint64_t>(config, &MacroAssembler::Uqdecw, 16, kWRegSize, big64); in TEST_SVE() 4160 int64_t big64 = UINT64_MAX - 42; in TEST_SVE() local 4168 QDecHelper<uint64_t>(config, &MacroAssembler::Uqdecd, 16, kDRegSize, big64); in TEST_SVE() 4173 int64_t big64 = UINT64_MAX - 42; in TEST_SVE() local 4181 QIncHelper<uint64_t>(config, &MacroAssembler::Uqincb, 16, kBRegSize, big64); in TEST_SVE() [all …]
|