fcml
1.2.0
|
Optimizer context used as a connector with the environment. More...
#include <fcml_optimizers.h>
Public Attributes | |
fcml_uint16_t | optimizer_flags |
Optimizer flags passed through the assembler context. More... | |
fcml_en_operating_mode | op_mode |
Processor operating mode 16/32/64-bit. More... | |
fcml_usize | asa |
Default address size attribute not modified by prefixes yet. More... | |
fcml_usize | osa |
Default operand size attribute not modified by prefixes yet. More... | |
Optimizer context used as a connector with the environment.
fcml_usize fcml_st_asm_optimizer_context::asa |
Default address size attribute not modified by prefixes yet.
(See 'D' flag of segment descriptor.)
fcml_en_operating_mode fcml_st_asm_optimizer_context::op_mode |
Processor operating mode 16/32/64-bit.
fcml_uint16_t fcml_st_asm_optimizer_context::optimizer_flags |
Optimizer flags passed through the assembler context.
fcml_usize fcml_st_asm_optimizer_context::osa |
Default operand size attribute not modified by prefixes yet.
(See 'D' flag of segment descriptor.)