Searched refs:inputs_n (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/ |
D | test-simulator-a64.cc | 1184 uintptr_t inputs_n, unsigned inputs_n_length, in Test1OpNEON_Helper() argument 1228 __ Mov(inputs_n_base, inputs_n); in Test1OpNEON_Helper() 1230 inputs_n + (vn_lane_bytes * inputs_n_length) - 16); in Test1OpNEON_Helper() 1268 const Tn inputs_n[], unsigned inputs_n_length, in Test1OpNEON() argument 1284 reinterpret_cast<uintptr_t>(inputs_n), in Test1OpNEON() 1346 static_cast<uint64_t>(inputs_n[input_index_n]), in Test1OpNEON() 1375 uintptr_t inputs_n, in Test1OpAcrossNEON_Helper() argument 1422 __ Mov(inputs_n_base, inputs_n); in Test1OpAcrossNEON_Helper() 1424 inputs_n + vn_lane_bytes * (inputs_n_length - vn_lane_count)); in Test1OpAcrossNEON_Helper() 1461 const Tn inputs_n[], unsigned inputs_n_length, in Test1OpAcrossNEON() argument [all …]
|