SEC:NIC_Model. More...
#include <ssb_DMA_fakeInst.h>
Public Member Functions | |
void | init (instType o, simAddress addr, simPID p) |
void | init (instType o, simAddress addr, simPID p, instState s) |
bool | fetch (processor *) |
NOTE: I'm not sure when fetch would need to fail. | |
bool | issue (processor *) |
bool | commit (processor *) |
simRegister | NPC () const |
simRegister | TPC () const |
bool | issue (processor *p, const bool) |
bool | commit (processor *p, const bool) |
int | fu () const |
int | specificOp () const |
const int * | outDeps () const |
const int * | inDeps () const |
bool | isReturn () const |
instState | state () const |
instType | op () const |
simAddress | PC () const |
simAddress | memEA () const |
exceptType | exception () const |
simAddress | moveToTarget () const |
simAddress | febTarget () const |
simPID | pid () const |
SEC:NIC_Model.
bool fakeDMAInstruction::fetch | ( | processor * | ) | [inline, virtual] |