24 #define DEBUG_TYPE "sparc-disassembler" 35 virtual ~SparcDisassembler() {}
53 return new SparcDisassembler(STI, Ctx);
68 SP::G0, SP::G1, SP::G2, SP::G3,
69 SP::G4, SP::G5, SP::G6, SP::G7,
70 SP::O0, SP::O1, SP::O2, SP::O3,
71 SP::O4, SP::O5, SP::O6, SP::O7,
72 SP::L0, SP::L1, SP::L2, SP::L3,
73 SP::L4, SP::L5, SP::L6, SP::L7,
74 SP::I0, SP::I1, SP::I2, SP::I3,
75 SP::I4, SP::I5, SP::I6, SP::I7 };
78 SP::F0, SP::F1, SP::F2, SP::F3,
79 SP::F4, SP::F5, SP::F6, SP::F7,
80 SP::F8, SP::F9, SP::F10, SP::F11,
81 SP::F12, SP::F13, SP::F14, SP::F15,
82 SP::F16, SP::F17, SP::F18, SP::F19,
83 SP::F20, SP::F21, SP::F22, SP::F23,
84 SP::F24, SP::F25, SP::F26, SP::F27,
85 SP::F28, SP::F29, SP::F30, SP::F31 };
88 SP::D0, SP::D16, SP::D1, SP::D17,
89 SP::D2, SP::D18, SP::D3, SP::D19,
90 SP::D4, SP::D20, SP::D5, SP::D21,
91 SP::D6, SP::D22, SP::D7, SP::D23,
92 SP::D8, SP::D24, SP::D9, SP::D25,
93 SP::D10, SP::D26, SP::D11, SP::D27,
94 SP::D12, SP::D28, SP::D13, SP::D29,
95 SP::D14, SP::D30, SP::D15, SP::D31 };
98 SP::Q0, SP::Q8, ~0U, ~0U,
99 SP::Q1, SP::Q9, ~0U, ~0U,
100 SP::Q2, SP::Q10, ~0U, ~0U,
101 SP::Q3, SP::Q11, ~0U, ~0U,
102 SP::Q4, SP::Q12, ~0U, ~0U,
103 SP::Q5, SP::Q13, ~0U, ~0U,
104 SP::Q6, SP::Q14, ~0U, ~0U,
105 SP::Q7, SP::Q15, ~0U, ~0U } ;
108 SP::FCC0, SP::FCC1, SP::FCC2, SP::FCC3 };
111 SP::Y, SP::ASR1, SP::ASR2, SP::ASR3,
112 SP::ASR4, SP::ASR5, SP::ASR6, SP::ASR7,
113 SP::ASR8, SP::ASR9, SP::ASR10, SP::ASR11,
114 SP::ASR12, SP::ASR13, SP::ASR14, SP::ASR15,
115 SP::ASR16, SP::ASR17, SP::ASR18, SP::ASR19,
116 SP::ASR20, SP::ASR21, SP::ASR22, SP::ASR23,
117 SP::ASR24, SP::ASR25, SP::ASR26, SP::ASR27,
118 SP::ASR28, SP::ASR29, SP::ASR30, SP::ASR31};
121 SP::TPC, SP::TNPC, SP::TSTATE, SP::TT, SP::TICK, SP::TBA, SP::PSTATE,
122 SP::TL, SP::PIL, SP::CWP, SP::CANSAVE, SP::CANRESTORE, SP::CLEANWIN,
123 SP::OTHERWIN, SP::WSTATE
127 SP::G0_G1, SP::G2_G3, SP::G4_G5, SP::G6_G7,
128 SP::O0_O1, SP::O2_O3, SP::O4_O5, SP::O6_O7,
129 SP::L0_L1, SP::L2_L3, SP::L4_L5, SP::L6_L7,
130 SP::I0_I1, SP::I2_I3, SP::I4_I5, SP::I6_I7,
134 SP::C0, SP::C1, SP::C2, SP::C3,
135 SP::C4, SP::C5, SP::C6, SP::C7,
136 SP::C8, SP::C9, SP::C10, SP::C11,
137 SP::C12, SP::C13, SP::C14, SP::C15,
138 SP::C16, SP::C17, SP::C18, SP::C19,
139 SP::C20, SP::C21, SP::C22, SP::C23,
140 SP::C24, SP::C25, SP::C26, SP::C27,
141 SP::C28, SP::C29, SP::C30, SP::C31
146 SP::C0_C1, SP::C2_C3, SP::C4_C5, SP::C6_C7,
147 SP::C8_C9, SP::C10_C11, SP::C12_C13, SP::C14_C15,
148 SP::C16_C17, SP::C18_C19, SP::C20_C21, SP::C22_C23,
149 SP::C24_C25, SP::C26_C27, SP::C28_C29, SP::C30_C31
155 const void *Decoder) {
158 unsigned Reg = IntRegDecoderTable[RegNo];
166 const void *Decoder) {
169 unsigned Reg = IntRegDecoderTable[RegNo];
178 const void *Decoder) {
181 unsigned Reg = FPRegDecoderTable[RegNo];
190 const void *Decoder) {
193 unsigned Reg = DFPRegDecoderTable[RegNo];
202 const void *Decoder) {
206 unsigned Reg = QFPRegDecoderTable[RegNo];
216 const void *Decoder) {
219 unsigned Reg = CPRegDecoderTable[RegNo];
226 const void *Decoder) {
235 const void *Decoder) {
244 const void *Decoder) {
252 uint64_t
Address,
const void *Decoder) {
267 uint64_t
Address,
const void *Decoder) {
277 const void *Decoder);
279 const void *Decoder);
281 const void *Decoder);
283 const void *Decoder);
285 const void *Decoder);
287 const void *Decoder);
289 const void *Decoder);
291 uint64_t
Address,
const void *Decoder);
293 uint64_t
Address,
const void *Decoder);
295 uint64_t
Address,
const void *Decoder);
297 uint64_t
Address,
const void *Decoder);
299 uint64_t
Address,
const void *Decoder);
301 uint64_t
Address,
const void *Decoder);
303 uint64_t
Address,
const void *Decoder);
305 uint64_t
Address,
const void *Decoder);
307 uint64_t
Address,
const void *Decoder);
309 const void *Decoder);
311 const void *Decoder);
313 const void *Decoder);
315 const void *Decoder);
317 #include "SparcGenDisassemblerTables.inc" 322 bool IsLittleEndian) {
324 if (Bytes.
size() < 4) {
329 Insn = IsLittleEndian
330 ? (Bytes[0] << 0) | (Bytes[1] << 8) | (Bytes[2] << 16) |
332 : (Bytes[3] << 0) | (Bytes[2] << 8) | (Bytes[1] << 16) |
344 bool isLittleEndian = getContext().getAsmInfo()->isLittleEndian();
352 if (STI.getFeatureBits()[Sparc::FeatureV9])
376 const void *Decoder);
381 unsigned rd = fieldFromInstruction(insn, 25, 5);
382 unsigned rs1 = fieldFromInstruction(insn, 14, 5);
383 bool isImm = fieldFromInstruction(insn, 13, 1);
384 bool hasAsi = fieldFromInstruction(insn, 23, 1);
385 unsigned asi = fieldFromInstruction(insn, 5, 8);
389 simm13 = SignExtend32<13>(fieldFromInstruction(insn, 0, 13));
391 rs2 = fieldFromInstruction(insn, 0, 5);
395 status = DecodeRD(MI, rd, Address, Decoder);
418 status = DecodeRD(MI, rd, Address, Decoder);
426 const void *Decoder) {
427 return DecodeMem(Inst, insn, Address, Decoder,
true,
432 const void *Decoder) {
433 return DecodeMem(Inst, insn, Address, Decoder,
true,
438 const void *Decoder) {
439 return DecodeMem(Inst, insn, Address, Decoder,
true,
444 const void *Decoder) {
445 return DecodeMem(Inst, insn, Address, Decoder,
true,
450 const void *Decoder) {
451 return DecodeMem(Inst, insn, Address, Decoder,
true,
456 const void *Decoder) {
457 return DecodeMem(Inst, insn, Address, Decoder,
true,
462 const void *Decoder) {
463 return DecodeMem(Inst, insn, Address, Decoder,
true,
468 uint64_t
Address,
const void *Decoder) {
469 return DecodeMem(Inst, insn, Address, Decoder,
false,
474 uint64_t
Address,
const void *Decoder) {
475 return DecodeMem(Inst, insn, Address, Decoder,
false,
480 const void *Decoder) {
481 return DecodeMem(Inst, insn, Address, Decoder,
false,
486 uint64_t
Address,
const void *Decoder) {
487 return DecodeMem(Inst, insn, Address, Decoder,
false,
492 uint64_t
Address,
const void *Decoder) {
493 return DecodeMem(Inst, insn, Address, Decoder,
false,
498 uint64_t
Address,
const void *Decoder) {
499 return DecodeMem(Inst, insn, Address, Decoder,
false,
504 uint64_t
Address,
const void *Decoder) {
505 return DecodeMem(Inst, insn, Address, Decoder,
false,
511 uint64_t Width,
MCInst &MI,
512 const void *Decoder) {
519 uint64_t
Address,
const void *Decoder) {
520 unsigned tgt = fieldFromInstruction(insn, 0, 30);
529 uint64_t
Address,
const void *Decoder) {
530 unsigned tgt = SignExtend32<13>(fieldFromInstruction(insn, 0, 13));
536 const void *Decoder) {
538 unsigned rd = fieldFromInstruction(insn, 25, 5);
539 unsigned rs1 = fieldFromInstruction(insn, 14, 5);
540 unsigned isImm = fieldFromInstruction(insn, 13, 1);
544 simm13 = SignExtend32<13>(fieldFromInstruction(insn, 0, 13));
546 rs2 = fieldFromInstruction(insn, 0, 5);
570 const void *Decoder) {
572 unsigned rs1 = fieldFromInstruction(insn, 14, 5);
573 unsigned isImm = fieldFromInstruction(insn, 13, 1);
577 simm13 = SignExtend32<13>(fieldFromInstruction(insn, 0, 13));
579 rs2 = fieldFromInstruction(insn, 0, 5);
598 const void *Decoder) {
600 unsigned rd = fieldFromInstruction(insn, 25, 5);
601 unsigned rs1 = fieldFromInstruction(insn, 14, 5);
602 unsigned isImm = fieldFromInstruction(insn, 13, 1);
603 bool hasAsi = fieldFromInstruction(insn, 23, 1);
604 unsigned asi = fieldFromInstruction(insn, 5, 8);
608 simm13 = SignExtend32<13>(fieldFromInstruction(insn, 0, 13));
610 rs2 = fieldFromInstruction(insn, 0, 5);
638 const void *Decoder) {
640 unsigned rs1 = fieldFromInstruction(insn, 14, 5);
641 unsigned isImm = fieldFromInstruction(insn, 13, 1);
642 unsigned cc =fieldFromInstruction(insn, 25, 4);
646 imm7 = fieldFromInstruction(insn, 0, 7);
648 rs2 = fieldFromInstruction(insn, 0, 5);
static DecodeStatus DecodeStoreCP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeRD)
This class represents lattice values for constants.
DecodeStatus
Ternary decode status.
static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeCPPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
Superclass for all disassemblers.
bool tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) const
static const uint16_t IntPairDecoderTable[]
static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static void RegisterMCDisassembler(Target &T, Target::MCDisassemblerCtorTy Fn)
RegisterMCDisassembler - Register a MCDisassembler implementation for the given target.
static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeStoreCPPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static MCOperand createReg(unsigned Reg)
static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
MCDisassembler::DecodeStatus DecodeStatus
static const uint16_t CPPairDecoderTable[]
static bool isLoad(int Opcode)
static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
Context object for machine code objects.
int decodeInstruction(InternalInstruction *insn, byteReader_t reader, const void *readerArg, dlog_t logger, void *loggerArg, const void *miiArg, uint64_t startLoc, DisassemblerMode mode)
Decode one instruction and store the decoding results in a buffer provided by the consumer...
void LLVMInitializeSparcDisassembler()
Target & getTheSparcTarget()
static DecodeStatus readInstruction32(ArrayRef< uint8_t > Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsLittleEndian)
Read four bytes from the ArrayRef and return 32 bit word.
Instances of this class represent a single low-level machine instruction.
static DecodeStatus DecodeTRAP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
std::error_code status(const Twine &path, file_status &result, bool follow=true)
Get file status as if by POSIX stat().
size_t size() const
size - Get the array size.
static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
Target & getTheSparcelTarget()
static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static const unsigned FCCRegDecoderTable[]
static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder)
static const unsigned IntRegDecoderTable[]
static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static const unsigned FPRegDecoderTable[]
static const unsigned CPRegDecoderTable[]
DecodeStatus(* DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
constexpr size_t array_lengthof(T(&)[N])
Find the length of an array.
static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static const unsigned ASRRegDecoderTable[]
static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static const unsigned DFPRegDecoderTable[]
Target - Wrapper for Target specific information.
static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
Target & getTheSparcV9Target()
static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder)
static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder)
static const unsigned QFPRegDecoderTable[]
Generic base class for all target subtargets.
static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static const unsigned PRRegDecoderTable[]
static bool isBranch(unsigned Opcode)
LLVM Value Representation.
static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder)
static MCDisassembler * createSparcDisassembler(const Target &T, const MCSubtargetInfo &STI, MCContext &Ctx)
This class implements an extremely fast bulk output stream that can only output to a stream...
void addOperand(const MCOperand &Op)
static MCOperand createImm(int64_t Val)