From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/paired-single-arithmetic.html | 39 ---------------------------- 1 file changed, 39 deletions(-) delete mode 100644 devdocs/gcc~13/paired-single-arithmetic.html (limited to 'devdocs/gcc~13/paired-single-arithmetic.html') diff --git a/devdocs/gcc~13/paired-single-arithmetic.html b/devdocs/gcc~13/paired-single-arithmetic.html deleted file mode 100644 index 2d4ca99c..00000000 --- a/devdocs/gcc~13/paired-single-arithmetic.html +++ /dev/null @@ -1,39 +0,0 @@ -

6.60.17.1 Paired-Single Arithmetic ΒΆ

The table below lists the v2sf operations for which hardware support exists. a, b and c are v2sf values and x is an integral value.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C codeMIPS instruction
a + badd.ps
a - bsub.ps
-aneg.ps
a * bmul.ps
a * b + cmadd.ps
a * b - cmsub.ps
-(a * b + c)nmadd.ps
-(a * b - c)nmsub.ps
x ? a : b -movn.ps/movz.ps -

Note that the multiply-accumulate instructions can be disabled using the command-line option -mno-fused-madd.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Paired-Single-Arithmetic.html -

-
-- cgit v1.2.3