1#ifndef ROSE_BinaryAnalysis_Unparser_Powerpc_H
2#define ROSE_BinaryAnalysis_Unparser_Powerpc_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/BinaryAnalysis/Unparser/Base.h>
7#include <Rose/BinaryAnalysis/BasicTypes.h>
10namespace BinaryAnalysis {
32 Ptr copy()
const override;
Abstract base class for unparsers.
Unparser for PowerPC instruction sets.
void emitOperandBody(std::ostream &, SgAsmExpression *, State &) const override
Mid-level unparser function.
PowerpcSettings & settings() override
Property: Settings associated with this unparser.
void emitInstruction(std::ostream &, SgAsmInstruction *, State &) const override
Mid-level unparser function.
const PowerpcSettings & settings() const override
Property: Settings associated with this unparser.
Base class for expressions.
Base class for machine instructions.
Represents one PowerPC machine instruction.
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
std::map< uint64_t, std::string > LabelMap
Map from address to label.
Sawyer::SharedPointer< RegisterDictionary > RegisterDictionaryPtr
Reference counting pointer.
Settings specific to the PowerPC unparser.
Settings that control unparsing.