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... | |
ZyanBool | no_flags |
Supress status flags update for certain APX instructions. More... | |
ZydisDefaultFlagsValue | default_flags |
The APX default flags value (DFV). More... | |
Extended info for EVEX
instructions.
ZydisBroadcastMode broadcast |
The broadcast-mode.
Specify ZYDIS_BROADCAST_MODE_INVALID
for instructions with static broadcast functionality.
ZydisDefaultFlagsValue default_flags |
The APX default flags value (DFV).
ZyanBool no_flags |
Supress status flags update for certain APX
instructions.
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.