OSDN Git Service

target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:22:56 +0000 (15:22 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:52 +0000 (03:06 +0100)
commit50f5fc0cf24fbc12434a5ad6e3784341f92e23bd
tree333245e483bca6590e7e8eb76dd9dc58a2aff099
parent5dffff5a4746075a4609366440c2c67983eec106
target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions

This patch adds a macro to insert an entry into the opcode table for Altivec
Power ISA Version 2.07 instructions.  The macro is similar to the GEN_VXFORM macro
except that it tags the entry with the PPC2_ALTIVEC_207 flag rather than
PPC_ALTIVEC.

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