Package com.kenai.jnr.x86asm
Class OperandFlags
- java.lang.Object
-
- com.kenai.jnr.x86asm.OperandFlags
-
@Deprecated public class OperandFlags extends java.lang.Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static int
O_FM_1
Deprecated.static int
O_FM_10
Deprecated.static int
O_FM_2
Deprecated.static int
O_FM_2_4
Deprecated.static int
O_FM_2_4_8
Deprecated.static int
O_FM_4
Deprecated.static int
O_FM_4_8
Deprecated.static int
O_FM_4_8_10
Deprecated.static int
O_FM_8
Deprecated.static int
O_G16
Deprecated.static int
O_G16_32_64
Deprecated.static int
O_G32
Deprecated.static int
O_G32_64
Deprecated.static int
O_G64
Deprecated.static int
O_G8
Deprecated.static int
O_G8_16_32_64
Deprecated.static int
O_IMM
Deprecated.static int
O_MEM
Deprecated.static int
O_MM
Deprecated.static int
O_MM_MEM
Deprecated.static int
O_MM_XMM
Deprecated.static int
O_MM_XMM_MEM
Deprecated.static int
O_NOREX
Deprecated.static int
O_XMM
Deprecated.static int
O_XMM_MEM
Deprecated.
-
Constructor Summary
Constructors Constructor Description OperandFlags()
Deprecated.
-
-
-
Field Detail
-
O_G8
public static final int O_G8
Deprecated.- See Also:
- Constant Field Values
-
O_G16
public static final int O_G16
Deprecated.- See Also:
- Constant Field Values
-
O_G32
public static final int O_G32
Deprecated.- See Also:
- Constant Field Values
-
O_G64
public static final int O_G64
Deprecated.- See Also:
- Constant Field Values
-
O_MEM
public static final int O_MEM
Deprecated.- See Also:
- Constant Field Values
-
O_IMM
public static final int O_IMM
Deprecated.- See Also:
- Constant Field Values
-
O_G8_16_32_64
public static final int O_G8_16_32_64
Deprecated.- See Also:
- Constant Field Values
-
O_G16_32_64
public static final int O_G16_32_64
Deprecated.- See Also:
- Constant Field Values
-
O_G32_64
public static final int O_G32_64
Deprecated.- See Also:
- Constant Field Values
-
O_FM_1
public static final int O_FM_1
Deprecated.- See Also:
- Constant Field Values
-
O_FM_2
public static final int O_FM_2
Deprecated.- See Also:
- Constant Field Values
-
O_FM_4
public static final int O_FM_4
Deprecated.- See Also:
- Constant Field Values
-
O_FM_8
public static final int O_FM_8
Deprecated.- See Also:
- Constant Field Values
-
O_FM_10
public static final int O_FM_10
Deprecated.- See Also:
- Constant Field Values
-
O_FM_2_4
public static final int O_FM_2_4
Deprecated.- See Also:
- Constant Field Values
-
O_FM_2_4_8
public static final int O_FM_2_4_8
Deprecated.- See Also:
- Constant Field Values
-
O_FM_4_8
public static final int O_FM_4_8
Deprecated.- See Also:
- Constant Field Values
-
O_FM_4_8_10
public static final int O_FM_4_8_10
Deprecated.- See Also:
- Constant Field Values
-
O_NOREX
public static final int O_NOREX
Deprecated.- See Also:
- Constant Field Values
-
O_MM
public static final int O_MM
Deprecated.- See Also:
- Constant Field Values
-
O_XMM
public static final int O_XMM
Deprecated.- See Also:
- Constant Field Values
-
O_MM_MEM
public static final int O_MM_MEM
Deprecated.- See Also:
- Constant Field Values
-
O_XMM_MEM
public static final int O_XMM_MEM
Deprecated.- See Also:
- Constant Field Values
-
O_MM_XMM
public static final int O_MM_XMM
Deprecated.- See Also:
- Constant Field Values
-
O_MM_XMM_MEM
public static final int O_MM_XMM_MEM
Deprecated.- See Also:
- Constant Field Values
-
-