Package com.kenai.jnr.x86asm
Class OperandFlags
- java.lang.Object
-
- com.kenai.jnr.x86asm.OperandFlags
-
@Deprecated public class OperandFlags extends java.lang.ObjectDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intO_FM_1Deprecated.static intO_FM_10Deprecated.static intO_FM_2Deprecated.static intO_FM_2_4Deprecated.static intO_FM_2_4_8Deprecated.static intO_FM_4Deprecated.static intO_FM_4_8Deprecated.static intO_FM_4_8_10Deprecated.static intO_FM_8Deprecated.static intO_G16Deprecated.static intO_G16_32_64Deprecated.static intO_G32Deprecated.static intO_G32_64Deprecated.static intO_G64Deprecated.static intO_G8Deprecated.static intO_G8_16_32_64Deprecated.static intO_IMMDeprecated.static intO_MEMDeprecated.static intO_MMDeprecated.static intO_MM_MEMDeprecated.static intO_MM_XMMDeprecated.static intO_MM_XMM_MEMDeprecated.static intO_NOREXDeprecated.static intO_XMMDeprecated.static intO_XMM_MEMDeprecated.
-
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
-
-