Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp368 unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
DARMBaseInstrInfo.cpp3356 const unsigned t2SUB = ToSP ? ARM::t2SUBspImm : ARM::t2SUBri; in FoldImmediate() local
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
DARMInstrThumb2.td2343 defm t2SUB : T2I_bin_ii12rs<0b101, "sub", sub>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by