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

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 589 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri :
600 const MCInstrDesc &MCID = TII.get(ADDriOpc);
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp     [all...]
ARMFrameLowering.cpp 204 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : ARM::t2ADDri;
206 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
    [all...]

Completed in 346 milliseconds