Name Date Size #Lines LOC

..--

system/H--197136

Makefile.softmmu-targetH A D30-Jul-20241.1 KiB3817

Makefile.targetH A D05-Mar-20242.9 KiB10367

READMEH A D02-Sep-20221 KiB4530

float_convd.confH A D20-Apr-202238.6 KiB989984

float_convs.refH A D20-Apr-202228.7 KiB749748

hello-i386.cH A D11-Jan-2019699 2925

test-3dnow.cH A D20-Sep-202276 43

test-aes.cH A D09-Jul-20231.6 KiB6947

test-avx.cH A D26-Oct-20239.2 KiB376340

test-avx.pyH A D26-Oct-202310.4 KiB377346

test-flags.cH A D04-Jan-20241.1 KiB3829

test-i386-adcox.cH A D16-Feb-20232.1 KiB7661

test-i386-bmi2.cH A D27-Feb-20236.3 KiB215158

test-i386-code16.SH A D22-Jun-20181.3 KiB8056

test-i386-f2xm1.cH A D26-Jun-202093.4 KiB1,1411,133

test-i386-fbstp.cH A D12-Jun-20205 KiB141135

test-i386-fisttp.cH A D12-Jun-20203 KiB10195

test-i386-fldcst.cH A D12-Jun-20206.2 KiB200169

test-i386-fp-exceptions.cH A D13-Jun-202225.4 KiB832801

test-i386-fpatan.cH A D26-Jun-2020114.3 KiB1,0721,064

test-i386-fprem.cH A D22-Jun-20189.4 KiB358279

test-i386-fscale.cH A D12-Jun-20203.5 KiB10998

test-i386-fxam.cH A D12-Jun-20204.5 KiB144137

test-i386-fxtract.cH A D12-Jun-20204.1 KiB121112

test-i386-fyl2x.cH A D26-Jun-2020135.3 KiB1,1621,154

test-i386-fyl2xp1.cH A D26-Jun-2020132 KiB1,1571,149

test-i386-muldiv.hH A D22-Jun-20182.1 KiB7771

test-i386-pcmpistri.cH A D12-Jun-2020690 3428

test-i386-pseudo-denormal.cH A D15-May-2020948 3931

test-i386-shift.hH A D22-Jun-20184.7 KiB186162

test-i386-snan-convert.cH A D15-May-20201.5 KiB6455

test-i386-sse-exceptions.cH A D11-Jul-202027.7 KiB814774

test-i386-ssse3.cH A D22-Jun-20181.8 KiB5842

test-i386-vm86.SH A D22-Jun-20181.8 KiB10477

test-i386.cH A D12-May-202457.5 KiB2,2171,851

test-i386.hH A D22-Jun-20183.4 KiB153138

test-mmx.cH A D20-Sep-20227.1 KiB316287

test-mmx.pyH A D20-Sep-20226.1 KiB245216

x86.csvH A D21-Sep-2023680.7 KiB4,6594,658

README

1These are i386 specific guest programs
2
3test-i386
4---------
5
6This program executes most of the 16 bit and 32 bit x86 instructions and
7generates a text output, for comparison with the output obtained with
8a real CPU or another emulator.
9
10The Linux system call modify_ldt() is used to create x86 selectors
11to test some 16 bit addressing and 32 bit with segmentation cases.
12
13The Linux system call vm86() is used to test vm86 emulation.
14
15Various exceptions are raised to test most of the x86 user space
16exception reporting.
17
18test-avx
19--------
20
21This program executes most SSE/AVX instructions and generates a text output,
22for comparison with the output obtained with a real CPU or another emulator.
23
24test-avx.h is generate from x86.csv by test-avx.py
25x86.csv comes from https://github.com/quasilyte/avx512test
26
27linux-test
28----------
29
30This program tests various Linux system calls. It is used to verify
31that the system call parameters are correctly converted between target
32and host CPUs.
33
34test-i386-fprem
35---------------
36
37test-mmap
38---------
39
40sha1
41----
42
43hello-i386
44----------
45