gas/
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index 1ede310b952f5c5e1c224858042d4ca21d25599a..e45fc580745ffb69656d2106562cce31aaf98eab 100644 (file)
@@ -114,6 +114,9 @@ extern const int powerpc_num_opcodes;
 /* Opcode is only supported by Power4 architecture.  */
 #define PPC_OPCODE_POWER4          0x4000
 
+/* Opcode is only supported by Power7 architecture.  */
+#define PPC_OPCODE_POWER7          0x8000
+
 /* Opcode is only supported by POWERPC Classic architecture.  */
 #define PPC_OPCODE_CLASSIC        0x10000
 
This page took 0.02358 seconds and 4 git commands to generate.