Home
last modified time | relevance | path

Searched refs:t2ADD (Results 26 – 48 of 48) sorted by relevance

12

/dports/devel/wasi-compiler-rt13/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
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 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
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
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 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
/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/emulators/qemu60/qemu-6.0.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/emulators/qemu5/qemu-5.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/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMInstrThumb2.td2081 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2087 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2618 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/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/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMInstrThumb2.td2233 defm t2ADD : T2I_bin_ii12rs<0b000, "add", add, 1>;
2239 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
2778 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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
2895 // Thumb2SizeReduction's chances later on we select a t2ADD for an or where
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A 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
/dports/devel/wasi-libcxx/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
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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
/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
/dports/devel/llvm11/llvm-11.0.1.src/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
2895 // 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A 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
/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
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A 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

12