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 14512e2..66788c1 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1006,6 +1006,9 @@ enum mips_code_readable_setting { ? TARGET_LLSC && !TARGET_MIPS16 \ : ISA_HAS_LL_SC) +/* ISA includes the bbit* instructions. */ +#define ISA_HAS_BBIT TARGET_OCTEON + /* ISA includes the pop instruction. */ #define ISA_HAS_POP TARGET_OCTEON |