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 RegisterEncoding
Returns 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 RegisterDescriptionEntry
AbstractRegisterBank.add
(Map<Integer, RegisterDescriptionEntry> entries, int bitsize, String name, String altname, RegisterEncoding encoding, RegisterType type) protected RegisterDescriptionEntry
AbstractRegisterBank2.add
(int bitsize, String name, String altname, RegisterEncoding encoding, RegisterType type)