Home
last modified time | relevance | path

Searched refs:LogicalFormatMap (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dinstructions-a64.h635 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function
Ddisasm-a64.cc1474 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
1584 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON3Same()
1850 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
Dsimulator-a64.cc2465 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2575 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
2938 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
3823 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONTable()