Class InstructionModel.InstructionEncoding
java.lang.Object
com.oracle.truffle.dsl.processor.bytecode.model.InstructionModel.InstructionEncoding
- All Implemented Interfaces:
Comparable<InstructionModel.InstructionEncoding>
- Enclosing class:
InstructionModel
public static final class InstructionModel.InstructionEncoding
extends Object
implements Comparable<InstructionModel.InstructionEncoding>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstructionEncoding(InstructionModel.ImmediateWidth[] immediates, int length) -
Method Summary
-
Field Details
-
immediates
-
length
public final int length
-
-
Constructor Details
-
InstructionEncoding
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<InstructionModel.InstructionEncoding>
-