gdb/testsuite: Use -J option when compiling Fortran tests
[deliverable/binutils-gdb.git] / include / opcode / arc.h
index 749d14256626f0d44dde35c7ec50c0ea43a6c0b7..d6a2b885a1aefd3046b57269fb734c3e33767248 100644 (file)
@@ -79,6 +79,7 @@ typedef enum
   SJLI,
   STORE,
   SUB,
+  SWITCH,
   ULTRAIP,
   XY
 } insn_class_t;
@@ -97,6 +98,7 @@ typedef enum
   DP       = (1U << 6),
   DPA      = (1U << 7),
   DPX      = (1U << 8),
+  FASTMATH = (1U << 23),
   LL64     = (1U << 9),
   MPY1E    = (1U << 10),
   MPY6E    = (1U << 11),
This page took 0.024766 seconds and 4 git commands to generate.