Searched refs:inputs_d (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 1872 uintptr_t inputs_d, in Test2OpNEON_Helper() argument 1943 __ Mov(inputs_d_base, inputs_d); in Test2OpNEON_Helper() 1994 const Td inputs_d[], in Test2OpNEON() argument 2016 reinterpret_cast<uintptr_t>(inputs_d), in Test2OpNEON() 2094 static_cast<uint64_t>(inputs_d[lane]), in Test2OpNEON() 2120 uintptr_t inputs_d, in TestByElementNEON_Helper() argument 2198 __ Mov(inputs_d_base, inputs_d); in TestByElementNEON_Helper() 2253 const Td inputs_d[], in TestByElementNEON() argument 2281 reinterpret_cast<uintptr_t>(inputs_d), in TestByElementNEON() 2368 static_cast<uint64_t>(inputs_d[lane]), in TestByElementNEON() [all …]
|
D | test-assembler-sve-aarch64.cc | 12818 uint64_t inputs_d[] = {0xfedcba98fedcba98, in TEST_SVE() local 12823 BitwiseShiftImmHelper(config, kDRegSize, inputs_d, shift_d[i]); in TEST_SVE() 15342 uint64_t inputs_d[] = {0x40f0000000000000, 0x4000000000000000}; in TEST_SVE() local 15343 InsrHelper(&masm, z2.VnD(), inputs_d); in TEST_SVE()
|