Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h879 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function
Ddisasm-aarch64.cc2447 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2734 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON3Same()
3432 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
Dsimulator-aarch64.cc4758 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
5065 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
5915 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
7266 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONTable()