Uses of Enum
jnr.x86asm.SEGMENT

Packages that use SEGMENT
Package
Description
 
  • Uses of SEGMENT in jnr.x86asm

    Methods in jnr.x86asm that return SEGMENT
    Modifier and Type
    Method
    Description
    final SEGMENT
     
    static SEGMENT
    SEGMENT.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static SEGMENT[]
    SEGMENT.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in jnr.x86asm with parameters of type SEGMENT
    Modifier and Type
    Method
    Description
    static final Mem
    Asm.byte_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create byte pointer operand.
    static final Mem
    Asm.byte_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create byte pointer operand.
    static final Mem
    Asm.dqword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create dqword (16 Bytes) pointer operand.
    static final Mem
    Asm.dqword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create dqword (16 Bytes) pointer operand.
    static final Mem
    Asm.dword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create dword (4 Bytes) pointer operand.
    static final Mem
    Asm.dword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create dword (4 Bytes) pointer operand.
    static final Mem
    Asm.mmword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create mmword (8 bytes) pointer operand //!
    static final Mem
    Asm.mmword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create mmword (8 bytes) pointer operand //!
    static final Mem
    Asm.ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create pointer operand with not specified size.
    static final Mem
    Asm.ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create pointer operand with not specified size.
    static final Mem
    Asm.qword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create qword (8 Bytes) pointer operand.
    static final Mem
    Asm.qword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create qword (8 Bytes) pointer operand.
    static final Mem
    Asm.tword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create tword (10 Bytes) pointer operand (used for 80 bit floating points).
    static final Mem
    Asm.tword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create tword (10 Bytes) pointer operand (used for 80 bit floating points).
    static final Mem
    Asm.word_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create word (2 Bytes) pointer operand.
    static final Mem
    Asm.word_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create word (2 Bytes) pointer operand.
    static final Mem
    Asm.xmmword_ptr_abs(long target, long disp, SEGMENT segmentPrefix)
    Create xmmword (16 bytes) pointer operand //!
    static final Mem
    Asm.xmmword_ptr_abs(long target, Register index, int shift, long disp, SEGMENT segmentPrefix)
    Create xmmword (16 bytes) pointer operand //!