HomeSort by relevance Sort by last modified time
    Searched refs:AddiuSpImm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 101 const MCInstrDesc& AddiuSpImm(int64_t Imm) const;
Mips16InstrInfo.cpp 446 const MCInstrDesc &Mips16InstrInfo::AddiuSpImm(int64_t Imm) const {
456 BuildMI(MBB, I, DL, AddiuSpImm(Imm)).addImm(Imm);

Completed in 51 milliseconds