summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-i386: use the new bswap* TCG opsaurel322009-03-131-13/+3
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-3/+3
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-10/+8
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix smsw for x86_64 guest and bigendian host casemalc2008-12-131-0/+4
* target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel322008-12-101-0/+2
* target-i386: fix CVE-2007-1322aurel322008-12-071-0/+2
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
OpenPOWER on IntegriCloud