Peter Bergner 00d07ec6e1 rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_build_acc built-ins
The __builtin_vsx_assemble_pair and __builtin_mma_assemble_acc built-ins
currently assign their first source operand to the first VSX register
in a pair/quad, their second operand to the second register in a pair/quad, etc.
This is not endian friendly and forces the user to generate different calls
depending on endianness.  In agreement with the POWER LLVM team, we've
decided to lightly deprecate the assemble built-ins and replace them with
"build" built-ins that automatically handle endianness so the same built-in
call and be used for both little-endian and big-endian compiles.  We are not
removing the assemble built-ins, since there is code in the wild that use
them, but we are removing their documentation to encourage the use of the
new "build" variants.

gcc/
	* config/rs6000/rs6000-builtin.def (build_pair): New built-in.
	(build_acc): Likewise.
	* config/rs6000/rs6000-call.c (mma_expand_builtin): Swap assemble
	source operands in little-endian mode.
	(rs6000_gimple_fold_mma_builtin): Handle VSX_BUILTIN_BUILD_PAIR.
	(mma_init_builtins): Likewise.
	* config/rs6000/rs6000.c (rs6000_split_multireg_move): Handle endianness
	ordering for the MMA assemble and build source operands.
	* doc/extend.texi (__builtin_vsx_build_acc, __builtin_mma_build_pair):
	Document.
	(__builtin_mma_assemble_acc, __builtin_mma_assemble_pair): Remove
	documentation.

gcc/testsuite/
	* gcc.target/powerpc/mma-builtin-4.c (__builtin_vsx_build_pair): Add
	tests.  Update expected counts.
	* gcc.target/powerpc/mma-builtin-5.c (__builtin_mma_build_acc): Add
	tests.  Update expected counts.
2021-06-10 13:56:27 -05:00
2021-05-26 00:16:41 +00:00
2021-05-19 00:16:45 +00:00
2021-05-26 00:16:41 +00:00
2020-12-15 00:16:35 +00:00
2021-05-08 00:16:27 +00:00
2021-02-03 00:16:23 +00:00
2021-05-07 00:16:33 +00:00
2021-04-17 00:16:25 +00:00
2021-01-04 10:26:59 +01:00
2021-01-16 00:16:29 +00:00
2021-05-04 00:16:53 +00:00
2021-05-06 00:16:37 +00:00
2021-04-07 00:16:39 +00:00
2021-05-21 00:16:57 +00:00
2021-05-04 00:16:53 +00:00
2021-01-06 00:16:55 +00:00
2021-06-10 15:20:09 +00:00
2021-06-09 00:16:30 +00:00
2021-06-06 00:16:22 +00:00
2021-01-16 00:16:29 +00:00
2021-01-06 00:16:55 +00:00
2021-05-26 00:16:41 +00:00
2021-05-15 00:16:27 +00:00
2021-06-09 00:16:30 +00:00
2021-05-22 00:16:29 +00:00
2021-01-06 00:16:55 +00:00
2021-06-10 00:16:30 +00:00
2021-01-06 00:16:55 +00:00
2021-05-11 00:16:36 +00:00
2021-05-15 00:16:27 +00:00
2021-01-06 00:16:55 +00:00
2020-12-02 11:04:01 -07:00
2021-06-06 00:16:22 +00:00
2021-05-29 10:59:54 -04:00
2021-05-29 10:59:54 -04:00
2021-01-05 16:04:14 -07:00
2021-06-05 09:55:33 -04:00
2021-05-18 17:45:19 -04:00
2021-05-18 17:45:19 -04:00

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.
S
Description
Yggdrasil port of the GNU Compiler Collection
Readme 978 MiB
Languages
C++ 33%
C 27.4%
Ada 13%
Go 7.1%
D 7%
Other 12.1%