Uses of Enum
com.kenai.jnr.x86asm.SEGMENT
Packages that use SEGMENT
-
Uses of SEGMENT in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as SEGMENTMethods in com.kenai.jnr.x86asm that return SEGMENTModifier and TypeMethodDescriptionfinal SEGMENTMem.segmentPrefix()Deprecated.static SEGMENTDeprecated.Returns the enum constant of this type with the specified name.static SEGMENT[]SEGMENT.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kenai.jnr.x86asm with parameters of type SEGMENTModifier and TypeMethodDescription(package private) static final MemAsm._ptr_build_abs(long target, long disp, SEGMENT segmentPrefix, int ptrSize) Deprecated.Absolute addressing(package private) static final MemAsm._ptr_build_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix, int ptrSize) Deprecated.static final MemAsm.byte_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create byte pointer operand.static final MemAsm.byte_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create byte pointer operand.static final MemAsm.dqword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create dqword (16 Bytes) pointer operand.static final MemAsm.dqword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create dqword (16 Bytes) pointer operand.static final MemAsm.dword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create dword (4 Bytes) pointer operand.static final MemAsm.dword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create dword (4 Bytes) pointer operand.static final MemAsm.mmword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create mmword (8 bytes) pointer operand //! //! @note This constructor is provided only for convenience for mmx programming.static final MemAsm.mmword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create mmword (8 bytes) pointer operand //! //! @note This constructor is provided only for convenience for mmx programming.static final MemDeprecated.Create pointer operand with not specified size.static final MemDeprecated.Create pointer operand with not specified size.static final MemAsm.qword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create qword (8 Bytes) pointer operand.static final MemAsm.qword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create qword (8 Bytes) pointer operand.static final MemAsm.tword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create tword (10 Bytes) pointer operand (used for 80 bit floating points).static final MemAsm.tword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create tword (10 Bytes) pointer operand (used for 80 bit floating points).static final MemAsm.word_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create word (2 Bytes) pointer operand.static final MemAsm.word_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create word (2 Bytes) pointer operand.static final MemAsm.xmmword_ptr_abs(long target, long disp, SEGMENT segmentPrefix) Deprecated.Create xmmword (16 bytes) pointer operand //! //! @note This constructor is provided only for convenience for sse programming.static final MemAsm.xmmword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix) Deprecated.Create xmmword (16 bytes) pointer operand //! //! @note This constructor is provided only for convenience for sse programming.Constructors in com.kenai.jnr.x86asm with parameters of type SEGMENT