Uses of Class
com.kenai.jnr.x86asm.CPU
-
Packages that use CPU Package Description com.kenai.jnr.x86asm -
-
Uses of CPU in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as CPU Modifier and Type Field Description private CPUAssembler. cpuDeprecated.static CPUAsm. I386Deprecated.UseAsm.X86_32static CPUAssembler. I386Deprecated.static CPUCPU. I386Deprecated.static CPUAsm. X86_32Deprecated.static CPUAsm. X86_64Deprecated.static CPUAssembler. X86_64Deprecated.Methods in com.kenai.jnr.x86asm that return CPU Modifier and Type Method Description static CPUCPU. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static CPU[]CPU. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.kenai.jnr.x86asm with parameters of type CPU Constructor Description Assembler(CPU cpu)Deprecated.
-