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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 368 unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri;
372 Opc = isSub ? t2SUB : t2ADD;
ARMBaseInstrInfo.cpp 3366 const unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri;
3368 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB;
3371 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD;

Completed in 33 milliseconds