27 #ifndef FCML_INTEL_DIALECT_HPP_ 28 #define FCML_INTEL_DIALECT_HPP_ 52 FCML_TEXT(
"Can not initialize the Intel dialect."), error);
void setDialect(fcml_st_dialect *dialect)
Sets a new dialect for the wrapper.
Definition: fcml_dialect.hpp:83
#define FCML_TEXT(x)
Used to code literal strings.
Definition: fcml_types.h:61
struct fcml_st_dialect fcml_st_dialect
Assembler dialect.
Definition: fcml_dialect.h:36
Definition: fcml_assembler.hpp:39
Wraps the Intel dialect.
Definition: fcml_intel_dialect.hpp:39
#define FCML_INTEL_DIALECT_CF_DEFAULT
Default combination of the configuration flags.
Definition: fcml_intel_dialect.h:39
C++ wrapper for the base dialect.
IntelDialect(fcml_uint32_t flags=FCML_INTEL_DIALECT_CF_DEFAULT)
Creates the Intel dialect.
Definition: fcml_intel_dialect.hpp:47
virtual ~IntelDialect()
Virtual destructor.
Definition: fcml_intel_dialect.hpp:60
Intel dialect implementation.
An abstract dialect.
Definition: fcml_dialect.hpp:41
LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_intel(fcml_uint32_t config_flags, fcml_st_dialect **dialect)
Initializes Intel dialect.
Component can not be initialized correctly.
Definition: fcml_common.hpp:231
fcml_uint16_t fcml_ceh_error
All error codes should be held in variables of this type.
Definition: fcml_errors.h:156