Searched refs:t2ADD (Results 1 – 7 of 7) sorted by relevance
324 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local327 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
3267 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local3270 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()3273 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
2270 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;2276 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by2842 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
371 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local374 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
3317 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local3320 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()3323 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
2319 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;2325 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by2911 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
2033 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;2039 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by