Uses of Class
com.kenai.jnr.x86asm.InstructionDescription
-
Packages that use InstructionDescription Package Description com.kenai.jnr.x86asm -
-
Uses of InstructionDescription in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as InstructionDescription Modifier and Type Field Description private static InstructionDescription[]
InstructionDescription. all
Deprecated.Fields in com.kenai.jnr.x86asm with type parameters of type InstructionDescription Modifier and Type Field Description private static java.util.Map<INST_CODE,InstructionDescription>
InstructionDescription. table
Deprecated.Methods in com.kenai.jnr.x86asm that return InstructionDescription Modifier and Type Method Description static InstructionDescription
InstructionDescription. find(INST_CODE code)
Deprecated.private static InstructionDescription
InstructionDescription. MAKE_INST(INST_CODE code, java.lang.String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2)
Deprecated.
-