summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl1-218/+222
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-10-14Fix popcnt in long modemalc1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin1-5/+22
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-08-24target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie1-4/+10
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-89/+90
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl1-26/+28
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl1-21/+28
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl1-1/+1
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl1-10/+11
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl1-25/+41
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl1-24/+42
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl1-215/+251
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov1-18/+25
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell1-6/+6
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell1-15/+24
2012-07-07target-i386: Remove unused macrosPeter Maydell1-6/+0
2012-07-05target-i386: Fix compilation with --enable-debugStefan Weil1-25/+34
2012-06-28x86: improve SSE table type safetyBlue Swirl1-45/+89
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl1-2/+2
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber1-41/+41
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno1-1/+2
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno1-1/+1
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson1-4/+7
2011-10-01target-i386: Remove redundant word mask in port out instructionsJan Kiszka1-2/+0
2011-09-21target-i386: Remove data type CCTableStefan Weil1-5/+0
2011-09-08target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson1-29/+43
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-08target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-4/+3
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-01-20target-i386: Use deposit operation.Richard Henderson1-28/+6
2010-07-25target-i386: use gen_update_cc_op()Jun Koi1-32/+8
2010-07-24use symbol for DisasContext->is_jmpJun Koi1-10/+10
2010-07-02Add more boundary checking to sse3/4 parsingAndi Kleen1-0/+9
2010-07-01target-i386: fix xchg rax,r8Richard Henderson1-2/+7
2010-06-04target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini1-1/+1
2010-05-05target-i386: Remove duplicate CPU log.Richard Henderson1-1/+0
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+1
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+2
2010-03-13target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan1-0/+5
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno1-2/+2
2010-03-06target-i386: Fix long jumps/calls in long mode with REX.W setmalc1-3/+1
2010-03-06target-i386: fix lddqu SSE instructionAurelien Jarno1-1/+1
2010-02-05remove two dead assignments in target-i386/translate.cPaolo Bonzini1-2/+0
2010-01-13x86: translate.c: remove dead assignmentAmit Shah1-2/+0
2010-01-03target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno1-0/+2