revert 5af8f40d8f2c
This commit is contained in:
@@ -76,7 +76,6 @@ class ExecContext {
|
||||
typedef TheISA::MiscReg MiscReg;
|
||||
|
||||
typedef TheISA::CCReg CCReg;
|
||||
typedef TheISA::VectorReg VectorReg;
|
||||
|
||||
public:
|
||||
/**
|
||||
@@ -127,22 +126,6 @@ class ExecContext {
|
||||
virtual void setCCRegOperand(const StaticInst *si, int idx, CCReg val) = 0;
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @{
|
||||
* @name Vector Register Interfaces
|
||||
*
|
||||
*/
|
||||
|
||||
/** Reads a vector register. */
|
||||
virtual const VectorReg &readVectorRegOperand (const StaticInst *si,
|
||||
int idx) = 0;
|
||||
|
||||
/** Sets a vector register to a value. */
|
||||
virtual void setVectorRegOperand(const StaticInst *si,
|
||||
int idx, const VectorReg &val) = 0;
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @{
|
||||
* @name Misc Register Interfaces
|
||||
|
||||
Reference in New Issue
Block a user