Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc2375 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2379 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2398 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2402 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2463 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2464 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2468 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2469 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2473 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
2474 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
[all …]
Dinstructions-aarch64.h774 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function