Merge branch 'rth/vis2' of git://repo.or.cz/qemu/rth
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 27 Oct 2011 20:27:07 +0000 (20:27 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 27 Oct 2011 20:27:07 +0000 (20:27 +0000)
commit311936c4010f606c9df639ae555ba55d86891c73
treeb68aaa746a014fe70428204fdc682c11c83c7833
parent8f9ea4f9729af042e456623b5aeb1cceb14f1719
parentcbf2c8606a3ce3650f46d137ff52bf3b4c9bee0e
Merge branch 'rth/vis2' of git://repo.or.cz/qemu/rth

* 'rth/vis2' of git://repo.or.cz/qemu/rth:
  target-sparc: Implement FALIGNDATA inline.
  target-sparc: Implement BMASK/BSHUFFLE.
  target-sparc: Implement ALIGNADDR* inline.
  target-sparc: Implement EDGE* instructions.
  target-sparc: Implement fpack{16,32,fix}.
  target-sparc: Implement PDIST.
  target-sparc: Do exceptions management fully inside the helpers.
  target-sparc: Change fpr representation to doubles.
  target-sparc: Undo cpu_fpr rename.
  target-sparc: Extract float128 move to a function.
  target-sparc: Extract common code for floating-point operations.
  target-sparc: Make FPU/VIS helpers const when possible.
  target-sparc: Pass float64 parameters instead of dt0/1 temporaries.
  target-sparc: Add accessors for double-precision fpr access.
  target-sparc: Mark fprs dirty in store accessor.
  target-sparc: Add accessors for single-precision fpr access.