/llvm-project/llvm/test/CodeGen/SystemZ/ |
H A D | vec-sub-01.ll | 1 ; 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 D | vec-sub-02.ll | 1 ; 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 D | vec-strict-sub-02.ll | 1 ; 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 D | vec-strict-sub-01.ll | 1 ; Test strict vector subtraction. 8 ; Test a v2f64 subtraction. 21 ; Test an f64 subtraction that uses vector registers.
|
H A D | fp-sub-03.ll | 1 ; Test 128-bit floating-point subtraction. 5 ; There is no memory form of 128-bit subtraction.
|
H A D | atomicrmw-sub-01.ll | 7 ; 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 D | atomicrmw-sub-02.ll | 7 ; 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 D | fp-strict-sub-03.ll | 1 ; Test strict 128-bit floating-point subtraction. 8 ; There is no memory form of 128-bit subtraction.
|
H A D | atomicrmw-sub-04.ll | 5 ; Check subtraction of a variable. 19 ; Check subtraction of 1. 59 ; Check subtraction of -1, which can use LA.
|
H A D | atomicrmw-sub-03.ll | 5 ; 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 D | fp-sub-04.ll | 1 ; Test 128-bit floating-point subtraction on z14.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
H A D | time-subtraction.rst | 1 .. 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 D | duration-subtraction.rst | 1 .. 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 D | bad-darwin-ARM-reloc.s | 12 @ 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 D | error-location.s | 8 @ 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 D | cmp-immediate-fixup-error2.s | 5 @ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
|
H A D | error-location-post-layout.s | 11 @ CHECK-DAG: 10:13: error: symbol 'undef' could not be evaluated in a subtraction expression
|
/llvm-project/lld/test/wasm/ |
H A D | reloc-relative.s | 15 # internal cross segment subtraction 25 # external cross segment subtraction
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_add_impl.inc | 80 // 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 D | subtraction-error.s | 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedule.td | 43 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 D | warn-unsafe-buffer-usage-fixits-deref-simple-ptr-arith.cpp | 186 void subtraction() { in subtraction() function
|
/llvm-project/llvm/test/CodeGen/AVR/pseudo/ |
H A D | SUBIWRdK.mir | 3 # This test checks the expansion of the 16-bit subtraction pseudo instruction.
|
H A D | SUBWRdRr.mir | 3 # This test checks the expansion of the 16-bit subtraction pseudo instruction.
|
H A D | SBCIWRdK.mir | 3 # This test checks the expansion of the 16-bit subtraction with carry pseudo instruction.
|