Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc1898 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 …]
Dinstructions-aarch64.h618 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function