Add support for the MIPS eXtended Physical Address (XPA) ASE.
[deliverable/binutils-gdb.git] / include / opcode / mips.h
index 5cc9d244b7ce16cb7d0bfbf15c730e11c1d436f2..a5d2935385a05c42ccf8a0e8a3bef22e904e6522 100644 (file)
@@ -1155,6 +1155,8 @@ static const unsigned int mips_isa_table[] =
 /* MSA Extension  */
 #define ASE_MSA                        0x00000800
 #define ASE_MSA64              0x00001000
+/* eXtended Physical Address (XPA) Extension.  */
+#define ASE_XPA                        0x00002000
 
 /* MIPS ISA defines, use instead of hardcoding ISA level.  */
 
This page took 0.024645 seconds and 4 git commands to generate.