diff options
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 4677546..1a9b542 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1015,6 +1015,9 @@ enum mips_code_readable_setting { /* ISA includes the exts instruction. */ #define ISA_HAS_EXTS TARGET_OCTEON +/* ISA includes the seq and sne instructions. */ +#define ISA_HAS_SEQ_SNE TARGET_OCTEON + /* ISA includes the pop instruction. */ #define ISA_HAS_POP TARGET_OCTEON |