MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / include / opcode / mips.h
index a113893f8758be3dce81a35659aee36a50bfbd1e..fcc70d5651138c89e5256930e8def9f40d43becf 100644 (file)
@@ -1294,6 +1294,9 @@ static const unsigned int mips_isa_table[] = {
 /* The Virtualization ASE has eXtended Physical Addressing (XPA)
    instructions which are only valid when both ASEs are enabled.  */
 #define ASE_XPA_VIRT           0x00020000
+/* Cyclic redundancy check (CRC) ASE.  */
+#define ASE_CRC                        0x00040000
+#define ASE_CRC64              0x00080000
 
 /* MIPS ISA defines, use instead of hardcoding ISA level.  */
 
This page took 0.023931 seconds and 4 git commands to generate.