Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.processor.RegisterEncoding
Packages that use RegisterEncoding
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
Architecture-specific information for processors, such as as common registers bank definitions.
-
Uses of RegisterEncoding in com.pnfsoftware.jeb.core.units.code.asm.processor
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that return RegisterEncodingModifier and TypeMethodDescriptionRegisterDescriptionEntry.getEncoding()static RegisterEncodingReturns the enum constant of this class with the specified name.static RegisterEncoding[]RegisterEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.asm.processor with parameters of type RegisterEncodingConstructors in com.pnfsoftware.jeb.core.units.code.asm.processor with parameters of type RegisterEncodingModifierConstructorDescriptionRegisterDescriptionEntry(int number, String name, int bitsize, RegisterEncoding encoding, String alternateName, RegisterType type, int offset) Full constructor. -
Uses of RegisterEncoding in com.pnfsoftware.jeb.core.units.code.asm.processor.arch
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor.arch with parameters of type RegisterEncodingModifier and TypeMethodDescriptionprotected static RegisterDescriptionEntryAbstractRegisterBank.add(Map<Integer, RegisterDescriptionEntry> entries, int bitsize, String name, String altname, RegisterEncoding encoding, RegisterType type) protected RegisterDescriptionEntryAbstractRegisterBank2.add(int bitsize, String name, String altname, RegisterEncoding encoding, RegisterType type)