Zydis
master
|
Extended info for register-operands. More...
#include <Encoder.h>
Data Fields | |
ZydisRegister | value |
The register value. More... | |
ZyanBool | is4 |
Is this 4th operand (VEX /XOP ). More... | |
Extended info for register-operands.
ZyanBool is4 |
Is this 4th operand (VEX
/XOP
).
Despite its name, is4
encoding can sometimes be applied to 3rd operand instead of 4th. This field is used to resolve such ambiguities. For all other operands it should be set to ZYAN_FALSE
.
ZydisRegister value |
The register value.