Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.h634 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.cc2521 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2631 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
2994 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
3879 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONTable()