Expand description
Generate the ISA-specific settings.
Enumsยง
- Parent
Group ๐ - Setting
OrPreset ๐
Functionsยง
- gen_
constructor ๐ - Emits the constructor of the Flags structure.
- gen_
descriptors ๐ - Emits DESCRIPTORS, ENUMERATORS, HASH_TABLE and PRESETS.
- gen_
display ๐ - gen_
enum_ ๐all - Generates a
all()
function with all options for this enum - gen_
enum_ ๐types - Emit real enum for the Enum settings.
- gen_
getter ๐ - Emit a getter function for
setting
. - gen_
getters ๐ - Emits getters for each setting value.
- gen_
group ๐ - gen_
iterator ๐ - Generates the
iter
function. - gen_
pred_ ๐getter - gen_
template ๐ - gen_
to_ ๐and_ from_ str - Emit Display and FromStr implementations for enum settings.
- generate ๐