Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-06-15 | target-i386/helper: remove EDX macro | liguang | 1 | -12/+12 |
2013-06-15 | target-i386/helper: remove EAX macro | liguang | 1 | -31/+31 |
2013-02-27 | target-i386: Use mulu2 and muls2 | Richard Henderson | 1 | -40/+0 |
2013-02-19 | target-i386: Implement tzcnt and fix lzcnt | Richard Henderson | 1 | -8/+3 |
2013-02-19 | target-i386: Use clz/ctz for bsf/bsr helpers | Richard Henderson | 1 | -34/+11 |
2013-02-18 | target-i386: Implement PDEP, PEXT | Richard Henderson | 1 | -0/+32 |
2013-02-18 | target-i386: Implement MULX | Richard Henderson | 1 | -0/+7 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-08-14 | x86: avoid AREG0 for integer helpers | Blue Swirl | 1 | -18/+18 |
2012-08-14 | x86: avoid AREG0 for condition code helpers | Blue Swirl | 1 | -4/+4 |
2012-06-28 | x86: split off integer helpers | Blue Swirl | 1 | -0/+500 |