Searched defs:PCState (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/null/
H A Dtypes.hh49 class PCState : public GenericISA::UPCState<MachInst> class in namespace:NullISA
/gem5/src/arch/sparc/
H A Dtypes.hh43 typedef GenericISA::DelaySlotUPCState<MachInst> PCState; typedef in namespace:SparcISA
/gem5/src/arch/alpha/
H A Dtypes.hh43 typedef GenericISA::SimplePCState<MachInst> PCState; typedef in namespace:AlphaISA
/gem5/src/arch/riscv/
H A Dtypes.hh57 class PCState : public GenericISA::UPCState<MachInst> class in namespace:RiscvISA
64 PCState() : UPCState() { _compressed = false; _rv32 = false; } function in class:RiscvISA::PCState
65 PCState(Addr val) : UPCState(val) { _compressed = false; _rv32 = false; } function in class:RiscvISA::PCState
/gem5/src/cpu/
H A Dexec_context.hh75 typedef TheISA::PCState PCState; typedef in class:ExecContext
/gem5/src/arch/power/
H A Dtypes.hh81 typedef GenericISA::SimplePCState<MachInst> PCState; typedef in namespace:PowerISA
/gem5/src/arch/mips/
H A Dtypes.hh43 typedef GenericISA::DelaySlotPCState<MachInst> PCState; typedef in namespace:MipsISA
/gem5/src/arch/x86/
H A Dtypes.hh289 class PCState : public GenericISA::UPCState<MachInst> class in namespace:X86ISA
304 PCState() {} function in class:X86ISA::PCState
305 PCState(Addr val) { set(val); } function in class:X86ISA::PCState
/gem5/src/arch/arm/
H A Dtypes.hh215 class PCState : public GenericISA::UPCState<MachInst> class in namespace:ArmISA
234 PCState() : flags(0), nextFlags(0), _itstate(0), _nextItstate(0), function in class:ArmISA::PCState
245 PCState(Addr val) : flags(0), nextFlags(0), _itstate(0), function in class:ArmISA::PCState

Completed in 15 milliseconds