diff options
Diffstat (limited to 'cpu/o3/decode.hh')
-rw-r--r-- | cpu/o3/decode.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/o3/decode.hh b/cpu/o3/decode.hh index 3035b3387..b336575a8 100644 --- a/cpu/o3/decode.hh +++ b/cpu/o3/decode.hh @@ -107,9 +107,12 @@ class DefaultDecode /** Sets pointer to list of active threads. */ void setActiveThreads(std::list<unsigned> *at_ptr); + /** Switches out the decode stage. */ void switchOut(); + /** Takes over from another CPU's thread. */ void takeOverFrom(); + /** Ticks decode, processing all input signals and decoding as many * instructions as possible. */ |