Searched refs:SetFormatMap (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | disasm-a64.cc | 1440 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 …]
|
D | instructions-a64.h | 541 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function
|