public class

RegisterBankDummy1

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

Class Overview

Register bank for the internal PNF virtual processor (dummy) used for testing.

Summary

Constants
int regGrp_GP
int regGrp_SIMD
int regGrp_Special
[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.units.code.asm.processor.arch.AbstractRegisterBank
Public Methods
Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap()
synchronized static RegisterBankDummy1 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

Constants

public static final int regGrp_GP

Constant Value: 0 (0x00000000)

public static final int regGrp_SIMD

Constant Value: 1 (0x00000001)

public static final int regGrp_Special

Constant Value: 10 (0x0000000a)

Public Methods

public Map<Integer, RegisterDescriptionEntry> getDescriptionEntryMap ()

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

public static synchronized RegisterBankDummy1 getInstance ()