101d100
< int8_t _numVectorDestRegs;
120c119,120
< /// Number of condition code destination regs.
---
> //@}
> /// Number of coprocesor destination regs.
122,123d121
< /// Number of vector destination regs.
< int8_t numVectorDestRegs() const { return _numVectorDestRegs; }
145d142
< bool isVector() const { return flags[IsVector]; }
258,259c255
< _numVectorDestRegs(0), machInst(_machInst), mnemonic(_mnemonic),
< cachedDisassembly(0)
---
> machInst(_machInst), mnemonic(_mnemonic), cachedDisassembly(0)
333c329
< std::string getName() const { return mnemonic; }
---
> std::string getName() { return mnemonic; }