Home
last modified time | relevance | path

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

12345678910>>...183

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A Dx64ABI.cpp23 size_t subtraction = 0; in ABI_CalculateFrameSize() local
30 subtraction += 16 * fpr_count; in ABI_CalculateFrameSize()
32 subtraction += needed_frame_size; in ABI_CalculateFrameSize()
33 subtraction += shadow; in ABI_CalculateFrameSize()
35 rsp_alignment -= subtraction; in ABI_CalculateFrameSize()
36 subtraction += rsp_alignment & 0xf; in ABI_CalculateFrameSize()
39 *subtractionp = subtraction; in ABI_CalculateFrameSize()
53 if (subtraction) in ABI_PushRegistersAndAdjustStack()
54 SUB(64, R(RSP), subtraction >= 0x80 ? Imm32((u32)subtraction) : Imm8((u8)subtraction)); in ABI_PushRegistersAndAdjustStack()
78 if (subtraction) in ABI_PopRegistersAndAdjustStack()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dimplicit_saturating_sub.stderr1 error: implicitly performing saturating subtraction
11 error: implicitly performing saturating subtraction
19 error: implicitly performing saturating subtraction
27 error: implicitly performing saturating subtraction
35 error: implicitly performing saturating subtraction
43 error: implicitly performing saturating subtraction
51 error: implicitly performing saturating subtraction
59 error: implicitly performing saturating subtraction
67 error: implicitly performing saturating subtraction
75 error: implicitly performing saturating subtraction
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/x64/
H A Dxbyak_abi.h155 s32 subtraction; member
163 size_t subtraction = 0; in ABI_CalculateFrameSize() local
167 subtraction = rsp_alignment & 0xF; in ABI_CalculateFrameSize()
169 subtraction += 0x10 * xmm_count; in ABI_CalculateFrameSize()
170 size_t xmm_base_subtraction = subtraction; in ABI_CalculateFrameSize()
171 subtraction += needed_frame_size; in ABI_CalculateFrameSize()
172 subtraction += ABI_SHADOW_SPACE; in ABI_CalculateFrameSize()
174 rsp_alignment -= subtraction; in ABI_CalculateFrameSize()
175 subtraction += rsp_alignment & 0xF; in ABI_CalculateFrameSize()
191 if (frame_info.subtraction != 0) {
[all …]
/dports/emulators/citra/citra-ac98458e0/src/common/x64/
H A Dxbyak_abi.h155 s32 subtraction; member
163 std::size_t subtraction = 0; in ABI_CalculateFrameSize() local
167 subtraction = rsp_alignment & 0xF; in ABI_CalculateFrameSize()
169 subtraction += 0x10 * xmm_count; in ABI_CalculateFrameSize()
170 std::size_t xmm_base_subtraction = subtraction; in ABI_CalculateFrameSize()
171 subtraction += needed_frame_size; in ABI_CalculateFrameSize()
172 subtraction += ABI_SHADOW_SPACE; in ABI_CalculateFrameSize()
174 rsp_alignment -= subtraction; in ABI_CalculateFrameSize()
175 subtraction += rsp_alignment & 0xF; in ABI_CalculateFrameSize()
192 if (frame_info.subtraction != 0) {
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/x64/
H A Dxbyak_abi.h155 s32 subtraction; member
163 std::size_t subtraction = 0; in ABI_CalculateFrameSize() local
167 subtraction = rsp_alignment & 0xF; in ABI_CalculateFrameSize()
169 subtraction += 0x10 * xmm_count; in ABI_CalculateFrameSize()
170 std::size_t xmm_base_subtraction = subtraction; in ABI_CalculateFrameSize()
171 subtraction += needed_frame_size; in ABI_CalculateFrameSize()
172 subtraction += ABI_SHADOW_SPACE; in ABI_CalculateFrameSize()
174 rsp_alignment -= subtraction; in ABI_CalculateFrameSize()
175 subtraction += rsp_alignment & 0xF; in ABI_CalculateFrameSize()
192 if (frame_info.subtraction != 0) {
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Dcomp_sub.men1 This is file comp_sub.men--Compute complex subtraction
8 5. which to compute the complex subtraction:
11 7. which to compute the complex subtraction:
14 9. which to compute the complex subtraction:
17 11. which to compute the complex subtraction:
20 13. the complex subtraction:
23 15. the complex subtraction:
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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.
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.
106 ; Test a v8i8 subtraction, which gets promoted to v16i8.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/docs/clang-tidy/checks/
H A Dabseil-time-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.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dabseil-time-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.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dabseil-time-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.
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dabseil-time-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.

12345678910>>...183