Uses of Class
mars.mips.instructions.BasicInstruction
Packages that use BasicInstruction
-
Uses of BasicInstruction in mars.assembler
Methods in mars.assembler that return BasicInstructionConstructors in mars.assembler with parameters of type BasicInstructionModifierConstructorDescriptionBasicStatement(StatementSyntax syntax, BasicInstruction instruction, List<Operand> operands) BasicStatement(StatementSyntax syntax, BasicInstruction instruction, List<Operand> operands, int binaryEncoding) -
Uses of BasicInstruction in mars.assembler.extended
Methods in mars.assembler.extended that return BasicInstructionModifier and TypeMethodDescriptionExpansionTemplate.Statement.getInstruction()FlagSubstitutionStatement.getInstruction()TemplateStatement.getInstruction()Constructors in mars.assembler.extended with parameters of type BasicInstructionModifierConstructorDescriptionTemplateStatement(BasicInstruction instruction, List<TemplateOperand> operands) -
Uses of BasicInstruction in mars.mips.instructions
Methods in mars.mips.instructions that return BasicInstructionMethods in mars.mips.instructions that return types with arguments of type BasicInstructionModifier and TypeMethodDescriptionInstructionSet.getBasicInstructions()InstructionSet.matchBasicMnemonic(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 BasicInstructionModifier and TypeMethodDescriptionvoidInstructionSet.addBasicInstruction(BasicInstruction instruction) voidInstructionDecoder.addInstruction(BasicInstruction instruction)