Zydis
master
|
Extended info for EVEX
instructions.
More...
#include <Encoder.h>
Data Fields | |
ZydisBroadcastMode | broadcast |
The broadcast-mode. More... | |
ZydisRoundingMode | rounding |
The rounding-mode. More... | |
ZyanBool | sae |
Signals, if the SAE (suppress-all-exceptions) functionality should be enabled for the instruction. More... | |
ZyanBool | zeroing_mask |
Signals, if the zeroing-mask functionality should be enabled for the instruction. More... | |
Extended info for EVEX
instructions.
ZydisBroadcastMode broadcast |
The broadcast-mode.
Specify ZYDIS_BROADCAST_MODE_INVALID
for instructions with static broadcast functionality.
ZydisRoundingMode rounding |
The rounding-mode.
ZyanBool sae |
Signals, if the SAE
(suppress-all-exceptions) functionality should be enabled for the instruction.
ZyanBool zeroing_mask |
Signals, if the zeroing-mask functionality should be enabled for the instruction.
Specify ZYAN_TRUE
for instructions with forced zeroing mask.