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

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 650 unsigned LdmOpc, unsigned LdrOpc,
694 if (Regs.size() > 1 || LdrOpc == 0) {
711 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0])
716 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) {
    [all...]
ARMFastISel.cpp     [all...]

Completed in 53 milliseconds