summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: make it clearer that op table accesses don't overrunPeter Maydell2012-07-071-6/+6
* target-i386: Remove confusing X86_64_DEF macroPeter Maydell2012-07-071-15/+24
* target-i386: Remove unused macrosPeter Maydell2012-07-071-6/+0
* target-i386: Fix compilation with --enable-debugStefan Weil2012-07-051-25/+34
* x86: improve SSE table type safetyBlue Swirl2012-06-281-45/+89
* x86: avoid AREG0 for exceptionsBlue Swirl2012-06-281-2/+2
* target-i386: Don't overuse CPUStateAndreas Färber2012-03-141-41/+41
* target-i386: fix compilation with --enable-debug-tcgAurelien Jarno2012-01-131-1/+2
* target-i386: fix SSE rounding and flush to zeroAurelien Jarno2012-01-111-1/+1
* target-i386: fix cmpxchg instruction emulationAndreas Gustafsson2011-12-121-4/+7
* target-i386: Remove redundant word mask in port out instructionsJan Kiszka2011-10-011-2/+0
* target-i386: Remove data type CCTableStefan Weil2011-09-211-5/+0
* target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson2011-09-081-29/+43
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons2011-06-081-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-4/+3
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* target-i386: Use deposit operation.Richard Henderson2011-01-201-28/+6
* target-i386: use gen_update_cc_op()Jun Koi2010-07-251-32/+8
* use symbol for DisasContext->is_jmpJun Koi2010-07-241-10/+10
* Add more boundary checking to sse3/4 parsingAndi Kleen2010-07-021-0/+9
* target-i386: fix xchg rax,r8Richard Henderson2010-07-011-2/+7
* target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini2010-06-041-1/+1
* target-i386: Remove duplicate CPU log.Richard Henderson2010-05-051-1/+0
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+1
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+2
* target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan2010-03-131-0/+5
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* target-i386: Fix long jumps/calls in long mode with REX.W setmalc2010-03-061-3/+1
* target-i386: fix lddqu SSE instructionAurelien Jarno2010-03-061-1/+1
* remove two dead assignments in target-i386/translate.cPaolo Bonzini2010-02-051-2/+0
* x86: translate.c: remove dead assignmentAmit Shah2010-01-131-2/+0
* target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno2010-01-031-0/+2
* target-i386: implement lzcnt emulationAndre Przywara2009-10-231-12/+25
* target-i386: fix ARPLLaurent Desnogues2009-10-061-3/+7
* target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2009-10-041-4/+4
* target-i386: add RDTSCP supportAndre Przywara2009-10-041-15/+42
* target-i386: add SSE4a instruction supportAndre Przywara2009-10-041-2/+37
* target-i386: add lock mov cr0 = cr8Andre Przywara2009-10-041-0/+4
* x86: use globals for CPU registersLaurent Desnogues2009-09-301-71/+125
* target-i386: kill a tmp registerAurelien Jarno2009-09-271-4/+3
* target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno2009-09-271-7/+7
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* x86: Add support for resume flagJan Kiszka2009-05-221-1/+5
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Immediate versions of ro[lr]malc2009-04-021-1/+83
OpenPOWER on IntegriCloud