gem5 v24.0.0.0
|
#include "arch/arm/insts/static_inst.hh"
#include "arch/arm/faults.hh"
#include "arch/arm/isa.hh"
#include "arch/arm/self_debug.hh"
#include "arch/arm/utility.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ArmISA |
Functions | |
static uint8_t | gem5::ArmISA::getRestoredITBits (ThreadContext *tc, CPSR spsr) |
static bool | gem5::ArmISA::illegalExceptionReturn (ThreadContext *tc, CPSR cpsr, CPSR spsr) |