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

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 26 /// instruction in the sequence must be an ADDiu if LastInstrIsADDiu is
35 /// GetInstSeqLsADDiu - Get instrucion sequences which end with an ADDiu to
50 /// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a LUi.
58 unsigned ADDiu, ORi, SLL, LUi;
MipsSEInstrInfo.cpp 320 unsigned ADDiu = STI.isABI_N64() ? Mips::DADDiu : Mips::ADDiu;
323 BuildMI(MBB, I, DL, get(ADDiu), SP).addReg(SP).addImm(Amount);
353 // instructions (ADDiu, ORI and SLL) in that it does not have a register

Completed in 34 milliseconds