Package jnr.x86asm

Class PROPERTY


  • public final class PROPERTY
    extends java.lang.Object
    Assembler/Compiler properties.
    • Constructor Summary

      Constructors 
      Constructor Description
      PROPERTY()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • PROPERTY

        public PROPERTY()