1 This directory contains various interesting programs for
4 The target "make test" runs the programs and, if applicable,
5 runs "diff" to detect mismatches between output on the host and
14 This program executes most of the 16 bit and 32 bit x86 instructions and
15 generates a text output, for comparison with the output obtained with
16 a real CPU or another emulator.
18 The Linux system call modify_ldt() is used to create x86 selectors
19 to test some 16 bit addressing and 32 bit with segmentation cases.
21 The Linux system call vm86() is used to test vm86 emulation.
23 Various exceptions are raised to test most of the x86 user space
29 This program tests various Linux system calls. It is used to verify
30 that the system call parameters are correctly converted between target
69 The testsuite for CRIS is in tests/tcg/cris. You can run it
70 with "make test-cris".
74 The testsuite for LM32 is in tests/tcg/cris. You can run it
75 with "make test-lm32".