Searched refs:map_half (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2468 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEON2RegMiscFP16() local 2469 NEONFormatDecoder nfd(instr, &map_half); in VisitNEON2RegMiscFP16() 2913 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONAcrossLanes() local 2922 nfd.SetFormatMaps(&map_half); in VisitNEONAcrossLanes() 3014 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONByIndexedElement() local 3136 nfd.SetFormatMaps(&map_half, &map_half); in VisitNEONByIndexedElement()
|
D | simulator-aarch64.cc | 4050 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEON2RegMiscFP16() local 4052 VectorFormat fpf = nfd.GetVectorFormat(&map_half); in VisitNEON2RegMiscFP16() 4676 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONAcrossLanes() local 4682 VectorFormat vf = nfd.GetVectorFormat(&map_half); in VisitNEONAcrossLanes() 4753 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONByIndexedElement() local 4755 VectorFormat vf_half = nfd.GetVectorFormat(&map_half); in VisitNEONByIndexedElement()
|