Home
last modified time | relevance | path

Searched refs:NEONFormatMap (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.h572 struct NEONFormatMap { struct
591 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() argument
596 const NEONFormatMap* format0, in NEONFormatDecoder()
597 const NEONFormatMap* format1) { in NEONFormatDecoder()
602 const NEONFormatMap* format0, in NEONFormatDecoder()
603 const NEONFormatMap* format1, in NEONFormatDecoder()
604 const NEONFormatMap* format2) { in NEONFormatDecoder()
610 void SetFormatMaps(const NEONFormatMap* format0,
611 const NEONFormatMap* format1 = NULL,
612 const NEONFormatMap* format2 = NULL) {
[all …]
Ddisasm-aarch64.cc1875 static const NEONFormatMap map_lp_ta = in VisitNEON2RegMisc()
1878 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc()
1880 static const NEONFormatMap map_cvt_tb = {{22, 30}, in VisitNEON2RegMisc()
2507 static const NEONFormatMap map_ta = {{23, 22}, {NF_UNDEF, NF_4S, NF_2D}}; in VisitNEONByIndexedElement()
3195 static const NEONFormatMap map_b = {{30}, {NF_8B, NF_16B}}; in VisitNEONModifiedImmediate()
3196 static const NEONFormatMap map_h = {{30}, {NF_4H, NF_8H}}; in VisitNEONModifiedImmediate()
3197 static const NEONFormatMap map_s = {{30}, {NF_2S, NF_4S}}; in VisitNEONModifiedImmediate()
3609 NEONFormatMap map = {{22}, {NF_2S, NF_2D}}; in VisitNEONScalarPairwise()
3647 static const NEONFormatMap map_shift = {{22, 21, 20, 19}, in VisitNEONScalarShiftImmediate()
3664 static const NEONFormatMap map_shift_narrow = in VisitNEONScalarShiftImmediate()
[all …]
Dsimulator-aarch64.cc2992 static const NEONFormatMap map_lp = in VisitNEON2RegMisc()
2996 static const NEONFormatMap map_fcvtl = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc()
2999 static const NEONFormatMap map_fcvtn = {{22, 30}, in VisitNEON2RegMisc()
4832 static const NEONFormatMap map = {{22, 21, 20, 19}, in VisitNEONScalarShiftImmediate()
4942 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in VisitNEONShiftImmediate()
4955 static const NEONFormatMap map_l = in VisitNEONShiftImmediate()