Searched refs:map_half (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2633 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEON2RegMiscFP16() local 2634 NEONFormatDecoder nfd(instr, &map_half); in VisitNEON2RegMiscFP16() 3110 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONAcrossLanes() local 3119 nfd.SetFormatMaps(&map_half); in VisitNEONAcrossLanes() 3212 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONByIndexedElement() local 3360 nfd.SetFormatMaps(&map_half, &map_half); in VisitNEONByIndexedElement()
|
D | simulator-aarch64.cc | 4954 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEON2RegMiscFP16() local 4956 VectorFormat fpf = nfd.GetVectorFormat(&map_half); in VisitNEON2RegMiscFP16() 5600 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONAcrossLanes() local 5606 VectorFormat vf = nfd.GetVectorFormat(&map_half); in VisitNEONAcrossLanes() 5677 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONByIndexedElement() local 5679 VectorFormat vf_half = nfd.GetVectorFormat(&map_half); in VisitNEONByIndexedElement()
|