Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddisasm-a64.cc1532 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
1541 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
1643 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1667 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1671 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1675 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1679 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1683 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1688 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different()
1693 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different()
[all …]
Dinstructions-a64.h604 static const NEONFormatMap* LongIntegerFormatMap() { in LongIntegerFormatMap() function
Dsimulator-a64.cc2603 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc()
2748 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different()
2852 VectorFormat vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEONByIndexedElement()