PowerPC Rename powerxx to power10
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index 93c56a7ccbf4ec46f94cb6aff8487bcb6b196ef5..15331d1485f10c094de2f768466fb94fd07bd03f 100644 (file)
@@ -228,8 +228,8 @@ extern const unsigned int spe2_num_opcodes;
 /* Opcode is supported by EFS2.  */
 #define PPC_OPCODE_EFS2            0x200000000000ull
 
-/* Opcode is only supported by powerxx architecture.  */
-#define PPC_OPCODE_POWERXX  0x400000000000ull
+/* Opcode is only supported by power10 architecture.  */
+#define PPC_OPCODE_POWER10  0x400000000000ull
 
 /* A macro to extract the major opcode from an instruction.  */
 #define PPC_OP(i) (((i) >> 26) & 0x3f)
This page took 0.042162 seconds and 4 git commands to generate.