From 962c961a36b8d66bcc21676b7d6d2a3b9af9d6ac Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 14 Apr 2008 11:01:38 +0000 Subject: ppc e500mc support --- include/opcode/ppc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/opcode/ppc.h') diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 4cd81bf32..f4023c7a2 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -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) -- cgit v1.2.3