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

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 545 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri :
553 const MCInstrDesc &MCID = TII.get(ADDriOpc);
ARMFrameLowering.cpp 222 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : ARM::t2ADDri;
224 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
    [all...]

Completed in 71 milliseconds