Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h716 static const NEONFormatMap* LogicalFormatMap() { in LogicalFormatMap() function
Ddisasm-aarch64.cc1990 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
2198 nfd.SetFormatMaps(nfd.LogicalFormatMap()); in VisitNEON3Same()
2577 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
Dsimulator-aarch64.cc3074 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON2RegMisc()
3257 VectorFormat vf = nfd.GetVectorFormat(nfd.LogicalFormatMap()); in VisitNEON3Same()
3908 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract()
5123 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONTable()