diff options
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 05614c1..abcb47d 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -1304,6 +1304,8 @@ static const unsigned int mips_isa_table[] = { #define ASE_GINV 0x00100000 /* Loongson MultiMedia extensions Instructions (MMI). */ #define ASE_LOONGSON_MMI 0x00200000 +/* Loongson Content Address Memory (CAM). */ +#define ASE_LOONGSON_CAM 0x00400000 /* MIPS ISA defines, use instead of hardcoding ISA level. */ |