From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/paired-single-arithmetic.html | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create 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 new file mode 100644 index 00000000..2d4ca99c --- /dev/null +++ b/devdocs/gcc~13/paired-single-arithmetic.html @@ -0,0 +1,39 @@ +

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