com.cogent.instructions
Class PIM_instrs

java.lang.Object
  |
  +--com.cogent.instructions.PIM_instrs

public abstract class PIM_instrs
extends java.lang.Object

The base class of all PIM instructions.


Constructor Summary
PIM_instrs()
           
 
Method Summary
static Node bst_find(Node root, int val)
           
static Node bst_insert(Node root, int val)
           
static void hello()
           
static int setPIMInstrLatency(int x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PIM_instrs

public PIM_instrs()
Method Detail

hello

public static void hello()

bst_find

public static Node bst_find(Node root,
                            int val)

bst_insert

public static Node bst_insert(Node root,
                              int val)

setPIMInstrLatency

public static int setPIMInstrLatency(int x)