binutils-gdb/sim/aarch64
Jim Wilson 05b3d79d26 Fixes for addv and xtn2 instructions.
sim/aarch64/
	* simulator.c (do_vec_ADDV): Call aarch64_set_vec_u64 instead of
	aarch64_set_reg_u64.  In case 2, call HALT_UNALLOC if not full.  In
	case 3, call HALT_UNALLOC unconditionally.
	(do_vec_XTN): Delete shifts.  In case 2, change index from i + 4 to
	i + 2.  Delete if on bias, change index to i + bias * X.

	sim/testsuite/sim/aarch64/
	* addv.s: New.
	* xtn.s: New.
2017-01-17 16:11:09 -08:00
..
ChangeLog Fixes for addv and xtn2 instructions. 2017-01-17 16:11:09 -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 Fixes for addv and xtn2 instructions. 2017-01-17 16:11:09 -08:00
simulator.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00