1#ifndef ROSE_BinaryAnalysis_Architecture_Powerpc64_H 
    2#define ROSE_BinaryAnalysis_Architecture_Powerpc64_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/BinaryAnalysis/Architecture/Powerpc.h> 
    8namespace BinaryAnalysis {
 
Architecture-specific information for PowerPC with 64-bit word size.
 
bool matchesHeader(SgAsmGenericHeader *) const override
Tests whether this architecture matches a file header.
 
static Ptr instance(ByteOrder::Endianness)
Allocating constructor.
 
RegisterDictionary::Ptr registerDictionary() const override
Property: Register dictionary.
 
Base class for PowerPC architectures.
 
std::shared_ptr< Powerpc64 > Powerpc64Ptr
Reference counted pointer for Powerpc64.
 
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.