Searched refs:t2ADD (Results 1 – 3 of 3) sorted by relevance
369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where