Home
last modified time | relevance | path

Searched refs:t2ADD (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp324 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
327 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
DARMBaseInstrInfo.cpp3267 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3270 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3273 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
DARMInstrThumb2.td2270 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2276 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2842 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/external/llvm-project/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp371 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
374 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
DARMBaseInstrInfo.cpp3317 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3320 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3323 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
DARMInstrThumb2.td2319 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2325 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2911 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td2033 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2039 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by