]> git.proxmox.com Git - qemu.git/commit
Merge branch 'eflags3' of git://github.com/rth7680/qemu
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Feb 2013 17:21:41 +0000 (17:21 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Feb 2013 17:21:41 +0000 (17:21 +0000)
commitf708e736d0dafc05f8b7e9e73d6440c930b94686
treee9239dde2923de6c0c8cab983d93969d08480df3
parent6ab7e5465a4d6188e29398fb43a30dbab1015b75
parentf437d0a3c24e471a855da33a086fe529e09a06af
Merge branch 'eflags3' of git://github.com/rth7680/qemu

* 'eflags3' of git://github.com/rth7680/qemu: (61 commits)
  target-i386: Use movcond to implement shiftd.
  target-i386: Discard CC_OP computation in set_cc_op also
  target-i386: Use movcond to implement rotate flags.
  target-i386: Use movcond to implement shift flags.
  target-i386: Add CC_OP_CLR
  target-i386: Implement tzcnt and fix lzcnt
  target-i386: Use clz/ctz for bsf/bsr helpers
  target-i386: Implement ADX extension
  target-i386: Implement RORX
  target-i386: Implement SHLX, SARX, SHRX
  target-i386: Implement PDEP, PEXT
  target-i386: Implement MULX
  target-i386: Implement BZHI
  target-i386: Implement BLSR, BLSMSK, BLSI
  target-i386: Implement BEXTR
  target-i386: Implement ANDN
  target-i386: Implement MOVBE
  target-i386: Decode the VEX prefixes
  target-i386: Tidy prefix parsing
  target-i386: Use CC_SRC2 for ADC and SBB
  ...