Uses of Class
mars.mips.instructions.BasicInstructionFormat
Packages that use BasicInstructionFormat
-
Uses of BasicInstructionFormat in mars.mips.instructions
Fields in mars.mips.instructions declared as BasicInstructionFormatModifier and TypeFieldDescriptionstatic BasicInstructionFormat
BasicInstructionFormat.I_BRANCH_FORMAT
static BasicInstructionFormat
BasicInstructionFormat.I_FORMAT
static BasicInstructionFormat
BasicInstructionFormat.J_FORMAT
static BasicInstructionFormat
BasicInstructionFormat.R_FORMAT
Methods in mars.mips.instructions that return BasicInstructionFormatModifier and TypeMethodDescriptionBasicInstruction.getInstructionFormat()
Gets the operand format of the instruction.Constructors in mars.mips.instructions with parameters of type BasicInstructionFormatModifierConstructorDescriptionBasicInstruction(String example, String description, BasicInstructionFormat instrFormat, String operMask, SimulationCode simCode)
BasicInstruction constructor.BasicInstruction(String example, BasicInstructionFormat instrFormat, String operMask, SimulationCode simCode)