Search
lxdream.org :: lxdream/test/sh4/README :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/README
changeset 225:e5cea6125580
author nkeynes
date Thu Jul 24 07:27:48 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Halt emulation after reporting an error
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/sh4/README Thu Jul 24 07:27:48 2008 +0000
1.3 @@ -0,0 +1,11 @@
1.4 +SH4 instruction set tests.
1.5 +Each core instruction has its own set of tests that are assembled into the
1.6 +main test executable.
1.7 +
1.8 +Note: Since each instruction's tests obviously depends on other
1.9 +instructions, its possible for multiple bugs to cancel each other out.
1.10 +However the tests are structured as much as possible to prevent this.
1.11 +
1.12 +Each test loops repeatedly for a constant number of times (currently 1000)
1.13 +to a) ensure that dynamic recompilation kicks in and recompiles the block,
1.14 +and b) allow the code to be timed (to a first approximation anyway).
.