409c409
< void setIntReg(const StaticInst *si, int idx, uint64_t val)
---
> void setIntRegOperand(const StaticInst *si, int idx, uint64_t val)
416c416,417
< void setFloatReg(const StaticInst *si, int idx, FloatReg val, int width)
---
> void setFloatRegOperand(const StaticInst *si, int idx, FloatReg val,
> int width)
429c430
< void setFloatReg(const StaticInst *si, int idx, FloatReg val)
---
> void setFloatRegOperand(const StaticInst *si, int idx, FloatReg val)
436c437,438
< void setFloatRegBits(const StaticInst *si, int idx, uint64_t val, int width)
---
> void setFloatRegOperandBits(const StaticInst *si, int idx, uint64_t val,
> int width)
443c445
< void setFloatRegBits(const StaticInst *si, int idx, uint64_t val)
---
> void setFloatRegOperandBits(const StaticInst *si, int idx, uint64_t val)