504c504
< void setIntReg(const StaticInst *si, int idx, uint64_t val)
---
> void setIntRegOperand(const StaticInst *si, int idx, uint64_t val)
511c511,512
< void setFloatReg(const StaticInst *si, int idx, FloatReg val, int width)
---
> void setFloatRegOperand(const StaticInst *si, int idx, FloatReg val,
> int width)
524c525
< void setFloatReg(const StaticInst *si, int idx, FloatReg val)
---
> void setFloatRegOperand(const StaticInst *si, int idx, FloatReg val)
531c532,533
< void setFloatRegBits(const StaticInst *si, int idx, uint64_t val, int width)
---
> void setFloatRegOperandBits(const StaticInst *si, int idx, uint64_t val,
> int width)
538c540
< void setFloatRegBits(const StaticInst *si, int idx, uint64_t val)
---
> void setFloatRegOperandBits(const StaticInst *si, int idx, uint64_t val)