public class

RegisterBankLayoutArm

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

Class Overview

Registers layout for an ARM 32-bit processor.

Summary

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