188c188
< new MicroAddUop(machInst, rn, rn, rm);
---
> new MicroAddUop(machInst, rn, rn, rm, 0, ArmISA::LSL);
323c323
< new MicroAddUop(machInst, rn, rn, rm);
---
> new MicroAddUop(machInst, rn, rn, rm, 0, ArmISA::LSL);
569c569
< new MicroAddUop(machInst, rn, rn, rm);
---
> new MicroAddUop(machInst, rn, rn, rm, 0, ArmISA::LSL);
765c765
< new MicroAddUop(machInst, rn, rn, rm);
---
> new MicroAddUop(machInst, rn, rn, rm, 0, ArmISA::LSL);
880a881,891
> MicroIntMov::generateDisassembly(Addr pc, const SymbolTable *symtab) const
> {
> std::stringstream ss;
> printMnemonic(ss);
> printReg(ss, ura);
> ss << ", ";
> printReg(ss, urb);
> return ss.str();
> }
>
> std::string