Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc56 movprfx_is_predicated ? movprfx->GetSVEVectorFormat() : kFormatUndefined; in CanTakeSVEMovprfx()
1031 return kFormatUndefined; in VectorFormatHalfWidth()
1054 return kFormatUndefined; in VectorFormatDoubleWidth()
1079 return kFormatUndefined; in VectorFormatFillQ()
1105 return kFormatUndefined; in VectorFormatHalfWidthDoubleLanes()
1120 return kFormatUndefined; in VectorFormatDoubleLanes()
1136 return kFormatUndefined; in VectorFormatHalfLanes()
1153 return kFormatUndefined; in ScalarFormatFromLaneSize()
1186 return kFormatUndefined; in SVEFormatFromLaneSizeInBytes()
1201 return kFormatUndefined; in SVEFormatFromLaneSizeInBits()
[all …]
Dinstructions-aarch64.h180 kFormatUndefined = 0xffffffff, enumerator
315 return kFormatUndefined; in GetSVEVectorFormat()
815 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat()
Dsimulator-aarch64.cc6351 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate()
8219 VectorFormat vform = kFormatUndefined; in VisitSVEFPMulIndex()
8321 VectorFormat vform = kFormatUndefined; in VisitSVEFPMulAddIndex()
10055 VectorFormat vform = kFormatUndefined; in VisitSVEContiguousNonTemporalLoad_ScalarPlusImm()
10089 VectorFormat vform = kFormatUndefined; in VisitSVEContiguousNonTemporalLoad_ScalarPlusScalar()
10127 VectorFormat vform = kFormatUndefined; in VisitSVELoadAndBroadcastQuadword_ScalarPlusImm()
10158 VectorFormat vform = kFormatUndefined; in VisitSVELoadAndBroadcastQuadword_ScalarPlusScalar()
10488 VectorFormat vform = kFormatUndefined; in VisitSVEContiguousNonTemporalStore_ScalarPlusImm()
10518 VectorFormat vform = kFormatUndefined; in VisitSVEContiguousNonTemporalStore_ScalarPlusScalar()
11158 VectorFormat element_form = kFormatUndefined; in VisitSVEReverseWithinElements()
[all …]
Dsimulator-aarch64.h803 vector_form_(kFormatUndefined), in LogicSVEAddressVector()
Dlogic-aarch64.cc2344 VectorFormat srcform = kFormatUndefined; in extractnarrow()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1445 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpNEON_Helper()
1446 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpNEON_Helper()
1653 VIXL_ASSERT(vd_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1654 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1882 VIXL_ASSERT(vd_form != kFormatUndefined); in Test2OpNEON_Helper()
1883 VIXL_ASSERT(vn_form != kFormatUndefined); in Test2OpNEON_Helper()
1884 VIXL_ASSERT(vm_form != kFormatUndefined); in Test2OpNEON_Helper()
2133 VIXL_ASSERT(vd_form != kFormatUndefined); in TestByElementNEON_Helper()
2134 VIXL_ASSERT(vn_form != kFormatUndefined); in TestByElementNEON_Helper()
2135 VIXL_ASSERT(vm_form != kFormatUndefined); in TestByElementNEON_Helper()
[all …]