ppc e500mc support
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index 4cd81bf32250d3e10bef5391ea50609143bdd241..f4023c7a2f19d8c8930f137c31aae22717a0f07a 100644 (file)
@@ -149,6 +149,9 @@ extern const int powerpc_num_opcodes;
 /* Opcode is supported by CPUs with paired singles support.  */
 #define PPC_OPCODE_PPCPS        0x10000000
 
+/* Opcode is supported by Power E500MC */
+#define PPC_OPCODE_E500MC        0x20000000
+
 /* A macro to extract the major opcode from an instruction.  */
 #define PPC_OP(i) (((i) >> 26) & 0x3f)
 \f
This page took 0.022385 seconds and 4 git commands to generate.