org.jikesrvm.compilers.common.assembler.ia32
Interface AssemblerConstants

All Known Implementing Classes:
ArchitectureSpecific.Assembler, ArchitectureSpecificOpt.AssemblerOpt, Assembler, AssemblerBase, AssemblerOpt, IA32ConditionOperand

public interface AssemblerConstants

Constants exported by the assembler


Field Summary
static short BYTE
           
static String[] CONDITION
           
static byte EQ
           
static byte GE
           
static byte GT
           
static byte LE
           
static byte LGE
           
static byte LGT
           
static byte LLE
           
static byte LLT
           
static short LONG
           
static byte LT
           
static byte NE
           
static byte NO
           
static byte NS
           
static byte O
           
static byte PE
           
static byte PO
           
static byte S
           
static short SHORT
           
static short WORD
           
 

Field Detail

CONDITION

static final String[] CONDITION

O

static final byte O
See Also:
Constant Field Values

NO

static final byte NO
See Also:
Constant Field Values

LLT

static final byte LLT
See Also:
Constant Field Values

LGE

static final byte LGE
See Also:
Constant Field Values

EQ

static final byte EQ
See Also:
Constant Field Values

NE

static final byte NE
See Also:
Constant Field Values

LLE

static final byte LLE
See Also:
Constant Field Values

LGT

static final byte LGT
See Also:
Constant Field Values

S

static final byte S
See Also:
Constant Field Values

NS

static final byte NS
See Also:
Constant Field Values

PE

static final byte PE
See Also:
Constant Field Values

PO

static final byte PO
See Also:
Constant Field Values

LT

static final byte LT
See Also:
Constant Field Values

GE

static final byte GE
See Also:
Constant Field Values

LE

static final byte LE
See Also:
Constant Field Values

GT

static final byte GT
See Also:
Constant Field Values

BYTE

static final short BYTE
See Also:
Constant Field Values

SHORT

static final short SHORT
See Also:
Constant Field Values

WORD

static final short WORD
See Also:
Constant Field Values

LONG

static final short LONG
See Also:
Constant Field Values