binutils-gdb/sim/testsuite
Jim Wilson c0386d4d54 Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.
sim/aarch64/
	* cpustate.c: Include math.h.
	(aarch64_set_FP_float): Use signbit to check for signed zero.
	(aarch64_set_FP_double): Likewise.
	* simulator.c (do_vec_MOV_immediate, case 0x8): Add missing break.
	(do_vec_mul): In all DO_VEC_WIDENING_MUL calls, make second and fourth
	args same size as third arg.
	(fmaxnm): Use isnan instead of fpclassify.
	(fminnm, dmaxnm, dminnm): Likewise.
	(do_vec_MLS): Reverse order of subtraction operands.
	(dexSimpleFPCondSelect): Call aarch64_get_FP_double or
	aarch64_get_FP_float to get source register contents.
	(UINT_MIN, ULONG_MIN, FLOAT_UINT_MAX, FLOAT_UINT_MIN,
	DOUBLE_UINT_MAX, DOUBLE_UINT_MIN, FLOAT_ULONG_MAX, FLOAT_ULONG_MIN,
	DOUBLE_ULONG_MAX, DOUBLE_ULONG_MIN): New.
	(do_fcvtzu): Use ULONG instead of LONG, and UINT instead of INT in
	raise_exception calls.

	sim/testsuite/sim/aarch64/
	* fcsel.s: New.
	* fcvtz.s: New.
	* fminnm.s: New.
	* mls.s: New.
	* mul.s: New.
2017-01-04 16:07:50 -08:00
..
common update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
config
d10v-elf update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
frv-elf update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
lib sim: testsuite: support basic vars in flags 2015-11-15 00:43:48 -05:00
m32r-elf update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mips64el-elf update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
sim Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. 2017-01-04 16:07:50 -08:00
.gitignore sim: tests: ignore generated tests 2012-03-19 03:51:09 +00:00
ChangeLog sim: drop --enable-sim-cflags option 2016-01-10 02:54:59 -05:00
configure sim: drop --enable-sim-cflags option 2016-01-10 02:54:59 -05:00
configure.ac sim: d10v: link in missing testsuite 2015-03-30 01:06:57 -04:00
Makefile.in update copyright year range in GDB files 2017-01-01 10:52:34 +04:00