summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson1-4/+4
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson1-5/+22
2013-02-18target-i386: use gen_op for cmps/scasRichard Henderson1-14/+6
2013-02-18target-i386: kill cpu_T3Paolo Bonzini1-11/+8
2013-02-18target-i386: expand cmov via movcondRichard Henderson1-25/+20
2013-02-18target-i386: introduce gen_cmovcc1Paolo Bonzini1-34/+38
2013-02-18target-i386: cleanup temporary macros for CCPreparePaolo Bonzini1-47/+39
2013-02-18target-i386: inline gen_prepare_cc_slowRichard Henderson1-45/+46
2013-02-18target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini1-110/+9
2013-02-18target-i386: introduce gen_prepare_ccRichard Henderson1-49/+42
2013-02-18target-i386: introduce CCPrepareRichard Henderson1-54/+93
2013-02-18target-i386: optimize setcc instructionsPaolo Bonzini1-58/+37
2013-02-18target-i386: optimize setleRichard Henderson1-9/+6
2013-02-18target-i386: optimize setbeRichard Henderson1-4/+3
2013-02-18target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini1-19/+20
2013-02-18target-i386: convert gen_compute_eflags_c to TCGRichard Henderson1-11/+98
2013-02-18target-i386: use inverted setcond when computing NS or NZRichard Henderson1-18/+31
2013-02-18target-i386: do not call helper to compute ZF/SFRichard Henderson1-6/+31
2013-02-18target-i386: Move CC discards to set_cc_opRichard Henderson1-9/+39
2013-02-18target-i386: no need to flush out cc_op before gen_eobRichard Henderson1-3/+1
2013-02-18target-i386: do not compute eflags multiple times consecutivelyRichard Henderson1-36/+36
2013-02-18target-i386: add helper functions to get other flagsPaolo Bonzini1-12/+36
2013-02-18target-i386: Use gen_update_cc_op everywhereRichard Henderson1-120/+57
2013-02-18target-i386: Don't clobber s->cc_op in gen_update_cc_opRichard Henderson1-15/+22
2013-02-18target-i386: Introduce set_cc_opRichard Henderson1-65/+69
2013-02-18target-i386: Name the cc_op enumerationRichard Henderson2-3/+3
2013-02-18target-i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flagsPaolo Bonzini1-66/+37
2013-02-18target-i386: use gen_jcc1 to compile loopzPaolo Bonzini1-7/+1
2013-02-18target-i386: clean up sahfPaolo Bonzini1-1/+3
2013-02-18target-i386: compute eflags outside rcl/rcr helperPaolo Bonzini3-25/+8
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini1-11/+8
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini1-1/+1
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini1-15/+18
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini1-4/+5
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini1-109/+37
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini1-39/+49
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber1-40/+40
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber3-26/+25
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+1
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-2/+2
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber3-8/+18