Public Member Functions | Friends

ppcInstruction Class Reference

SEC:ppcFront. More...

#include <ppcFront.h>

Inheritance diagram for ppcInstruction:
instruction

Public Member Functions

virtual bool fetch (processor *)
 NOTE: I'm not sure when fetch would need to fail.
virtual bool issue (processor *p)
virtual bool commit (processor *p)
virtual instState state () const
virtual simAddress PC () const
virtual instType op () const
virtual simAddress memEA () const
virtual exceptType exception () const
virtual simAddress moveToTarget () const
virtual simAddress febTarget () const
virtual simRegister NPC () const
virtual simRegister TPC () const
virtual bool issue (processor *p, const bool s)
virtual bool commit (processor *p, const bool s)
virtual int fu () const
virtual int specificOp () const
virtual const int * outDeps () const
virtual const int * inDeps () const
virtual bool isReturn () const
virtual bool isBranchLink () const
virtual simPID pid () const

Friends

class boost::serialization::access
class ppcThread

Detailed Description

SEC:ppcFront.


Member Function Documentation

bool ppcInstruction::fetch ( processor  )  [virtual]

NOTE: I'm not sure when fetch would need to fail.

Possibly in the OOO case?

Implements instruction.


The documentation for this class was generated from the following files: