fcml  1.2.2
Public Attributes | List of all members
fcml_st_asm_optimizer_context Struct Reference

Optimizer context used as a connector with the environment. More...

#include <fcml_optimizers.h>

Collaboration diagram for fcml_st_asm_optimizer_context:
Collaboration graph
[legend]

Public Attributes

const fcml_st_entry_pointentry_point
 Instruction's entry point provided by the caller. More...
 
fcml_uint16_t optimizer_flags
 Optimizer flags passed through the assembler context. More...
 

Detailed Description

Optimizer context used as a connector with the environment.

Member Data Documentation

◆ entry_point

const fcml_st_entry_point* fcml_st_asm_optimizer_context::entry_point

Instruction's entry point provided by the caller.

The same which is available in the assembler context.

◆ optimizer_flags

fcml_uint16_t fcml_st_asm_optimizer_context::optimizer_flags

Optimizer flags passed through the assembler context.

See also
fcml_st_assembler_conf

The documentation for this struct was generated from the following file: