Uses of Enum
jnr.x86asm.CPU

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

    Subclasses with type arguments of type CPU in jnr.x86asm
    Modifier and Type
    Class
    Description
    enum 
     
    Fields in jnr.x86asm declared as CPU
    Modifier and Type
    Field
    Description
    private final CPU
    Assembler.cpu
     
    static final CPU
    Asm.I386
    Deprecated.
    static final CPU
    Assembler.I386
     
    static final CPU
    CPU.I386
     
    static final CPU
    Asm.X86_32
     
    static final CPU
    Asm.X86_64
     
    static final CPU
    Assembler.X86_64
     
    Methods in jnr.x86asm that return CPU
    Modifier and Type
    Method
    Description
    static CPU
    CPU.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static CPU[]
    CPU.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Constructors in jnr.x86asm with parameters of type CPU
    Modifier
    Constructor
    Description