@@ -91,56 +91,6 @@ static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo,
91
91
return MCDisassembler::Success;
92
92
}
93
93
94
- static DecodeStatus decodeFIOARr (MCInst &Inst, unsigned Insn, uint64_t Address,
95
- const MCDisassembler *Decoder);
96
-
97
- static DecodeStatus decodeFIORdA (MCInst &Inst, unsigned Insn, uint64_t Address,
98
- const MCDisassembler *Decoder);
99
-
100
- static DecodeStatus decodeFIOBIT (MCInst &Inst, unsigned Insn, uint64_t Address,
101
- const MCDisassembler *Decoder);
102
-
103
- static DecodeStatus decodeCallTarget (MCInst &Inst, unsigned Insn,
104
- uint64_t Address,
105
- const MCDisassembler *Decoder);
106
-
107
- static DecodeStatus decodeFRd (MCInst &Inst, unsigned Insn, uint64_t Address,
108
- const MCDisassembler *Decoder);
109
-
110
- static DecodeStatus decodeFLPMX (MCInst &Inst, unsigned Insn, uint64_t Address,
111
- const MCDisassembler *Decoder);
112
-
113
- static DecodeStatus decodeFFMULRdRr (MCInst &Inst, unsigned Insn,
114
- uint64_t Address,
115
- const MCDisassembler *Decoder);
116
-
117
- static DecodeStatus decodeFMOVWRdRr (MCInst &Inst, unsigned Insn,
118
- uint64_t Address,
119
- const MCDisassembler *Decoder);
120
-
121
- static DecodeStatus decodeFWRdK (MCInst &Inst, unsigned Insn, uint64_t Address,
122
- const MCDisassembler *Decoder);
123
-
124
- static DecodeStatus decodeFMUL2RdRr (MCInst &Inst, unsigned Insn,
125
- uint64_t Address,
126
- const MCDisassembler *Decoder);
127
-
128
- static DecodeStatus decodeMemri (MCInst &Inst, unsigned Insn, uint64_t Address,
129
- const MCDisassembler *Decoder);
130
-
131
- static DecodeStatus decodeFBRk (MCInst &Inst, unsigned Insn, uint64_t Address,
132
- const MCDisassembler *Decoder);
133
-
134
- static DecodeStatus decodeCondBranch (MCInst &Inst, unsigned Insn,
135
- uint64_t Address,
136
- const MCDisassembler *Decoder);
137
-
138
- static DecodeStatus decodeLoadStore (MCInst &Inst, unsigned Insn,
139
- uint64_t Address,
140
- const MCDisassembler *Decoder);
141
-
142
- #include " AVRGenDisassemblerTables.inc"
143
-
144
94
static DecodeStatus decodeFIOARr (MCInst &Inst, unsigned Insn, uint64_t Address,
145
95
const MCDisassembler *Decoder) {
146
96
unsigned addr = 0 ;
@@ -435,6 +385,8 @@ static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn,
435
385
return MCDisassembler::Success;
436
386
}
437
387
388
+ #include " AVRGenDisassemblerTables.inc"
389
+
438
390
static DecodeStatus readInstruction16 (ArrayRef<uint8_t > Bytes, uint64_t Address,
439
391
uint64_t &Size, uint32_t &Insn) {
440
392
if (Bytes.size () < 2 ) {
0 commit comments