Uses of Class
com.kenai.jnr.x86asm.InstructionDescription
Packages that use InstructionDescription
-
Uses of InstructionDescription in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as InstructionDescriptionModifier and TypeFieldDescriptionprivate static final InstructionDescription[]
InstructionDescription.all
Deprecated.Fields in com.kenai.jnr.x86asm with type parameters of type InstructionDescriptionModifier and TypeFieldDescriptionprivate static final Map<INST_CODE,
InstructionDescription> InstructionDescription.table
Deprecated.Methods in com.kenai.jnr.x86asm that return InstructionDescriptionModifier and TypeMethodDescriptionstatic final InstructionDescription
Deprecated.private static final InstructionDescription
InstructionDescription.MAKE_INST
(INST_CODE code, String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2) Deprecated.