|
MiscRegIndex | ArmISA::decodeCP14Reg (unsigned crn, unsigned opc1, unsigned crm, unsigned opc2) |
|
MiscRegIndex | ArmISA::decodeCP15Reg (unsigned crn, unsigned opc1, unsigned crm, unsigned opc2) |
|
MiscRegIndex | ArmISA::decodeCP15Reg64 (unsigned crm, unsigned opc1) |
|
std::tuple< bool, bool > | ArmISA::canReadCoprocReg (MiscRegIndex reg, SCR scr, CPSR cpsr, ThreadContext *tc) |
| Check for permission to read coprocessor registers. More...
|
|
std::tuple< bool, bool > | ArmISA::canWriteCoprocReg (MiscRegIndex reg, SCR scr, CPSR cpsr, ThreadContext *tc) |
| Check for permission to write coprocessor registers. More...
|
|
bool | ArmISA::AArch32isUndefinedGenericTimer (MiscRegIndex reg, ThreadContext *tc) |
|
int | ArmISA::snsBankedIndex (MiscRegIndex reg, ThreadContext *tc) |
|
int | ArmISA::snsBankedIndex (MiscRegIndex reg, ThreadContext *tc, bool ns) |
|
int | ArmISA::snsBankedIndex64 (MiscRegIndex reg, ThreadContext *tc) |
|
void | ArmISA::preUnflattenMiscReg () |
|
int | ArmISA::unflattenMiscReg (int reg) |
|
bool | ArmISA::canReadAArch64SysReg (MiscRegIndex reg, HCR hcr, SCR scr, CPSR cpsr, ThreadContext *tc) |
|
bool | ArmISA::canWriteAArch64SysReg (MiscRegIndex reg, HCR hcr, SCR scr, CPSR cpsr, ThreadContext *tc) |
|
MiscRegIndex | ArmISA::decodeAArch64SysReg (unsigned op0, unsigned op1, unsigned crn, unsigned crm, unsigned op2) |
|