Searched refs:NarrowOpc (Results 1 – 1 of 1) sorted by relevance
76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes()77 : WideOpc(WideOpc), NarrowOpc(NarrowOpc) {} in OpCodes()80 unsigned NarrowOpc; ///< Narrow opcode member101 unsigned NarrowOpc() const { return Ops.NarrowOpc; } in NarrowOpc() function704 MI->setDesc(MipsII->get(Entry.NarrowOpc())); in ReplaceInstruction()709 const MCInstrDesc &NewMCID = MipsII->get(Entry.NarrowOpc()); in ReplaceInstruction()