Interface | Description |
---|---|
Assembler.InstructionCounter |
Instruction counter class which gives the user of the assembler to count different kinds of
instructions in the generated assembler code.
|
VectorSize |
Size of vector in SIMD instructions.
|
Class | Description |
---|---|
AbstractAddress |
Abstract base class that represents a platform specific address.
|
AsmOptions | |
Assembler<T extends Enum<T>> |
The platform-independent base class for the assembler.
|
Assembler.CodeAnnotation | |
Assembler.LabelHint | |
BranchTargetOutOfBoundsException | |
Label |
This class represents a label within assembly code.
|