Searched refs:SetFormatMap (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1419 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 …]
|
D | instructions-arm64.h | 651 void SetFormatMap(unsigned index, const NEONFormatMap* format);
|
D | instructions-arm64.cc | 664 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() function in v8::internal::NEONFormatDecoder
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2222 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 …]
|
D | instructions-aarch64.h | 624 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function
|