From 72018a2b4326d5a647b8879ba8124300b68ca212 Mon Sep 17 00:00:00 2001 From: Jin Kyu Song Date: Mon, 5 Aug 2013 20:46:18 -0700 Subject: AVX-512: Add support for parsing braces AVX-512 introduced new syntax using braces for decorators. Opmask, broadcat, rounding control use this new syntax. http://software.intel.com/sites/default/files/319433-015.pdf Signed-off-by: Jin Kyu Song Signed-off-by: Cyrill Gorcunov --- tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tables.h') diff --git a/tables.h b/tables.h index e6f84cb..d0db3b3 100644 --- a/tables.h +++ b/tables.h @@ -43,7 +43,6 @@ #include "compiler.h" #include #include "insnsi.h" /* For enum opcode */ -#include "opflags.h" /* For opflags_t */ /* --- From standard.mac via macros.pl: --- */ @@ -62,6 +61,8 @@ extern const char * const nasm_insn_names[]; /* regs.c */ extern const char * const nasm_reg_names[]; /* regflags.c */ +typedef uint64_t opflags_t; +typedef uint8_t decoflags_t; extern const opflags_t nasm_reg_flags[]; /* regvals.c */ extern const int nasm_regvals[]; -- cgit v1.2.3