OSDN Git Service

target-ppc: General Support for VSX Helpers
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:20 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:27 +0000 (03:06 +0100)
commit3c3cbbdc84dbe594b4fa4df52eb8ed6f42d640d8
treee8cc1bc155a55f734ad932d46b14c7aadd944ab5
parent59800ec8e52bcfa271fa61fb0aae19205ef1b7f1
target-ppc: General Support for VSX Helpers

This patch adds general support that will be used by the VSX helper
routines:

  - a union describing the various VSR subfields.
  - access routines to get and set VSRs
  - VSX decoders
  - a general routine to generate a handler that invokes a VSX
    helper.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/translate.c