diff options
author | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-08-28 19:15:24 -0700 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-08-29 10:03:09 +0400 |
commit | 6d16d2836da3ad4aaad2b48b5879f24f2581876f (patch) | |
tree | 3bb12440fbf7e7ed43fa5f367b37d436b7fa10f1 /nasm.h | |
parent | e3a06b9d0a12a7a9ac9143d631717223097849b7 (diff) | |
download | nasm-6d16d2836da3ad4aaad2b48b5879f24f2581876f.tar.gz nasm-6d16d2836da3ad4aaad2b48b5879f24f2581876f.tar.bz2 nasm-6d16d2836da3ad4aaad2b48b5879f24f2581876f.zip |
AVX-512: Fix comments
Fixed or purged some old comments and added a comment for a previous patch.
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -689,12 +689,13 @@ typedef struct insn { /* an instruction itself */ uint8_t evex_p[3]; /* EVEX.P0: [RXB,R',00,mm], P1: [W,vvvv,1,pp] */ /* EVEX.P2: [z,L'L,b,V',aaa] */ enum ttypes evex_tuple; /* Tuple type for compressed Disp8*N */ - int evex_rm; /* static rounding mode for AVX3 (EVEX) */ + int evex_rm; /* static rounding mode for AVX512 (EVEX) */ int8_t evex_brerop; /* BR/ER/SAE operand position */ } insn; enum geninfo { GI_SWITCH }; +/* Instruction flags type: IF_* flags are defined in insns.h */ typedef uint64_t iflags_t; /* |