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