Searched refs:LongIntegerFormatMap (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1616 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 1633 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 1665 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1725 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1729 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1733 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1737 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1741 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1746 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 1751 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() [all …]
|
D | instructions-arm64.h | 683 static const NEONFormatMap* LongIntegerFormatMap() { in LongIntegerFormatMap() function
|
D | simulator-arm64.cc | 3694 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 3975 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 4203 VectorFormat vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEONByIndexedElement()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2419 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 2436 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 2807 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2867 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2871 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2875 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2879 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2883 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2888 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 2893 nfd.SetFormatMaps(nfd.LongIntegerFormatMap()); in VisitNEON3Different() [all …]
|
D | instructions-aarch64.h | 696 static const NEONFormatMap* LongIntegerFormatMap() { in LongIntegerFormatMap() function
|
D | simulator-aarch64.cc | 4028 vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON2RegMisc() 4504 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() 4756 VectorFormat vf = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEONByIndexedElement()
|