frysk.testbed
Class IsaTestbed

java.lang.Object
  extended by frysk.testbed.IsaTestbed

public class IsaTestbed
extends Object

Return the ISA being used by the testbed.


Constructor Summary
IsaTestbed()
           
 
Method Summary
static ISA getISA()
          Return the default isa being used for testing.
static ISA getISA32()
          Return the 32-bit isa being used for 32-on-64 testing.
static ISA getISA64()
          Return the 64-bit isa being used for 32-on-64 testing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsaTestbed

public IsaTestbed()
Method Detail

getISA

public static ISA getISA()
Return the default isa being used for testing.


getISA32

public static ISA getISA32()
Return the 32-bit isa being used for 32-on-64 testing.


getISA64

public static ISA getISA64()
Return the 64-bit isa being used for 32-on-64 testing.