Add IF_TBM flag

For TMB instructions

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-05-10 13:24:15 +04:00
parent ce6527459f
commit 579f161d48

View File

@ -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 */