Uses of Class
mars.assembler.extended.ExpansionTemplate
Packages that use ExpansionTemplate
-
Uses of ExpansionTemplate in mars.mips.instructions
Methods in mars.mips.instructions that return ExpansionTemplateModifier and TypeMethodDescriptionExtendedInstruction.getCompactExpansionTemplate()
Get ArrayList of Strings that represent list of templates for basic instructions generated by the "compact" or 16-bit version of this extended instruction.ExtendedInstruction.getExpansionTemplate()
ExtendedInstruction.getStandardExpansionTemplate()
Get ArrayList of Strings that represent list of templates for basic instructions generated by this extended instruction.Methods in mars.mips.instructions with parameters of type ExpansionTemplateModifier and TypeMethodDescriptionvoid
ExtendedInstruction.setCompactExpansionTemplate
(ExpansionTemplate template) void
ExtendedInstruction.setStandardExpansionTemplate
(ExpansionTemplate template)