Home
last modified time | relevance | path

Searched refs:vd_lanes_per_q (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1756 const unsigned vd_lanes_per_q = MaxLaneCountFromFormat(vd_form); in Test1OpAcrossNEON() local
1759 Td* results = new Td[results_length * vd_lanes_per_q]; in Test1OpAcrossNEON()
1780 unsigned index = lane + (iteration * vd_lanes_per_q); in Test1OpAcrossNEON()
1804 unsigned results_index = (n * vd_lanes_per_q) + lane; in Test1OpAcrossNEON()
1813 for (unsigned lane = vd_lane_count; lane < vd_lanes_per_q; lane++) { in Test1OpAcrossNEON()
1814 unsigned results_index = (n * vd_lanes_per_q) + lane; in Test1OpAcrossNEON()
1841 (n * vd_lanes_per_q) + ((vn_lane_count - 1) - lane); in Test1OpAcrossNEON()

Completed in 8 milliseconds