aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers2-0/+817
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers1-0/+1071
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers1-0/+1161
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers1-0/+1156
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers1-0/+1140
2020-06-16tests/tcg: ensure -cpu max also used for plugin runAlex Bennée1-0/+1
2020-06-12target/i386: correct fix for pcmpxstrx substring searchJoseph Myers2-0/+36
2020-06-10target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers1-0/+831
2020-06-10target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers1-0/+100
2020-06-10target/i386: fix fbstp handling of out-of-range valuesJoseph Myers1-0/+115
2020-06-10target/i386: fix fbstp handling of negative zeroJoseph Myers1-0/+25
2020-06-10target/i386: fix fxam handling of invalid encodingsJoseph Myers1-0/+143
2020-06-10target/i386: fix floating-point load-constant roundingJoseph Myers1-0/+199
2020-06-10target/i386: fix fscale handling of rounding precisionJoseph Myers1-0/+13
2020-06-10target/i386: fix fscale handling of infinite exponentsJoseph Myers1-0/+29
2020-06-10target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers1-0/+29
2020-06-10target/i386: fix fscale handling of signaling NaNJoseph Myers1-0/+37
2020-06-10target/i386: implement special cases for fxtractJoseph Myers1-0/+120
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers1-0/+10
2020-05-15softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers1-0/+4
2020-05-15softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers1-0/+24
2020-05-15softfloat: silence sNaN for conversions to/from floatx80Joseph Myers1-0/+63
2019-10-28tests/tcg: drop test-i386-fprem from TESTS when not SLOWAlex Bennée1-5/+6
2019-09-10tests/tcg: move configuration to a sub-shell scriptPaolo Bonzini1-9/+0
2019-09-10tests/tcg: cleanup Makefile inclusionsPaolo Bonzini2-16/+5
2019-09-10tests/tcg: use EXTRA_CFLAGS everywherePaolo Bonzini1-2/+2
2019-07-10tests/tcg: fix up test-i386-fprem.ref generationAlex Bennée1-2/+2
2019-06-12tests/tcg/x86_64: add a PVH crt.o for x86_64 system testsAlex Bennée1-0/+1
2019-06-12tests/tcg: clean-up VPATH/TESTS for i386Alex Bennée1-7/+2
2019-05-28tests/tcg/multiarch: expand system memory test to cover moreAlex Bennée1-0/+2
2019-05-28tests/tcg/multiarch: move the system memory testAlex Bennée1-243/+0
2019-05-28tests/tcg/multiarch: add hello world system testAlex Bennée2-15/+1
2019-03-12tests/tcg/i386: add memory test to exercise softmmuAlex Bennée1-0/+243
2019-03-12tests/tcg/i386: add system mode Hello World testAlex Bennée4-0/+255
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-7/+7
2018-12-11Fixes i386 xchgq testfabrice.desclaux@cea.fr1-1/+1
2018-07-24tests/tcg: remove runcom testAlex Bennée4-200/+0
2018-06-20tests/tcg/i386: extend timeout for runcom testAlex Bennée1-0/+1
2018-06-20tests/tcg: add run, diff, and skip helper macrosAlex Bennée1-6/+4
2018-06-20tests/tcg/i386/test-i386: fix printf formatAlex Bennée1-1/+1
2018-06-20tests/tcg/i386/test-i386: use modern vector_size attributesAlex Bennée1-2/+2
2018-06-20tests/tcg/x86_64: add Makefile.targetAlex Bennée1-2/+2
2018-06-20tests/tcg/i386: add runner for test-i386-fpremAlex Bennée2-3/+25
2018-06-20tests/tcg/i386: fix test-i386Alex Bennée1-1/+0
2018-06-20tests/tcg/i386: Build fix for hello-i386Fam Zheng1-0/+1
2018-06-20tests/tcg: enable building for i386Alex Bennée2-0/+16
2018-06-20tests/tcg: move i386 specific tests into subdirAlex Bennée13-0/+4055