From cd18a823d1ad0787cb0745bf71c7ba447db10c58 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Fri, 30 Aug 2019 11:31:19 +0300 Subject: [ARC] [COMMITTED] Fix FASTMATH field. Move FASTMATH to the right enum. 2019-08-30 Claudiu Zissulescu * opcode/arc.h (FASTMATH): Move it from insn_class_t to insn_subclass_t enum. --- include/opcode/arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/opcode') diff --git a/include/opcode/arc.h b/include/opcode/arc.h index 14654b5..d6a2b88 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -59,7 +59,6 @@ typedef enum EI, ENTER, FLOAT, - FASTMATH, INVALID, JLI, JUMP, @@ -99,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), -- cgit v1.1