Home
last modified time | relevance | path

Searched refs:SetFormatMap (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/vixl/a64/
Ddisasm-a64.cc1440 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1444 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1453 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1457 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1486 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
1487 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
1491 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
1492 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
1496 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
1497 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
[all …]
Dinstructions-a64.h541 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function