Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc603 int LaneSizeInBytesLog2FromFormat(VectorFormat vform) { in LaneSizeInBytesLog2FromFormat() function
Dinstructions-aarch64.h549 int LaneSizeInBytesLog2FromFormat(VectorFormat vform);
Dassembler-aarch64.h4028 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON5()
4035 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON4()
Dsimulator-aarch64.cc5283 int index_shift = LaneSizeInBytesLog2FromFormat(vf); in NEONLoadStoreSingleStructHelper()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1479 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpNEON_Helper()
1681 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1921 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpNEON_Helper()
1927 const unsigned vm_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vm_form); in Test2OpNEON_Helper()
2174 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestByElementNEON_Helper()
2180 const unsigned vm_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vm_form); in TestByElementNEON_Helper()
2437 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpImmNEON_Helper()
2655 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
/external/v8/src/arm64/
Dinstructions-arm64.h482 int LaneSizeInBytesLog2FromFormat(VectorFormat vform);
Dinstructions-arm64.cc530 int LaneSizeInBytesLog2FromFormat(VectorFormat vform) { in LaneSizeInBytesLog2FromFormat() function
Dassembler-arm64.h3106 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON5()
3113 int s = LaneSizeInBytesLog2FromFormat(static_cast<VectorFormat>(format)); in ImmNEON4()
Dsimulator-arm64.cc4668 int index_shift = LaneSizeInBytesLog2FromFormat(vf); in NEONLoadStoreSingleStructHelper()