Home
last modified time | relevance | path

Searched refs:NarrowOpc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes()
77 : WideOpc(WideOpc), NarrowOpc(NarrowOpc) {} in OpCodes()
80 unsigned NarrowOpc; ///< Narrow opcode member
101 unsigned NarrowOpc() const { return Ops.NarrowOpc; } in NarrowOpc() function
704 MI->setDesc(MipsII->get(Entry.NarrowOpc())); in ReplaceInstruction()
709 const MCInstrDesc &NewMCID = MipsII->get(Entry.NarrowOpc()); in ReplaceInstruction()