Uses of Enum Class
mars.mips.instructions.InstructionFormat
Packages that use InstructionFormat
-
Uses of InstructionFormat in mars.mips.instructions
Methods in mars.mips.instructions that return InstructionFormatModifier and TypeMethodDescriptionBasicInstruction.getFormat()Get the operand format of the instruction.static InstructionFormatReturns the enum constant of this class with the specified name.static InstructionFormat[]InstructionFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in mars.mips.instructions with parameters of type InstructionFormatModifierConstructorDescriptionBasicInstruction(String mnemonic, List<OperandType> operandTypes, InstructionFormat format, boolean isCTI, String title, String description, String encoding, SimulationFunction function) Create a newBasicInstruction.