public class

RegisterBankLayoutArm64

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

Class Overview

Registers layout for an ARM 64-bit (Aarch64, ARM v8) processor.

Summary

Public Methods
Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap()
synchronized static RegisterBankLayoutArm64 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 RegisterBankLayoutArm64 getInstance ()