Home
last modified time | relevance | path

Searched refs:LaneSizeInBytesLog2FromFormat (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc535 int LaneSizeInBytesLog2FromFormat(VectorFormat vform) { in LaneSizeInBytesLog2FromFormat() function
Dinstructions-a64.h463 int LaneSizeInBytesLog2FromFormat(VectorFormat vform);
Dassembler-a64.h4099 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON5()
4106 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON4()
Dsimulator-a64.cc3267 int index_shift = LaneSizeInBytesLog2FromFormat(vf); in NEONLoadStoreSingleStructHelper()
/external/vixl/test/
Dtest-simulator-a64.cc1200 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpNEON_Helper()
1391 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1599 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpNEON_Helper()
1605 const unsigned vm_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vm_form); in Test2OpNEON_Helper()
1825 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestByElementNEON_Helper()
1831 const unsigned vm_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vm_form); in TestByElementNEON_Helper()
2063 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpImmNEON_Helper()
2265 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestOpImmOpImmNEON_Helper()