target-ppc: Define FPR Pointer Type for Helpers
commita4f27cc82c5ebf7691cc9de26c368dac6d302526
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:56 +0000 (21 15:54 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:29 +0000 (16 13:24 +0200)
treef833996c7b8a80104e760bf6211a3c4987d5961e
parent0a322e7e7cc25267fb4f900d4bc193a134cd72fe
target-ppc: Define FPR Pointer Type for Helpers

Define a floating pointer register pointer type in the PowerPC
helper header.  The type will be used to pass FPR register operands
to Decimal Floating Point (DFP) helpers.  A pointer is used because
the quad word forms of PowerPC DFP instructions operate on adjacent
pairs of floating point registers and thus can be thought of as
arrays of length 2.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h