public abstract class BURS_MemOp_Helpers extends BURS_Common_Helpers
Modifier and Type | Class and Description |
---|---|
private static class |
BURS_MemOp_Helpers.AddrStackElement |
private static class |
BURS_MemOp_Helpers.MOStackElement |
Modifier and Type | Field and Description |
---|---|
private BURS_MemOp_Helpers.AddrStackElement |
AddrStack |
protected static byte |
B |
protected static byte |
B_S |
protected static byte |
DW |
protected static byte |
DW_S |
private BURS_MemOp_Helpers.MOStackElement |
MOStack |
protected static byte |
PARAGRAPH |
protected static byte |
QW |
protected static byte |
QW_S |
protected static byte |
W |
protected static byte |
W_S |
burs, INFINITE, regpool
Modifier | Constructor and Description |
---|---|
protected |
BURS_MemOp_Helpers(BURS burs) |
Modifier and Type | Method and Description |
---|---|
protected static int |
ADDRESS_EQUAL(Instruction store,
Instruction load,
int trueCost) |
protected static int |
ADDRESS_EQUAL(Instruction store,
Instruction load,
int trueCost,
int falseCost) |
protected static int |
ARRAY_ADDRESS_EQUAL(Instruction store,
Instruction load,
int trueCost) |
protected static int |
ARRAY_ADDRESS_EQUAL(Instruction store,
Instruction load,
int trueCost,
int falseCost) |
protected void |
augmentAddress(Operand op) |
protected void |
combineAddresses() |
protected MemoryOperand |
consumeAddress(byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
consumeMO() |
protected MemoryOperand |
MO_AL(Instruction s,
byte scale,
byte size) |
protected MemoryOperand |
MO_AL(Instruction s,
byte scale,
byte size,
int disp) |
private MemoryOperand |
MO_ARRAY(Operand base,
Operand index,
byte scale,
byte size,
Offset disp,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_AS(Instruction s,
byte scale,
byte size) |
protected MemoryOperand |
MO_AS(Instruction s,
byte scale,
byte size,
int disp) |
protected MemoryOperand |
MO_B(Operand base,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_BD(Operand base,
Offset disp,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_BI(Operand base,
Operand index,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_BID(Operand base,
Operand index,
Offset disp,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_BIS(Operand base,
Operand index,
byte scale,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_D(Offset disp,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO_L(Instruction s,
byte size) |
protected MemoryOperand |
MO_L(Instruction s,
byte size,
int disp) |
protected MemoryOperand |
MO_MC(Instruction s) |
protected MemoryOperand |
MO_S(Instruction s,
byte size) |
protected MemoryOperand |
MO_S(Instruction s,
byte size,
int disp) |
protected MemoryOperand |
MO(Operand base,
Operand offset,
byte size,
LocationOperand loc,
Operand guard) |
protected MemoryOperand |
MO(Operand base,
Operand offset,
byte size,
LocationOperand loc,
Operand guard,
int disp) |
protected MemoryOperand |
MO(Operand base,
Operand offset,
byte size,
Offset disp,
LocationOperand loc,
Operand guard) |
protected void |
pushAddress(RegisterOperand base,
RegisterOperand index,
byte scale,
Offset disp) |
protected void |
pushMO(MemoryOperand mo) |
AC, AV, EMIT, EQ_GT_GE, EQ_LT_LE, EQ_NE, FITS, FITS, getIR, IC, isONE, isONE, isZERO, isZERO, IV, LC, LV, MINUSONE, ONE, P, PL, PLL, PLLL, PLLLL, PLLLLLL, PLLLLLLL, PLLLRL, PLLLRLL, PLLLRLLL, PLLR, PLLRL, PLLRLL, PLLRLLL, PLLRLLR, PLR, PLRL, PLRLL, PLRLLRL, PLRR, PR, PRL, PRLL, PRLLL, PRLLLL, PRLLR, PRLLRLLL, PRLR, PRLRL, PRR, PRRL, PRRR, R, V, VL, VLL, VLLL, VLLLL, VLLLLLLLR, VLLLLLLR, VLLLLLR, VLLLLR, VLLLR, VLLLRLLLR, VLLLRLLR, VLLLRLR, VLLLRR, VLLR, VLLRLLLR, VLLRLLR, VLLRLLRR, VLLRLR, VLLRR, VLR, VLRL, VLRLL, VLRLLRR, VLRLR, VLRR, VLRRR, VR, VRL, VRLL, VRLLLLR, VRLLLR, VRLLR, VRLLRLLLR, VRLLRLLR, VRLLRR, VRLR, VRLRLR, VRLRR, VRR, VRRL, VRRLR, VRRR, ZERO
A, I
A, AC, AC, CPOS, CR, D, DC, defDoublesAsUse, definedIn, F, FC, getCondMoveOp, getDefaultOperand, getLoadOp, getLoadOp, getMoveOp, getStoreOp, getStoreOp, I, IC, insertInstructionsAfter, L, LC, makeBlockOnEdge, mayBeVolatileFieldLoad, moveInstruction, moveIntoRegister, moveIntoRegister, nonPEIGC, offsetOperand, TG, usedIn, useDoublesAsDef
protected static final byte B
protected static final byte W
protected static final byte DW
protected static final byte QW
protected static final byte PARAGRAPH
protected static final byte B_S
protected static final byte W_S
protected static final byte DW_S
protected static final byte QW_S
private BURS_MemOp_Helpers.AddrStackElement AddrStack
private BURS_MemOp_Helpers.MOStackElement MOStack
protected BURS_MemOp_Helpers(BURS burs)
protected static int ADDRESS_EQUAL(Instruction store, Instruction load, int trueCost)
protected static int ADDRESS_EQUAL(Instruction store, Instruction load, int trueCost, int falseCost)
protected static int ARRAY_ADDRESS_EQUAL(Instruction store, Instruction load, int trueCost)
protected static int ARRAY_ADDRESS_EQUAL(Instruction store, Instruction load, int trueCost, int falseCost)
protected final void pushAddress(RegisterOperand base, RegisterOperand index, byte scale, Offset disp)
protected final void augmentAddress(Operand op)
protected final void combineAddresses()
protected final MemoryOperand consumeAddress(byte size, LocationOperand loc, Operand guard)
protected final void pushMO(MemoryOperand mo)
protected final MemoryOperand consumeMO()
protected final MemoryOperand MO_L(Instruction s, byte size)
protected final MemoryOperand MO_L(Instruction s, byte size, int disp)
protected final MemoryOperand MO_S(Instruction s, byte size)
protected final MemoryOperand MO_S(Instruction s, byte size, int disp)
protected final MemoryOperand MO(Operand base, Operand offset, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO(Operand base, Operand offset, byte size, LocationOperand loc, Operand guard, int disp)
protected final MemoryOperand MO(Operand base, Operand offset, byte size, Offset disp, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_B(Operand base, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_BI(Operand base, Operand index, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_BD(Operand base, Offset disp, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_BID(Operand base, Operand index, Offset disp, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_BIS(Operand base, Operand index, byte scale, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_D(Offset disp, byte size, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_AL(Instruction s, byte scale, byte size)
protected final MemoryOperand MO_AL(Instruction s, byte scale, byte size, int disp)
protected final MemoryOperand MO_AS(Instruction s, byte scale, byte size)
protected final MemoryOperand MO_AS(Instruction s, byte scale, byte size, int disp)
private MemoryOperand MO_ARRAY(Operand base, Operand index, byte scale, byte size, Offset disp, LocationOperand loc, Operand guard)
protected final MemoryOperand MO_MC(Instruction s)