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