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 intPLDL1KEEPstatic intPLDL1STRMstatic intPLDL2KEEPstatic intPLDL2STRMstatic intPLDL3KEEPstatic intPLDL3STRMstatic intPLIL1KEEPstatic intPLIL1STRMstatic intPLIL2KEEPstatic intPLIL2STRMstatic intPLIL3KEEPstatic intPLIL3STRMstatic intPSTL1KEEPstatic intPSTL1STRMstatic intPSTL2KEEPstatic intPSTL2STRMstatic intPSTL3KEEPstatic intPSTL3STRMprivate longvalue
-
Constructor Summary
Constructors Constructor Description PRFOP_ENUM(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longintValue()
-
-
-
Field Detail
-
value
private final long value
-
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
-
-