Searched refs:map_cvt_ta (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1399 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc() local 1508 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1513 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1517 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2202 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc() local 2311 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 2316 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 2320 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc()
|