final class HostedWord extends Word
Word.Opcode, Word.Operation
Modifier and Type | Field and Description |
---|---|
private long |
rawValue |
private static int |
SMALL_FROM |
private static int |
SMALL_TO |
private static HostedWord[] |
smallCache |
Modifier | Constructor and Description |
---|---|
private |
HostedWord(long rawValue) |
Modifier and Type | Method and Description |
---|---|
protected static Word |
boxLong(long val) |
String |
toString() |
protected long |
unbox() |
aboveOrEqual, aboveOrEqual, aboveOrEqual, aboveThan, aboveThan, aboveThan, add, add, add, add, and, and, and, and, belowOrEqual, belowOrEqual, belowOrEqual, belowThan, belowThan, belowThan, equal, equal, equal, equal, equal, equals, fromAddress, fromObject, fromWordBase, greaterOrEqual, greaterOrEqual, greaterOrEqual, greaterThan, greaterThan, greaterThan, hashCode, initializeLong, initializeLong, lessOrEqual, lessOrEqual, lessOrEqual, lessThan, lessThan, lessThan, multiply, multiply, multiply, multiply, not, notEqual, notEqual, notEqual, notEqual, notEqual, or, or, or, or, pointer, rawValue, readByte, readByte, readByte, readByte, readChar, readChar, readChar, readChar, readDouble, readDouble, readDouble, readDouble, readFloat, readFloat, readFloat, readFloat, readInt, readInt, readInt, readInt, readLong, readLong, readLong, readLong, readObject, readObject, readObject, readObject, readObject, readObject, readShort, readShort, readShort, readShort, readWord, readWord, readWord, readWord, shiftLeft, shiftLeft, shiftLeft, signed, signed, signedDivide, signedDivide, signedDivide, signedRemainder, signedRemainder, signedRemainder, signedShiftRight, signedShiftRight, signedShiftRight, subtract, subtract, subtract, subtract, toObject, unsigned, unsigned, unsignedDivide, unsignedDivide, unsignedDivide, unsignedRemainder, unsignedRemainder, unsignedRemainder, unsignedShiftRight, unsignedShiftRight, unsignedShiftRight, writeByte, writeByte, writeByte, writeByte, writeChar, writeChar, writeChar, writeChar, writeDouble, writeDouble, writeDouble, writeDouble, writeFloat, writeFloat, writeFloat, writeFloat, writeInt, writeInt, writeInt, writeInt, writeLong, writeLong, writeLong, writeLong, writeObject, writeObject, writeObject, writeObject, writeShort, writeShort, writeShort, writeShort, writeWord, writeWord, writeWord, writeWord, xor, xor, xor, xor, zero
private static final int SMALL_FROM
private static final int SMALL_TO
private static final HostedWord[] smallCache
private final long rawValue
private HostedWord(long rawValue)