mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
Add IF_TBM flag
For TMB instructions Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
ce6527459f
commit
579f161d48
1
insns.h
1
insns.h
@ -118,6 +118,7 @@ extern const uint8_t nasm_bytecodes[];
|
||||
#define IF_FMA 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_BMI1 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_BMI2 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_TBM 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_HLE 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_RTM 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
#define IF_INVPCID 0x00000000UL /* HACK NEED TO REORGANIZE THESE BITS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user