Home
last modified time | relevance | path

Searched refs:t2ADD (Results 1 – 25 of 48) sorted by last modified time

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DARMBaseInstrInfo.cpp3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DARMBaseInstrInfo.cpp3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri;
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB;
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD;
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri;
372 Opc = isSub ? t2SUB : t2ADD;
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/ARM/
H A DARMInstrThumb2.td2073 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2079 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2604 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DARMBaseInstrInfo.cpp3355 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td2342 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2348 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2950 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
H A DARMBaseInstrInfo.cpp3396 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3399 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3402 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
H A DThumb2InstrInfo.cpp369 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
372 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A 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
H A DThumb2InstrInfo.cpp371 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
374 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()
H A DARMBaseInstrInfo.cpp3365 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3368 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3371 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A 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
H A DARMBaseInstrInfo.cpp3365 const unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in FoldImmediate() local
3368 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3371 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
H A DThumb2InstrInfo.cpp371 unsigned t2ADD = ToSP ? ARM::t2ADDspImm : ARM::t2ADDri; in emitT2RegPlusImmediate() local
374 Opc = isSub ? t2SUB : t2ADD; in emitT2RegPlusImmediate()

12