Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | target-i386: Use add2 to implement the ADX extension | Richard Henderson | 1 | -11/+9 |
2013-02-19 | target-i386: Use movcond to implement shiftd. | Richard Henderson | 1 | -141/+106 |
2013-02-19 | target-i386: Discard CC_OP computation in set_cc_op also | Richard Henderson | 1 | -3/+11 |
2013-02-19 | target-i386: Use movcond to implement rotate flags. | Richard Henderson | 1 | -116/+121 |
2013-02-19 | target-i386: Use movcond to implement shift flags. | Richard Henderson | 1 | -52/+42 |
2013-02-19 | target-i386: Add CC_OP_CLR | Richard Henderson | 4 | -3/+21 |
2013-02-19 | target-i386: Implement tzcnt and fix lzcnt | Richard Henderson | 3 | -48/+54 |
2013-02-19 | target-i386: Use clz/ctz for bsf/bsr helpers | Richard Henderson | 2 | -37/+14 |
2013-02-19 | target-i386: Implement ADX extension | Richard Henderson | 5 | -5/+146 |
2013-02-18 | target-i386: Implement RORX | Richard Henderson | 1 | -0/+32 |
2013-02-18 | target-i386: Implement SHLX, SARX, SHRX | Richard Henderson | 1 | -0/+31 |
2013-02-18 | target-i386: Implement PDEP, PEXT | Richard Henderson | 3 | -0/+71 |
2013-02-18 | target-i386: Implement MULX | Richard Henderson | 3 | -0/+47 |
2013-02-18 | target-i386: Implement BZHI | Richard Henderson | 1 | -0/+27 |
2013-02-18 | target-i386: Implement BLSR, BLSMSK, BLSI | Richard Henderson | 5 | -1/+95 |
2013-02-18 | target-i386: Implement BEXTR | Richard Henderson | 1 | -0/+40 |
2013-02-18 | target-i386: Implement ANDN | Richard Henderson | 2 | -7/+22 |
2013-02-18 | target-i386: Implement MOVBE | Richard Henderson | 2 | -28/+110 |
2013-02-18 | target-i386: Decode the VEX prefixes | Richard Henderson | 1 | -4/+64 |
2013-02-18 | target-i386: Tidy prefix parsing | Richard Henderson | 1 | -82/+52 |
2013-02-18 | target-i386: Use CC_SRC2 for ADC and SBB | Richard Henderson | 5 | -85/+75 |
2013-02-18 | target-i386: Make helper_cc_compute_{all,c} const | Richard Henderson | 3 | -14/+33 |
2013-02-18 | target-i386: Don't reference ENV through most of cc helpers | Richard Henderson | 2 | -282/+180 |
2013-02-18 | target-i386: optimize flags checking after sub using CC_SRCT | Richard Henderson | 1 | -15/+31 |
2013-02-18 | target-i386: Update cc_op before TCG branches | Richard Henderson | 1 | -4/+4 |
2013-02-18 | target-i386: introduce gen_jcc1_noeob | Richard Henderson | 1 | -5/+22 |
2013-02-18 | target-i386: use gen_op for cmps/scas | Richard Henderson | 1 | -14/+6 |
2013-02-18 | target-i386: kill cpu_T3 | Paolo Bonzini | 1 | -11/+8 |
2013-02-18 | target-i386: expand cmov via movcond | Richard Henderson | 1 | -25/+20 |
2013-02-18 | target-i386: introduce gen_cmovcc1 | Paolo Bonzini | 1 | -34/+38 |
2013-02-18 | target-i386: cleanup temporary macros for CCPrepare | Paolo Bonzini | 1 | -47/+39 |
2013-02-18 | target-i386: inline gen_prepare_cc_slow | Richard Henderson | 1 | -45/+46 |
2013-02-18 | target-i386: use CCPrepare to generate conditional jumps | Paolo Bonzini | 1 | -110/+9 |
2013-02-18 | target-i386: introduce gen_prepare_cc | Richard Henderson | 1 | -49/+42 |
2013-02-18 | target-i386: introduce CCPrepare | Richard Henderson | 1 | -54/+93 |
2013-02-18 | target-i386: optimize setcc instructions | Paolo Bonzini | 1 | -58/+37 |
2013-02-18 | target-i386: optimize setle | Richard Henderson | 1 | -9/+6 |
2013-02-18 | target-i386: optimize setbe | Richard Henderson | 1 | -4/+3 |
2013-02-18 | target-i386: change gen_setcc_slow_T0 to gen_setcc_slow | Paolo Bonzini | 1 | -19/+20 |
2013-02-18 | target-i386: convert gen_compute_eflags_c to TCG | Richard Henderson | 1 | -11/+98 |
2013-02-18 | target-i386: use inverted setcond when computing NS or NZ | Richard Henderson | 1 | -18/+31 |
2013-02-18 | target-i386: do not call helper to compute ZF/SF | Richard Henderson | 1 | -6/+31 |
2013-02-18 | target-i386: Move CC discards to set_cc_op | Richard Henderson | 1 | -9/+39 |
2013-02-18 | target-i386: no need to flush out cc_op before gen_eob | Richard Henderson | 1 | -3/+1 |
2013-02-18 | target-i386: do not compute eflags multiple times consecutively | Richard Henderson | 1 | -36/+36 |
2013-02-18 | target-i386: add helper functions to get other flags | Paolo Bonzini | 1 | -12/+36 |
2013-02-18 | target-i386: Use gen_update_cc_op everywhere | Richard Henderson | 1 | -120/+57 |
2013-02-18 | target-i386: Don't clobber s->cc_op in gen_update_cc_op | Richard Henderson | 1 | -15/+22 |
2013-02-18 | target-i386: Introduce set_cc_op | Richard Henderson | 1 | -65/+69 |
2013-02-18 | target-i386: Name the cc_op enumeration | Richard Henderson | 2 | -3/+3 |