Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddisasm-arm64.cc1419 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1423 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1442 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1446 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
1507 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
1508 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
1512 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
1513 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
1517 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
1518 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
[all …]
Dinstructions-arm64.h651 void SetFormatMap(unsigned index, const NEONFormatMap* format);
Dinstructions-arm64.cc664 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() function in v8::internal::NEONFormatDecoder
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc2222 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2226 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2245 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2249 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc()
2310 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2311 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2315 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc()
2316 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc()
2320 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
2321 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
[all …]
Dinstructions-aarch64.h624 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function