summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move headers to include/Paolo Bonzini4-7/+7
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2-3/+3
2013-04-04strip some whitespaceLaszlo Ersek1-1/+1
2013-04-03target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost1-3/+3
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno2-30/+3
2013-04-01target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno1-6/+7
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno1-1/+1
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno1-2/+3
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno1-1/+1
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno1-2/+2
2013-04-01target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno1-8/+8
2013-04-01target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno1-2/+2
2013-04-01target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno1-2/+1
2013-04-01target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno1-2/+2
2013-03-23target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson1-1/+1
2013-03-23target-i386: Fix flags computation for ADOXRichard Henderson1-1/+1
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber4-3/+12
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-3/+3
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber7-50/+66
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber4-110/+113
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+2
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson3-155/+56
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev1-1/+2
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson1-11/+9
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson1-141/+106
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson1-3/+11
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson1-116/+121
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson1-52/+42
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson4-3/+21
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson3-48/+54
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2-37/+14
2013-02-19target-i386: Implement ADX extensionRichard Henderson5-5/+146
2013-02-18target-i386: Implement RORXRichard Henderson1-0/+32
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson1-0/+31
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson3-0/+71
2013-02-18target-i386: Implement MULXRichard Henderson3-0/+47
2013-02-18target-i386: Implement BZHIRichard Henderson1-0/+27
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson5-1/+95
2013-02-18target-i386: Implement BEXTRRichard Henderson1-0/+40
2013-02-18target-i386: Implement ANDNRichard Henderson2-7/+22
2013-02-18target-i386: Implement MOVBERichard Henderson2-28/+110
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson1-4/+64
2013-02-18target-i386: Tidy prefix parsingRichard Henderson1-82/+52
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson5-85/+75
2013-02-18target-i386: Make helper_cc_compute_{all,c} constRichard Henderson3-14/+33
2013-02-18target-i386: Don't reference ENV through most of cc helpersRichard Henderson2-282/+180
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson1-15/+31