Searched refs:t2ADD (Results 1 – 3 of 3) sorted by relevance
405 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local408 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
3244 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in foldImmediate() local3247 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in foldImmediate()3250 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in foldImmediate()
2431 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;2437 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by3029 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where