public class AArch64ControlFlow extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AArch64ControlFlow.AbstractBranchOp |
static class |
AArch64ControlFlow.ASIMDCondMoveOp |
static class |
AArch64ControlFlow.BitTestAndBranchOp |
static class |
AArch64ControlFlow.BranchOp |
static class |
AArch64ControlFlow.CompareBranchZeroOp |
static class |
AArch64ControlFlow.CondMoveOp |
static class |
AArch64ControlFlow.CondSetOp |
static class |
AArch64ControlFlow.HashTableSwitchOp
This operation jumps to the appropriate destination as specified within a JumpTable, or to
the default condition if there is no match within the JumpTable.
|
static class |
AArch64ControlFlow.RangeTableSwitchOp
This operation jumps to the appropriate destination as specified within a JumpTable, or to
the default condition if there is no match within the JumpTable.
|
static class |
AArch64ControlFlow.ReturnOp |
static class |
AArch64ControlFlow.StrategySwitchOp |
Constructor and Description |
---|
AArch64ControlFlow() |