Uses of Interface
mars.assembler.extended.TemplateOperand
Packages that use TemplateOperand
-
Uses of TemplateOperand in mars.assembler
Classes in mars.assembler that implement TemplateOperandMethods in mars.assembler that return TemplateOperand -
Uses of TemplateOperand in mars.assembler.extended
Classes in mars.assembler.extended that implement TemplateOperandMethods in mars.assembler.extended that return TemplateOperandModifier and TypeMethodDescriptionFlagSubstitutionOperand.getDisabledValue()
FlagSubstitutionOperand.getEnabledValue()
FlagSubstitutionOperand.getValue()
FlagSubstitutionOperand.withType
(OperandType type) OperandSubstitution.withType
(OperandType type) TemplateOperand.withType
(OperandType type) Methods in mars.assembler.extended that return types with arguments of type TemplateOperandConstructors in mars.assembler.extended with parameters of type TemplateOperandModifierConstructorDescriptionFlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue) FlagSubstitutionOperand
(AssemblerFlag flag, TemplateOperand enabledValue, TemplateOperand disabledValue, OperandType type) Constructor parameters in mars.assembler.extended with type arguments of type TemplateOperandModifierConstructorDescriptionTemplateStatement
(BasicInstruction instruction, List<TemplateOperand> operands)