gem5
|
#include "cpu/minor/scoreboard.hh"
#include "arch/registers.hh"
#include "cpu/reg_class.hh"
#include "debug/MinorScoreboard.hh"
#include "debug/MinorTiming.hh"
Go to the source code of this file.
Namespaces | |
Minor | |
Minor contains all the definitions within the MinorCPU apart from the CPU class itself. | |
Functions | |
static TheISA::RegIndex | Minor::flattenRegIndex (TheISA::RegIndex reg, ThreadContext *thread_context) |
Flatten a RegIndex, irrespective of what reg type it's pointing to. More... | |