Searched refs:NEONFormatMap (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 819 struct NEONFormatMap { struct 838 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() argument 843 const NEONFormatMap* format0, in NEONFormatDecoder() 844 const NEONFormatMap* format1) { in NEONFormatDecoder() 849 const NEONFormatMap* format0, in NEONFormatDecoder() 850 const NEONFormatMap* format1, in NEONFormatDecoder() 851 const NEONFormatMap* format2) { in NEONFormatDecoder() 857 void SetFormatMaps(const NEONFormatMap* format0, 858 const NEONFormatMap* format1 = NULL, 859 const NEONFormatMap* format2 = NULL, [all …]
|
D | disasm-aarch64.cc | 2255 static const NEONFormatMap map_lp_ta = in DisassembleNEON2RegAddlp() 2279 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in DisassembleNEON2RegFPConvert() 2281 static const NEONFormatMap map_cvt_tb = {{22, 30}, in DisassembleNEON2RegFPConvert() 2424 static const NEONFormatMap map = in DisassembleNEON3SameNoD() 2464 static const NEONFormatMap map_dot = in VisitNEON3SameExtra() 2466 static const NEONFormatMap map_fc = in VisitNEON3SameExtra() 2469 static const NEONFormatMap map_rdm = in VisitNEON3SameExtra() 2601 static const NEONFormatMap map_v = in VisitNEONByIndexedElement() 2604 static const NEONFormatMap map_s = {{23, 22}, in VisitNEONByIndexedElement() 2613 static const NEONFormatMap map_ta = {{23, 22}, {NF_UNDEF, NF_4S, NF_2D}}; in DisassembleNEONMulByElementLong() [all …]
|
D | simulator-aarch64.cc | 7436 static const NEONFormatMap map_lp = in VisitNEON2RegMisc() 7440 static const NEONFormatMap map_fcvtl = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc() 7443 static const NEONFormatMap map_fcvtn = {{22, 30}, in VisitNEON2RegMisc() 7714 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEON2RegMiscFP16() 8372 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in VisitNEONAcrossLanes() 8522 static const NEONFormatMap map = in SimulateNEONFPMulByElement() 9809 static const NEONFormatMap map = {{22, 21, 20, 19}, in VisitNEONScalarShiftImmediate() 9919 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in VisitNEONShiftImmediate() 9932 static const NEONFormatMap map_l = in VisitNEONShiftImmediate()
|