1#ifndef ROSE_BinaryAnalysis_Architecture_Powerpc_H 
    2#define ROSE_BinaryAnalysis_Architecture_Powerpc_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/BinaryAnalysis/Architecture/Base.h> 
    8namespace BinaryAnalysis {
 
   40    std::vector<Partitioner2::FunctionPrologueMatcherPtr>
 
 
Information about alignments.
 
Base class for architecture definitions.
 
size_t bitsPerWord() const
Property: Word size.
 
size_t bytesPerWord() const
Property: Word size.
 
Base class for PowerPC architectures.
 
virtual const CallingConvention::Dictionary & callingConventions() const override
Property: Calling convention definitions.
 
std::vector< Partitioner2::FunctionPrologueMatcherPtr > functionPrologueMatchers(const Partitioner2::EnginePtr &) const override
Instruction patterns matching function prologues.
 
bool isFunctionReturnFast(const std::vector< SgAsmInstruction * > &) const override
Returns true if the specified basic block looks like a function return.
 
bool isUnknown(const SgAsmInstruction *) const override
Returns true if the instruction is the special "unknown" instruction.
 
std::string instructionDescription(const SgAsmInstruction *) const override
Description for an instruction.
 
Alignment instructionAlignment() const override
Alignment for encoded machine instructions.
 
Sawyer::Container::Interval< size_t > bytesPerInstruction() const override
Valid sizes for encoded machine instructions.
 
bool isFunctionCallFast(const std::vector< SgAsmInstruction * > &, Address *target, Address *ret) const override
Returns true if the specified basic block looks like a function call.
 
bool terminatesBasicBlock(SgAsmInstruction *) const override
Determines whether the specified instruction normally terminates a basic block.
 
std::string instructionMnemonic(const SgAsmInstruction *) const override
Mnemonic for an instruction.
 
virtual InstructionSemantics::BaseSemantics::DispatcherPtr newInstructionDispatcher(const InstructionSemantics::BaseSemantics::RiscOperatorsPtr &) const override
Construct and return a new instruction dispatcher.
 
Disassembler::BasePtr newInstructionDecoder() const override
Construct and return a new instruction decoder.
 
Unparser::BasePtr newUnparser() const override
Construct and return a new instruction unparser.
 
AddressSet getSuccessors(SgAsmInstruction *, bool &complete) const override
Control flow successors for a single instruction.
 
Range of values delimited by endpoints.
 
Base class for machine instructions.
 
std::shared_ptr< Powerpc > PowerpcPtr
Reference counted pointer for Powerpc.
 
std::vector< DefinitionPtr > Dictionary
An ordered collection of calling convention definitions.
 
boost::shared_ptr< RiscOperators > RiscOperatorsPtr
Shared-ownership pointer to a RISC operators object.
 
boost::shared_ptr< Dispatcher > DispatcherPtr
Shared-ownership pointer to a semantics instruction dispatcher.
 
std::uint64_t Address
Address.
 
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.