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