binutils-gdb/sim/testsuite/sim/aarch64
Jim Wilson bf1554384b Fix ldn/stn multiple instructions. Fix testcases with unaligned data.
sim/aarch64/
	* simulator.c (vec_load): Add M argument.  Rewrite to iterate over
	registers based on structure size.
	(LD4, LD3, LD2, LD1_2, LD1_3, LD1_4): Pass new arg to vec_load.
	(LD1_1): Replace with call to vec_load.
	(vec_store): Add new M argument.  Rewrite to iterate over registers
	based on structure size.
	(ST4, ST3, ST2, ST1_2, ST1_3, ST1_4): Pass new arg to vec_store.
	(ST1_1): Replace with call to vec_store.

	sim/testsuite/sim/aarch64/
	* fcvtz.s, fstur.s, ldn_single.s, ldnr.s, mla.s, mls.s, uzp.s: Align
	data.
	* sumulh.s: Delete unnecessary data alignment.
	* stn_single.s: Align data.  Fix unaligned ldr insns.  Adjust cmp
	arguments to match change.
	* ldn_multiple.s, stn_multiple.s: New.
2017-04-22 16:36:01 -07:00
..
adds.s Fix bug with cmn/adds where C flag was incorrectly set. 2017-03-25 20:32:02 -07:00
addv.s Fixes for addv and xtn2 instructions. 2017-01-17 16:11:09 -08:00
allinsn.exp
bit.s Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. 2017-02-19 13:16:56 -08:00
ChangeLog Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
cmtst.s Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. 2017-02-19 13:16:56 -08:00
cnt.s Add missing cnt (popcount) instruction support. 2017-02-25 20:04:09 -08:00
fcmp.s Fix bugs with float compare and Inf operands. 2016-12-21 12:33:12 -08:00
fcmXX.s Support the fcmXX zero instructions. 2017-04-08 07:10:38 -07:00
fcsel.s Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. 2017-01-04 16:07:50 -08:00
fcvtl.s Add support for fcvtl and fcvtl2. 2017-04-08 12:08:20 -07:00
fcvtz.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
fminnm.s Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. 2017-01-04 16:07:50 -08:00
fstur.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
ldn_multiple.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
ldn_single.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
ldnr.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
mla.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
mls.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
mul.s Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul. 2017-01-04 16:07:50 -08:00
pass.s
stn_multiple.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
stn_single.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
sumov.s Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite. 2017-03-03 13:10:45 -08:00
sumulh.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
tbnz.s
testutils.inc
uzp.s Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
xtl.s Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv. 2017-02-19 13:16:56 -08:00
xtn.s Fixes for addv and xtn2 instructions. 2017-01-17 16:11:09 -08:00