JIMSCore
Class InstructionDecodeBuffer

java.lang.Object
  |
  +--JIMSCore.InstructionDecodeBuffer

public class InstructionDecodeBuffer
extends java.lang.Object


Field Summary
 int fcn2
           
 byte fd
           
 byte fs
           
 byte ft
           
 byte funct
           
 int imm
           
 int offset
           
 byte opcode
           
 int rawInstruction
           
 byte rd
           
 byte rs
           
 byte rt
           
 byte shamt
           
 int target
           
 
Constructor Summary
InstructionDecodeBuffer()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

rawInstruction

public int rawInstruction

opcode

public byte opcode

rd

public byte rd

rs

public byte rs

rt

public byte rt

shamt

public byte shamt

funct

public byte funct

target

public int target

offset

public int offset

imm

public int imm

fcn2

public int fcn2

ft

public byte ft

fs

public byte fs

fd

public byte fd
Constructor Detail

InstructionDecodeBuffer

public InstructionDecodeBuffer()