Searched refs:inputs_m (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 1720 uintptr_t inputs_m, in Test2OpNEON_Helper() argument 1785 __ Mov(inputs_m_base, inputs_m); in Test2OpNEON_Helper() 1786 __ Mov(inputs_m_last_16bytes, inputs_m + (inputs_m_length - 16)); in Test2OpNEON_Helper() 1836 const Tm inputs_m[], in Test2OpNEON() argument 1856 reinterpret_cast<uintptr_t>(inputs_m), in Test2OpNEON() 1934 static_cast<uint64_t>(inputs_m[input_index_m]), in Test2OpNEON() 1959 uintptr_t inputs_m, in TestByElementNEON_Helper() argument 2026 __ Mov(inputs_m_base, inputs_m); in TestByElementNEON_Helper() 2027 __ Mov(inputs_m_last_16bytes, inputs_m + (inputs_m_length - 16)); in TestByElementNEON_Helper() 2081 const Tm inputs_m[], in TestByElementNEON() argument [all …]
|