aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/i386: Fix BZHI instructionRichard Henderson1-0/+3
2023-02-11target/i386: fix ADOX followed by ADCXPaolo Bonzini2-1/+80
2023-02-11target/i386: Fix BEXTR instructionRichard Henderson1-0/+12
2023-02-11tests/tcg/i386: Introduce and use reg_t consistentlyRichard Henderson1-89/+93
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini1-1/+1
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini2-2/+23
2022-10-18tests/tcg: extend SSE tests to AVXPaolo Bonzini3-94/+112
2022-10-06tests/tcg: move compiler tests to MakefilesPaolo Bonzini1-0/+6
2022-10-06tests/tcg: clean up calls to run-testPaolo Bonzini2-5/+3
2022-09-19tests/tcg: remove old SSE testsPaolo Bonzini1-573/+0
2022-09-19tests/tcg: refine MMX support in SSE testsPaolo Bonzini1-6/+26
2022-09-19tests/tcg: i386: add MMX and 3DNow! testsPaolo Bonzini5-4/+583
2022-09-18tests/tcg: i386: fix typos in 3DNow! instructionsPaolo Bonzini1-2/+2
2022-09-06tests/tcg/i386: Move smc_code2 to an executable sectionRichard Henderson1-1/+1
2022-09-01tests/tcg: i386: add SSE testsPaul Brook5-2/+5357
2022-09-01tests/tcg: i386: extend BMI testPaolo Bonzini2-8/+162
2022-09-01tests/tcg: x86_64: improve consistency with i386Paolo Bonzini1-1/+1
2022-06-14tests/tcg/i386: Use explicit suffix on fist insnsRichard Henderson2-13/+13
2022-04-20tests/tcg: add missing reference files for float_convsAlex Bennée1-0/+748
2022-04-20tests/tcg: add float_convd testAlex Bennée1-0/+988
2022-04-20tests/tcg: add compiler test variables when using containersPaolo Bonzini1-1/+1
2022-02-28tests/tcg: add vectorised sha512 versionsAlex Bennée1-0/+9
2021-10-01tests/tcg/multiarch: Re-enable signals test for most guestsRichard Henderson1-3/+0
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour2-2/+2
2021-07-14tests/tcg: also disable the signals test for pluginsAlex Bennée1-0/+3
2021-04-06tests/tcg/i386: force -fno-pie for test-i386Alex Bennée1-3/+13
2021-04-06tests/tcg/i386: expand .data sections for system testsAlex Bennée1-1/+1
2021-02-18tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée2-0/+17
2021-01-18gdbstub: implement a softmmu based testAlex Bennée2-1/+2
2020-12-10target/i386: fix operand order for PDEP and PEXTPaolo Bonzini2-0/+45
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