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 BasicInstructionFormatBasicInstructionFormat.I_BRANCH_FORMATstatic BasicInstructionFormatBasicInstructionFormat.I_FORMATstatic BasicInstructionFormatBasicInstructionFormat.J_FORMATstatic BasicInstructionFormatBasicInstructionFormat.R_FORMATMethods 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)