HomeSort by: relevance | last modified time | path
    Searched refs:t2ADD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri;
372 Opc = isSub ? t2SUB : t2ADD;
ARMBaseInstrInfo.cpp 3365 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri;
3368 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB;
3371 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD;

Completed in 19 milliseconds