org.jikesrvm.compilers.opt.lir2mir.ia32
Interface BURS_Definitions

All Known Implementing Classes:
ArchitectureSpecificOpt.BURS_STATE, ArchitectureSpecificOpt.BURS_TreeNode, BURS_IntConstantTreeNode, BURS_STATE, BURS_TreeNode

interface BURS_Definitions


Field Summary
static byte address_NT
           
static byte address1reg_NT
           
static byte address1scaledreg_NT
           
static byte any_NT
           
static byte bittest_NT
           
static byte boolcmp_NT
           
static byte cz_NT
           
static byte czr_NT
           
static byte double_load_NT
           
static byte float_load_NT
           
static byte load16_32_NT
           
static byte load16_NT
           
static byte load32_NT
           
static byte load64_NT
           
static byte load8_16_32_NT
           
static byte load8_NT
           
static byte r_NT
           
static byte riv_NT
           
static byte rlv_NT
           
static byte sload16_NT
           
static byte sload8_NT
           
static byte stm_NT
           
static byte szp_NT
           
static byte szpr_NT
           
static byte uload16_NT
           
static byte uload8_NT
           
 

Field Detail

stm_NT

static final byte stm_NT
See Also:
Constant Field Values

r_NT

static final byte r_NT
See Also:
Constant Field Values

czr_NT

static final byte czr_NT
See Also:
Constant Field Values

cz_NT

static final byte cz_NT
See Also:
Constant Field Values

szpr_NT

static final byte szpr_NT
See Also:
Constant Field Values

szp_NT

static final byte szp_NT
See Also:
Constant Field Values

riv_NT

static final byte riv_NT
See Also:
Constant Field Values

rlv_NT

static final byte rlv_NT
See Also:
Constant Field Values

any_NT

static final byte any_NT
See Also:
Constant Field Values

sload8_NT

static final byte sload8_NT
See Also:
Constant Field Values

uload8_NT

static final byte uload8_NT
See Also:
Constant Field Values

load8_NT

static final byte load8_NT
See Also:
Constant Field Values

sload16_NT

static final byte sload16_NT
See Also:
Constant Field Values

uload16_NT

static final byte uload16_NT
See Also:
Constant Field Values

load16_NT

static final byte load16_NT
See Also:
Constant Field Values

load32_NT

static final byte load32_NT
See Also:
Constant Field Values

load16_32_NT

static final byte load16_32_NT
See Also:
Constant Field Values

load8_16_32_NT

static final byte load8_16_32_NT
See Also:
Constant Field Values

load64_NT

static final byte load64_NT
See Also:
Constant Field Values

address1scaledreg_NT

static final byte address1scaledreg_NT
See Also:
Constant Field Values

address1reg_NT

static final byte address1reg_NT
See Also:
Constant Field Values

address_NT

static final byte address_NT
See Also:
Constant Field Values

boolcmp_NT

static final byte boolcmp_NT
See Also:
Constant Field Values

bittest_NT

static final byte bittest_NT
See Also:
Constant Field Values

float_load_NT

static final byte float_load_NT
See Also:
Constant Field Values

double_load_NT

static final byte double_load_NT
See Also:
Constant Field Values