com.cmpware.cmp.models
Class FastSimple.SHR

java.lang.Object
  extended by com.cmpware.fastmodel.Function
      extended by com.cmpware.cmp.models.FastSimple.RegToReg
          extended by com.cmpware.cmp.models.FastSimple.SHR
Enclosing class:
FastSimple

public class FastSimple.SHR
extends FastSimple.RegToReg

The SHR instruction


Field Summary
 
Fields inherited from class com.cmpware.cmp.models.FastSimple.RegToReg
a, b, c
 
Fields inherited from class com.cmpware.fastmodel.Function
copyright
 
Constructor Summary
FastSimple.SHR()
           
 
Method Summary
 void exec(long addr)
          This abstract method implements the instruction execution.
 
Methods inherited from class com.cmpware.cmp.models.FastSimple.RegToReg
extractFields, getFormat, getSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastSimple.SHR

public FastSimple.SHR()
Method Detail

exec

public void exec(long addr)
Description copied from class: Function
This abstract method implements the instruction execution.

Specified by:
exec in class Function
Parameters:
addr - the address of this instruction.