Searched refs:SetFormatMap (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 1898 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1902 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1921 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1925 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1986 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1987 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1991 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1992 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1996 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc() 1997 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc() [all …]
|
D | instructions-aarch64.h | 618 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function
|