Searched refs:map_cvt_tb (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1401 static const NEONFormatMap map_cvt_tb = {{22, 30}, in VisitNEON2RegMisc() local 1507 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1512 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1518 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2204 static const NEONFormatMap map_cvt_tb = {{22, 30}, in VisitNEON2RegMisc() local 2310 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 2315 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 2321 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc()
|