Home
last modified time | relevance | path

Searched refs:t2SUB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp402 unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri; in emitT2RegPlusImmediate() local
406 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
H A DARMBaseInstrInfo.cpp3402 const unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri; in foldImmediate() local
3404 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in foldImmediate()
3407 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in foldImmediate()
H A DARMInstrThumb2.td2426 defm t2SUB : T2I_bin_ii12rs<0b101, "sub", sub>;
2431 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by