Searched refs:IntegerFormatMap (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1615 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON2RegMisc() 1634 nfd.SetFormatMap(1, nfd.IntegerFormatMap()); in VisitNEON2RegMisc() 1742 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 1747 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 1752 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 1757 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 1770 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes() 1835 NEONFormatDecoder nfd(instr, &map_ta, NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement() 1917 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEONByIndexedElement()
|
D | instructions-arm64.h | 673 static const NEONFormatMap* IntegerFormatMap() { in IntegerFormatMap() function
|
D | instructions-arm64.cc | 631 SetFormatMaps(IntegerFormatMap()); in NEONFormatDecoder()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2418 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON2RegMisc() 2437 nfd.SetFormatMap(1, nfd.IntegerFormatMap()); in VisitNEON2RegMisc() 2884 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 2889 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 2894 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 2899 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEON3Different() 2917 NEONFormatDecoder::IntegerFormatMap()); in VisitNEONAcrossLanes() 3018 NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement() 3148 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in VisitNEONByIndexedElement()
|
D | instructions-aarch64.h | 595 SetFormatMaps(IntegerFormatMap()); in NEONFormatDecoder() 686 static const NEONFormatMap* IntegerFormatMap() { in IntegerFormatMap() function
|