gem5
|
#include "arch/arm/insts/static_inst.hh"
#include "arch/arm/faults.hh"
#include "base/condcodes.hh"
#include "base/cprintf.hh"
#include "base/loader/symtab.hh"
#include "cpu/reg_class.hh"
Go to the source code of this file.
Namespaces | |
ArmISA | |
Functions | |
static uint8_t | ArmISA::getRestoredITBits (ThreadContext *tc, CPSR spsr) |
static bool | ArmISA::illegalExceptionReturn (ThreadContext *tc, CPSR cpsr, CPSR spsr) |