public class

RegisterBankMips64

extends AbstractRegisterBank
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBank
     ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.arch.RegisterBankMips64

Class Overview

Register bank for a MIPS 64-bit processor.

Summary

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

Public Methods

public Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap ()

Returns
  • a map of full registers: key=index, value=full register entry

public static synchronized RegisterBankMips64 getInstance ()