74d73
< #ifdef ISA_HAS_CC_REGS
76c75
< #endif
---
>
253c252
< uint64_t readIntRegOperand(const StaticInst *si, int idx)
---
> IntReg readIntRegOperand(const StaticInst *si, int idx)
268c267
< uint64_t readCCRegOperand(const StaticInst *si, int idx)
---
> CCReg readCCRegOperand(const StaticInst *si, int idx)
276c275
< void setIntRegOperand(const StaticInst *si, int idx, uint64_t val)
---
> void setIntRegOperand(const StaticInst *si, int idx, IntReg val)
295c294
< void setCCRegOperand(const StaticInst *si, int idx, uint64_t val)
---
> void setCCRegOperand(const StaticInst *si, int idx, CCReg val)
302c301
< uint64_t readRegOtherThread(int misc_reg)
---
> MiscReg readRegOtherThread(int misc_reg, ThreadID tid)
308c307
< void setRegOtherThread(int misc_reg, const TheISA::MiscReg &val)
---
> void setRegOtherThread(int misc_reg, MiscReg val, ThreadID tid)