binutils-gdb/sim/aarch64
Jim Wilson 8ecbe595e6 Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.
sim/aarch64/
	* simulator.c (mul64hi): Shift carry left by 32.
	(smulh): Change signum to negate.  If negate, invert result, and add
	carry bit if low part of multiply result is zero.

	sim/testsuite/sim/aarch64/
	* sumov.s: Correct compare test values.
	* sumulh.s: New.
2017-03-03 13:10:45 -08:00
..
ChangeLog Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. 2017-03-03 13:10:45 -08:00
Makefile.in update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
aclocal.m4 Add an AArch64 simulator to GDB. 2015-11-24 08:47:59 +00:00
config.in sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
configure sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
configure.ac update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
cpustate.c Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. 2017-01-04 16:07:50 -08:00
cpustate.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
decode.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
interp.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
memory.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
memory.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
sim-main.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
simulator.c Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. 2017-03-03 13:10:45 -08:00
simulator.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00