Package jnr.x86asm
Class PROPERTY
- java.lang.Object
-
- jnr.x86asm.PROPERTY
-
public final class PROPERTY extends java.lang.Object
Assembler/Compiler properties.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PROPERTY_OPTIMIZE_ALIGN
Optimize align for current processor.static int
PROPERTY_X86_FORCE_REX
Force rex prefix emitting.static int
PROPERTY_X86_JCC_HINTS
Emit hints added to jcc() instructions.
-
Constructor Summary
Constructors Constructor Description PROPERTY()
-
-
-
Field Detail
-
PROPERTY_OPTIMIZE_ALIGN
public static final int PROPERTY_OPTIMIZE_ALIGN
Optimize align for current processor. Default: @c true.- See Also:
- Constant Field Values
-
PROPERTY_X86_FORCE_REX
public static final int PROPERTY_X86_FORCE_REX
Force rex prefix emitting. Default: @c false.- See Also:
- Constant Field Values
-
PROPERTY_X86_JCC_HINTS
public static final int PROPERTY_X86_JCC_HINTS
Emit hints added to jcc() instructions. Default: @c true.- See Also:
- Constant Field Values
-
-