Searched refs:big32 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 83 int32x2x2_t small32, int32x4x2_t big32, in test_ld2st2() argument 93 vld2q_lane_s32(addr, big32, 3); in test_ld2st2() 103 vld2q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2() 113 vst2q_lane_s32(addr, big32, 3); in test_ld2st2() 123 vst2q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2() 129 int32x2x3_t small32, int32x4x3_t big32, in test_ld3st3() argument 139 vld3q_lane_s32(addr, big32, 3); in test_ld3st3() 149 vld3q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3() 159 vst3q_lane_s32(addr, big32, 3); in test_ld3st3() 169 vst3q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3() [all …]
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 4120 int32_t big32 = UINT32_MAX - 42; in TEST_SVE() local 4125 QDecHelper<uint32_t>(config, &MacroAssembler::Uqdecb, 16, kBRegSize, big32); in TEST_SVE() 4133 int32_t big32 = UINT32_MAX - 42; in TEST_SVE() local 4138 QDecHelper<uint32_t>(config, &MacroAssembler::Uqdech, 16, kHRegSize, big32); in TEST_SVE() 4146 int32_t big32 = UINT32_MAX - 42; in TEST_SVE() local 4151 QDecHelper<uint32_t>(config, &MacroAssembler::Uqdecw, 16, kWRegSize, big32); in TEST_SVE() 4159 int32_t big32 = UINT32_MAX - 42; in TEST_SVE() local 4164 QDecHelper<uint32_t>(config, &MacroAssembler::Uqdecd, 16, kDRegSize, big32); in TEST_SVE() 4172 int32_t big32 = UINT32_MAX - 42; in TEST_SVE() local 4177 QIncHelper<uint32_t>(config, &MacroAssembler::Uqincb, 16, kBRegSize, big32); in TEST_SVE() [all …]
|