summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2013-04-052-3/+3
* strip some whitespaceLaszlo Ersek2013-04-051-1/+1
* target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost2013-04-031-3/+3
* target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno2013-04-012-30/+3Star
* target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno2013-04-011-6/+7
* target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno2013-04-011-1/+1
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno2013-04-011-2/+3
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno2013-04-011-1/+1
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno2013-04-011-2/+2
* target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno2013-04-011-8/+8
* target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno2013-04-011-2/+2
* target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno2013-04-011-2/+1Star
* target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno2013-04-011-2/+2
* target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2013-03-231-1/+1
* target-i386: Fix flags computation for ADOXRichard Henderson2013-03-231-1/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-3/+12
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-3/+3
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-127-50/+66
* target-i386: Update VMStateDescription to X86CPUAndreas Färber2013-03-124-110/+113
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-041-1/+2
|\
| * Fix guest OS hang when 64bit PCI bar presentAlexey Korolev2013-02-271-1/+2
* | gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* | cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* | target-i386: Use mulu2 and muls2Richard Henderson2013-02-273-155/+56Star
|/
* target-i386: Use add2 to implement the ADX extensionRichard Henderson2013-02-231-11/+9Star
* target-i386: Use movcond to implement shiftd.Richard Henderson2013-02-201-141/+106Star
* target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson2013-02-201-3/+11
* target-i386: Use movcond to implement rotate flags.Richard Henderson2013-02-201-116/+121
* target-i386: Use movcond to implement shift flags.Richard Henderson2013-02-201-52/+42Star
* target-i386: Add CC_OP_CLRRichard Henderson2013-02-204-3/+21
* target-i386: Implement tzcnt and fix lzcntRichard Henderson2013-02-203-48/+54
* target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2013-02-202-37/+14Star
* target-i386: Implement ADX extensionRichard Henderson2013-02-205-5/+146
* target-i386: Implement RORXRichard Henderson2013-02-191-0/+32
* target-i386: Implement SHLX, SARX, SHRXRichard Henderson2013-02-191-0/+31
* target-i386: Implement PDEP, PEXTRichard Henderson2013-02-193-0/+71
* target-i386: Implement MULXRichard Henderson2013-02-193-0/+47
* target-i386: Implement BZHIRichard Henderson2013-02-191-0/+27
* target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson2013-02-195-1/+95
* target-i386: Implement BEXTRRichard Henderson2013-02-191-0/+40
* target-i386: Implement ANDNRichard Henderson2013-02-192-7/+22
* target-i386: Implement MOVBERichard Henderson2013-02-192-28/+110
* target-i386: Decode the VEX prefixesRichard Henderson2013-02-191-4/+64
* target-i386: Tidy prefix parsingRichard Henderson2013-02-191-82/+52Star
* target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson2013-02-195-85/+75Star
* target-i386: Make helper_cc_compute_{all,c} constRichard Henderson2013-02-193-14/+33
* target-i386: Don't reference ENV through most of cc helpersRichard Henderson2013-02-192-282/+180Star
* target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson2013-02-191-15/+31
* target-i386: Update cc_op before TCG branchesRichard Henderson2013-02-191-4/+4