public class

RegisterBankLayoutX8664

extends AbstractRegisterBankLayout
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBankLayout
     ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.RegisterBankLayoutX8664

Class Overview

Registers layout for an x86-64 (AMD64) processor.

Summary

Public Methods
Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap()
synchronized static RegisterBankLayoutX8664 getInstance()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBankLayout
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.processor.IRegisterBankLayout

Public Methods

public Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap ()

public static synchronized RegisterBankLayoutX8664 getInstance ()