summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno2013-04-011-2/+2
* target-i386: Fix flags computation for ADOXRichard Henderson2013-03-231-1/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-i386: Use mulu2 and muls2Richard Henderson2013-02-271-111/+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-201-3/+14
* target-i386: Implement tzcnt and fix lzcntRichard Henderson2013-02-201-37/+49
* target-i386: Implement ADX extensionRichard Henderson2013-02-201-3/+106
* 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-191-0/+36
* target-i386: Implement MULXRichard Henderson2013-02-191-0/+39
* target-i386: Implement BZHIRichard Henderson2013-02-191-0/+27
* target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson2013-02-191-0/+48
* target-i386: Implement BEXTRRichard Henderson2013-02-191-0/+40
* target-i386: Implement ANDNRichard Henderson2013-02-191-2/+17
* target-i386: Implement MOVBERichard Henderson2013-02-191-25/+97
* 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-191-49/+31Star
* target-i386: Make helper_cc_compute_{all,c} constRichard Henderson2013-02-191-4/+27
* 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
* target-i386: introduce gen_jcc1_noeobRichard Henderson2013-02-191-5/+22
* target-i386: use gen_op for cmps/scasRichard Henderson2013-02-191-14/+6Star
* target-i386: kill cpu_T3Paolo Bonzini2013-02-191-11/+8Star
* target-i386: expand cmov via movcondRichard Henderson2013-02-191-25/+20Star
* target-i386: introduce gen_cmovcc1Paolo Bonzini2013-02-191-34/+38
* target-i386: cleanup temporary macros for CCPreparePaolo Bonzini2013-02-191-47/+39Star
* target-i386: inline gen_prepare_cc_slowRichard Henderson2013-02-191-45/+46
* target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini2013-02-191-110/+9Star
* target-i386: introduce gen_prepare_ccRichard Henderson2013-02-191-49/+42Star
* target-i386: introduce CCPrepareRichard Henderson2013-02-191-54/+93
* target-i386: optimize setcc instructionsPaolo Bonzini2013-02-191-58/+37Star
* target-i386: optimize setleRichard Henderson2013-02-191-9/+6Star
* target-i386: optimize setbeRichard Henderson2013-02-191-4/+3Star
* target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini2013-02-191-19/+20
* target-i386: convert gen_compute_eflags_c to TCGRichard Henderson2013-02-191-11/+98
* target-i386: use inverted setcond when computing NS or NZRichard Henderson2013-02-191-18/+31
* target-i386: do not call helper to compute ZF/SFRichard Henderson2013-02-191-6/+31
* target-i386: Move CC discards to set_cc_opRichard Henderson2013-02-191-9/+39
* target-i386: no need to flush out cc_op before gen_eobRichard Henderson2013-02-191-3/+1Star
* target-i386: do not compute eflags multiple times consecutivelyRichard Henderson2013-02-191-36/+36
* target-i386: add helper functions to get other flagsPaolo Bonzini2013-02-191-12/+36
* target-i386: Use gen_update_cc_op everywhereRichard Henderson2013-02-191-120/+57Star