Uses of Enum Class
mars.assembler.AssemblerFlag
Packages that use AssemblerFlag
-
Uses of AssemblerFlag in mars.assembler
Methods in mars.assembler that return AssemblerFlagModifier and TypeMethodDescriptionstatic AssemblerFlag
static AssemblerFlag
Returns the enum constant of this class with the specified name.static AssemblerFlag[]
AssemblerFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AssemblerFlag in mars.assembler.extended
Methods in mars.assembler.extended that return AssemblerFlagModifier and TypeMethodDescriptionFlagSubstitutionOperand.getFlag()
FlagSubstitutionStatement.getFlag()
Constructors in mars.assembler.extended with parameters of type AssemblerFlagModifierConstructorDescriptionFlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue) FlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue, OperandType type) FlagSubstitutionStatement
(AssemblerFlag flag, ExpansionTemplate.Statement enabledValue, ExpansionTemplate.Statement disabledValue)