Pan Li 01a784e7c5 RISC-V: Fix scalar code-gen of unsigned SAT_MUL
The previous code-gen of scalar unsigned SAT_MUL, aka usmul.
Leverage the mulhs by mistake, it should be mulhu for the
hight bit result of mul.  Thus, this patch would like to make
it correct.

gcc/ChangeLog:

	* config/riscv/riscv.cc (riscv_expand_xmode_usmul): Take
	umulhu for high bits mul result.

gcc/testsuite/ChangeLog:

	* gcc.target/riscv/sat/sat_u_mul-1-u32-from-u64.c: Add mulhu
	asm check.
	* gcc.target/riscv/sat/sat_u_mul-1-u64-from-u128.c: Ditto.

Signed-off-by: Pan Li <pan2.li@intel.com>
2025-08-05 09:37:10 +08:00
2025-06-03 00:18:06 +00:00
2025-05-24 00:17:55 +00:00
2025-07-29 00:19:24 +00:00
2025-06-23 00:16:33 +00:00
2025-07-10 00:20:18 +00:00
2025-01-02 11:59:57 +01:00
2025-08-01 00:20:20 +00:00
2025-04-11 00:17:32 +00:00
2025-07-26 00:19:51 +00:00
2025-08-05 00:19:57 +00:00
2025-01-02 11:59:57 +01:00
2024-10-26 00:19:39 +00:00
2025-08-01 00:20:20 +00:00
2025-07-14 00:16:48 +00:00
2025-07-31 00:21:08 +00:00
2025-07-24 00:20:56 +00:00
2025-07-22 00:19:29 +00:00
2025-04-01 00:19:09 +00:00
2025-07-10 00:20:18 +00:00
2025-05-10 00:17:59 +00:00
2025-01-02 11:59:57 +01:00
2025-07-02 00:19:39 +00:00
2025-04-10 00:18:06 +00:00
2025-01-02 11:59:57 +01:00
2025-08-05 00:19:57 +00:00
2025-05-10 00:17:59 +00:00
2025-03-07 00:17:19 +00:00
2025-07-05 00:19:48 +00:00
2025-08-01 00:20:20 +00:00
2025-08-02 00:20:17 +00:00
2024-11-19 12:27:33 +01: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.
Description
No description provided
Readme 1.5 GiB
Languages
C++ 30.7%
C 30%
Ada 14.5%
D 6.1%
Go 5.7%
Other 12.5%