public static enum AArch64Assembler.PrefetchMode extends Enum<AArch64Assembler.PrefetchMode>
| Enum Constant and Description |
|---|
PLDL1KEEP |
PLDL1STRM |
PLDL2KEEP |
PLDL2STRM |
PLDL3KEEP |
PLDL3STRM |
PLIL1KEEP |
PLIL1STRM |
PLIL2KEEP |
PLIL2STRM |
PLIL3KEEP |
PLIL3STRM |
PSTL1KEEP |
PSTL1STRM |
PSTL2KEEP |
PSTL2STRM |
PSTL3KEEP |
PSTL3STRM |
| Modifier and Type | Method and Description |
|---|---|
static AArch64Assembler.PrefetchMode |
lookup(int enc) |
Register |
toRegister() |
static AArch64Assembler.PrefetchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64Assembler.PrefetchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64Assembler.PrefetchMode PLDL1KEEP
public static final AArch64Assembler.PrefetchMode PLDL1STRM
public static final AArch64Assembler.PrefetchMode PLDL2KEEP
public static final AArch64Assembler.PrefetchMode PLDL2STRM
public static final AArch64Assembler.PrefetchMode PLDL3KEEP
public static final AArch64Assembler.PrefetchMode PLDL3STRM
public static final AArch64Assembler.PrefetchMode PLIL1KEEP
public static final AArch64Assembler.PrefetchMode PLIL1STRM
public static final AArch64Assembler.PrefetchMode PLIL2KEEP
public static final AArch64Assembler.PrefetchMode PLIL2STRM
public static final AArch64Assembler.PrefetchMode PLIL3KEEP
public static final AArch64Assembler.PrefetchMode PLIL3STRM
public static final AArch64Assembler.PrefetchMode PSTL1KEEP
public static final AArch64Assembler.PrefetchMode PSTL1STRM
public static final AArch64Assembler.PrefetchMode PSTL2KEEP
public static final AArch64Assembler.PrefetchMode PSTL2STRM
public static final AArch64Assembler.PrefetchMode PSTL3KEEP
public static final AArch64Assembler.PrefetchMode PSTL3STRM
public static AArch64Assembler.PrefetchMode[] values()
public static AArch64Assembler.PrefetchMode 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 AArch64Assembler.PrefetchMode lookup(int enc)
public Register toRegister()