Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc1918 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1922 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1941 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1945 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2006 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2007 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2011 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2012 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2016 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
2017 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
[all …]
Dinstructions-aarch64.h618 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function