Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc414 return kFormatUndefined; in VectorFormatHalfWidth()
437 return kFormatUndefined; in VectorFormatDoubleWidth()
462 return kFormatUndefined; in VectorFormatFillQ()
482 return kFormatUndefined; in VectorFormatHalfWidthDoubleLanes()
497 return kFormatUndefined; in VectorFormatDoubleLanes()
513 return kFormatUndefined; in VectorFormatHalfLanes()
530 return kFormatUndefined; in ScalarFormatFromLaneSize()
541 VIXL_ASSERT(vform != kFormatUndefined); in RegisterSizeInBitsFromFormat()
568 VIXL_ASSERT(vform != kFormatUndefined); in LaneSizeInBitsFromFormat()
599 VIXL_ASSERT(vform != kFormatUndefined); in LaneSizeInBytesLog2FromFormat()
[all …]
Dinstructions-aarch64.h507 kFormatUndefined = 0xffffffff, enumerator
659 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat()
Dsimulator-aarch64.cc4342 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc2093 VectorFormat srcform = kFormatUndefined; in extractnarrow()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1304 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpNEON_Helper()
1305 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpNEON_Helper()
1502 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1503 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1726 VIXL_ASSERT(vd_form != kFormatUndefined); in Test2OpNEON_Helper()
1727 VIXL_ASSERT(vn_form != kFormatUndefined); in Test2OpNEON_Helper()
1728 VIXL_ASSERT(vm_form != kFormatUndefined); in Test2OpNEON_Helper()
1967 VIXL_ASSERT(vd_form != kFormatUndefined); in TestByElementNEON_Helper()
1968 VIXL_ASSERT(vn_form != kFormatUndefined); in TestByElementNEON_Helper()
1969 VIXL_ASSERT(vm_form != kFormatUndefined); in TestByElementNEON_Helper()
[all …]