commit | 50f5fc0cf24fbc12434a5ad6e3784341f92e23bd | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Wed Feb 12 15:22:56 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:06:52 2014 +0100 |
tree | 333245e483bca6590e7e8eb76dd9dc58a2aff099 | |
parent | 5dffff5a4746075a4609366440c2c67983eec106 [diff] |
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>