Home
last modified time | relevance | path

Searched refs:subtraction (Results 1 – 25 of 137) sorted by relevance

123456

/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dvec-sub-01.ll1 ; Test vector subtraction.
5 ; Test a v16i8 subtraction.
14 ; Test a v8i16 subtraction.
23 ; Test a v4i32 subtraction.
32 ; Test a v2i64 subtraction.
41 ; Test a v4f32 subtraction, as an example of an operation that needs to be
67 ; Test a v2f64 subtraction.
77 ; Test an f64 subtraction that uses vector registers.
88 ; Test a v2i8 subtraction, which gets promoted to v16i8.
97 ; Test a v4i8 subtraction, which gets promoted to v16i8.
[all …]
H A Dvec-sub-02.ll1 ; Test vector subtraction on z14.
5 ; Test a v4f32 subtraction.
15 ; Test an f32 subtraction that uses vector registers.
26 ; Test a v2f32 subtraction, which gets promoted to v4f32.
33 ; Test a v1f128 subtraction.
H A Dvec-strict-sub-02.ll1 ; Test strict vector subtraction on z14.
9 ; Test a v4f32 subtraction.
22 ; Test an f32 subtraction that uses vector registers.
36 ; Test a v1f128 subtraction.
H A Dvec-strict-sub-01.ll1 ; Test strict vector subtraction.
8 ; Test a v2f64 subtraction.
21 ; Test an f64 subtraction that uses vector registers.
H A Dfp-sub-03.ll1 ; Test 128-bit floating-point subtraction.
5 ; There is no memory form of 128-bit subtraction.
H A Datomicrmw-sub-01.ll7 ; Check subtraction of a variable.
77 ; Check subtraction of -1. We add 0x01000000 to the rotated word.
91 ; Check subtraction of -1. We add 0xff000000 to the rotated word.
119 ; Check subtraction of a large unsigned value. We add 0x02000000 to the
H A Datomicrmw-sub-02.ll7 ; Check subtraction of a variable.
77 ; Check subtraction of -1. We add 0x00010000 to the rotated word.
91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word.
119 ; Check subtraction of a large unsigned value. We add 0x00020000 to the
H A Dfp-strict-sub-03.ll1 ; Test strict 128-bit floating-point subtraction.
8 ; There is no memory form of 128-bit subtraction.
H A Datomicrmw-sub-04.ll5 ; Check subtraction of a variable.
19 ; Check subtraction of 1.
59 ; Check subtraction of -1, which can use LA.
H A Datomicrmw-sub-03.ll5 ; Check subtraction of a variable.
19 ; Check subtraction of 1, which can use AHI.
69 ; Check subtraction of -1, which can use AHI.
H A Dfp-sub-04.ll1 ; Test 128-bit floating-point subtraction on z14.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dtime-subtraction.rst1 .. title:: clang-tidy - abseil-time-subtraction
3 abseil-time-subtraction
6 Finds and fixes ``absl::Time`` subtraction expressions to do subtraction
9 There are two cases of Time subtraction in which deduce additional type
31 // Suggestion - Perform subtraction in the Time domain instead.
38 // Suggestion - Perform subtraction in the Time domain instead.
H A Dduration-subtraction.rst1 .. title:: clang-tidy - abseil-duration-subtraction
3 abseil-duration-subtraction
6 Checks for cases where subtraction should be performed in the
34 be transformed in one run. In particular, this may occur for nested subtraction
/llvm-project/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s12 @ CHECK-ERROR: symbol 'a' can not be undefined in a subtraction expression
14 @ CHECK-ERROR: symbol 'b' can not be undefined in a subtraction expression
/llvm-project/llvm/test/MC/ARM/
H A Derror-location.s8 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a subtraction expre…
14 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a subtraction expre…
H A Dcmp-immediate-fixup-error2.s5 @ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
H A Derror-location-post-layout.s11 @ CHECK-DAG: 10:13: error: symbol 'undef' could not be evaluated in a subtraction expression
/llvm-project/lld/test/wasm/
H A Dreloc-relative.s15 # internal cross segment subtraction
25 # external cross segment subtraction
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc80 // have opposite signs, we are performing a subtraction. Otherwise, we
83 const bool subtraction = (aRep ^ bRep) & signBit;
103 if (subtraction) {
/llvm-project/llvm/test/MC/ELF/
H A Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td43 def WriteFAdd16 : SchedWrite; // 16-bit floating point addition/subtraction
44 def WriteFAdd32 : SchedWrite; // 32-bit floating point addition/subtraction
45 def WriteFAdd64 : SchedWrite; // 64-bit floating point addition/subtraction
156 def ReadFAdd16 : SchedRead; // 16-bit floating point addition/subtraction
157 def ReadFAdd32 : SchedRead; // 32-bit floating point addition/subtraction
158 def ReadFAdd64 : SchedRead; // 64-bit floating point addition/subtraction
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-fixits-deref-simple-ptr-arith.cpp186 void subtraction() { in subtraction() function
/llvm-project/llvm/test/CodeGen/AVR/pseudo/
H A DSUBIWRdK.mir3 # This test checks the expansion of the 16-bit subtraction pseudo instruction.
H A DSUBWRdRr.mir3 # This test checks the expansion of the 16-bit subtraction pseudo instruction.
H A DSBCIWRdK.mir3 # This test checks the expansion of the 16-bit subtraction with carry pseudo instruction.

123456