Package jnr.a64asm
Class PRFOP_ENUM
- java.lang.Object
-
- jnr.a64asm.Operand
-
- jnr.a64asm.PRFOP_ENUM
-
public final class PRFOP_ENUM extends Operand
-
-
Field Summary
Fields Modifier and Type Field Description static int
PLDL1KEEP
static int
PLDL1STRM
static int
PLDL2KEEP
static int
PLDL2STRM
static int
PLDL3KEEP
static int
PLDL3STRM
static int
PLIL1KEEP
static int
PLIL1STRM
static int
PLIL2KEEP
static int
PLIL2STRM
static int
PLIL3KEEP
static int
PLIL3STRM
static int
PSTL1KEEP
static int
PSTL1STRM
static int
PSTL2KEEP
static int
PSTL2STRM
static int
PSTL3KEEP
static int
PSTL3STRM
-
Constructor Summary
Constructors Constructor Description PRFOP_ENUM(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
intValue()
-
-
-
Field Detail
-
PLDL1KEEP
public static final int PLDL1KEEP
- See Also:
- Constant Field Values
-
PLDL1STRM
public static final int PLDL1STRM
- See Also:
- Constant Field Values
-
PLDL2KEEP
public static final int PLDL2KEEP
- See Also:
- Constant Field Values
-
PLDL2STRM
public static final int PLDL2STRM
- See Also:
- Constant Field Values
-
PLDL3KEEP
public static final int PLDL3KEEP
- See Also:
- Constant Field Values
-
PLDL3STRM
public static final int PLDL3STRM
- See Also:
- Constant Field Values
-
PLIL1KEEP
public static final int PLIL1KEEP
- See Also:
- Constant Field Values
-
PLIL1STRM
public static final int PLIL1STRM
- See Also:
- Constant Field Values
-
PLIL2KEEP
public static final int PLIL2KEEP
- See Also:
- Constant Field Values
-
PLIL2STRM
public static final int PLIL2STRM
- See Also:
- Constant Field Values
-
PLIL3KEEP
public static final int PLIL3KEEP
- See Also:
- Constant Field Values
-
PLIL3STRM
public static final int PLIL3STRM
- See Also:
- Constant Field Values
-
PSTL1KEEP
public static final int PSTL1KEEP
- See Also:
- Constant Field Values
-
PSTL1STRM
public static final int PSTL1STRM
- See Also:
- Constant Field Values
-
PSTL2KEEP
public static final int PSTL2KEEP
- See Also:
- Constant Field Values
-
PSTL2STRM
public static final int PSTL2STRM
- See Also:
- Constant Field Values
-
PSTL3KEEP
public static final int PSTL3KEEP
- See Also:
- Constant Field Values
-
PSTL3STRM
public static final int PSTL3STRM
- See Also:
- Constant Field Values
-
-