public static enum AArch64ASIMDAssembler.ImmediateOp extends Enum<AArch64ASIMDAssembler.ImmediateOp>
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getCmodeOpEncodings(AArch64ASIMDAssembler.ImmediateOp op)
Returns all valid cmode:op encodings for the requested immediate op.
|
static AArch64ASIMDAssembler.ImmediateOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64ASIMDAssembler.ImmediateOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64ASIMDAssembler.ImmediateOp MOVI
public static final AArch64ASIMDAssembler.ImmediateOp MVNI
public static final AArch64ASIMDAssembler.ImmediateOp ORR
public static final AArch64ASIMDAssembler.ImmediateOp BIC
public static final AArch64ASIMDAssembler.ImmediateOp FMOVSP
public static final AArch64ASIMDAssembler.ImmediateOp FMOVDP
public static AArch64ASIMDAssembler.ImmediateOp[] values()
public static AArch64ASIMDAssembler.ImmediateOp valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static byte[] getCmodeOpEncodings(AArch64ASIMDAssembler.ImmediateOp op)