Skip to content

Commit 46f1295

Browse files
author
git apple-llvm automerger
committed
Merge commit '69b94594ec7b' from llvm.org/main into next
2 parents 8b9fc03 + 69b9459 commit 46f1295

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -91,56 +91,6 @@ static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo,
9191
return MCDisassembler::Success;
9292
}
9393

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-
14494
static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address,
14595
const MCDisassembler *Decoder) {
14696
unsigned addr = 0;
@@ -435,6 +385,8 @@ static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn,
435385
return MCDisassembler::Success;
436386
}
437387

388+
#include "AVRGenDisassemblerTables.inc"
389+
438390
static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address,
439391
uint64_t &Size, uint32_t &Insn) {
440392
if (Bytes.size() < 2) {

0 commit comments

Comments
 (0)