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

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 69 const std::vector<CalleeSavedInfo> &CSI, unsigned LdmOpc,
ARMFrameLowering.cpp 648 unsigned LdmOpc, unsigned LdrOpc,
675 LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_RET : ARM::LDMIA_RET;
694 AddDefaultPred(BuildMI(MBB, MI, DL, TII.get(LdmOpc), ARM::SP)
    [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 47 milliseconds