1#ifndef ROSE_BinaryAnalysis_Architecture_NxpColdfire_H 
    2#define ROSE_BinaryAnalysis_Architecture_NxpColdfire_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/BinaryAnalysis/Architecture/Motorola.h> 
    8namespace BinaryAnalysis {
 
Base class for Motorola processors.
 
Architecture-specific information for NXP ColdFire'.
 
bool matchesHeader(SgAsmGenericHeader *) const override
Tests whether this architecture matches a file header.
 
RegisterDictionary::Ptr registerDictionary() const override
Property: Register dictionary.
 
Disassembler::BasePtr newInstructionDecoder() const override
Construct and return a new instruction decoder.
 
static Ptr instance()
Allocating constructor.
 
std::shared_ptr< NxpColdfire > NxpColdfirePtr
Reference counted pointer for NxpColdfire.
 
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.