Uses of Class
mars.mips.instructions.ExtendedInstruction
Packages that use ExtendedInstruction
-
Uses of ExtendedInstruction in mars.assembler.extended
Methods in mars.assembler.extended that return ExtendedInstructionModifier and TypeMethodDescriptionExpansionTemplate.getInstruction()
ExtendedStatement.getInstruction()
Constructors in mars.assembler.extended with parameters of type ExtendedInstructionModifierConstructorDescriptionExpansionTemplate
(ExtendedInstruction instruction, List<ExpansionTemplate.Statement> statements) ExtendedStatement
(StatementSyntax syntax, ExtendedInstruction instruction, List<Operand> operands, List<BasicStatement> expansion) -
Uses of ExtendedInstruction in mars.mips.instructions
Methods in mars.mips.instructions that return types with arguments of type ExtendedInstructionModifier and TypeMethodDescriptionInstructionSet.getExtendedInstructions()
InstructionSet.matchExtendedMnemonic
(String mnemonic) Given an operator mnemonic, will return the corresponding Instruction object(s) from the instruction set.Methods in mars.mips.instructions with parameters of type ExtendedInstructionModifier and TypeMethodDescriptionvoid
InstructionSet.addExtendedInstruction
(ExtendedInstruction instruction)