Remove cache miss test from all but one AMO test
authorAndrew Waterman <andrew@sifive.com>
Mon, 21 Nov 2016 23:29:09 +0000 (15:29 -0800)
committerAndrew Waterman <andrew@sifive.com>
Mon, 21 Nov 2016 23:29:09 +0000 (15:29 -0800)
commitb68b39031a730ecc155ed87fba2ed5f111d0ab07
tree0bee833b8998b094b1b4ed18087538a5d1ae515e
parente135e91b72ea79df1d023262d772cbc4759a4738
Remove cache miss test from all but one AMO test

This doesn't reduce coverage for cache-based RV64 systems, but will
improve test runtime and work around the need for smaller test footprint
for scratchpad-based RV32 systems.

I would argue that these microarchitectural tests should be in the
domain of torture, and that the last one should be removed, too.
17 files changed:
isa/rv64ua/amoadd_d.S
isa/rv64ua/amoadd_w.S
isa/rv64ua/amoand_d.S
isa/rv64ua/amoand_w.S
isa/rv64ua/amomax_d.S
isa/rv64ua/amomax_w.S
isa/rv64ua/amomaxu_d.S
isa/rv64ua/amomaxu_w.S
isa/rv64ua/amomin_d.S
isa/rv64ua/amomin_w.S
isa/rv64ua/amominu_d.S
isa/rv64ua/amominu_w.S
isa/rv64ua/amoor_d.S
isa/rv64ua/amoor_w.S
isa/rv64ua/amoswap_d.S
isa/rv64ua/amoswap_w.S
isa/rv64ua/amoxor_w.S