Yeppp!
 All Classes Functions Variables Pages
Static Public Attributes | List of all members
IA64CpuIsaFeature Class Reference

IA64-specific ISA extensions. More...

Inherits CpuIsaFeature.

Static Public Attributes

static final IA64CpuIsaFeature Brl = new IA64CpuIsaFeature(0)
 Long branch instruction.
 
static final IA64CpuIsaFeature Atomic128 = new IA64CpuIsaFeature(1)
 Atomic 128-bit (16-byte) loads, stores, and CAS.
 
static final IA64CpuIsaFeature Clz = new IA64CpuIsaFeature(2)
 CLZ (count leading zeros) instruction.
 
static final IA64CpuIsaFeature Mpy4 = new IA64CpuIsaFeature(3)
 MPY4 and MPYSHL4 (Truncated 32-bit multiplication) instructions.
 

Additional Inherited Members

- Public Member Functions inherited from CpuIsaFeature
final String toString ()
 Provides a string ID for this ISA extension. More...
 
final String getDescription ()
 Provides a text description for this ISA extension. More...
 

Detailed Description

IA64-specific ISA extensions.

See Also
Library::isSupported(CpuIsaFeature)