binutils-gdb/sim/testsuite
Mike Frysinger 531d5282c0 sim: bfin: speed up all insn testcases slightly
The main body of the "all insn" test is executed once per tested insn, and
we test millions of insns here.  Any shrinkage we can do in this loop will
speed things up nicely (since it's multiplied per tested insn).

To that end, simplify the end-of-table test into one less insn, and omit
the SSYNC when we build for the sim.  When we build to run on the hardware,
this insn matters, but the sim doesn't have write store buffers in the chip
that might get in the way (memory writes are atomic).
2013-06-24 01:44:55 +00:00
..
common Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
config
d10v-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
frv-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
lib
m32r-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mips64el-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim sim: bfin: speed up all insn testcases slightly 2013-06-24 01:44:55 +00:00
.gitignore
ChangeLog
configure Fix sim build when configured with --enable-plugins 2012-11-20 14:41:26 +00:00
configure.ac
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00