|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object scale.backend.Displacement scale.backend.OffsetDisplacement
public class OffsetDisplacement
This class represents a displacement field in an instruction that is offset from another displacement.
$Id: OffsetDisplacement.java,v 1.23 2007-09-20 18:57:40 burrill Exp $
Copyright 2007 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.
This displacement is offset from another displacement. When the base displacement is adjusted, this displacement is also adjusted.
Constructor Summary | |
---|---|
OffsetDisplacement(Displacement displacement,
long offset)
Obtain a Displacement with an offset from the specified Displacement. |
Method Summary | |
---|---|
void |
adjust(int adjustment)
Adjust the displacement by the specified value. |
java.lang.String |
assembler(Assembler asm)
Generate a String representation that can be used by the assembly code generater. |
boolean |
equivalent(java.lang.Object o)
Return true if the displacements are equivalent. |
Displacement |
getBase()
Return the base of the offset displacement. |
long |
getDisplacement()
Return the displacement. |
boolean |
isNumeric()
Return true if the displacement can be represented as an integer. |
boolean |
isStack()
Return true if the displacement is from the stack pointer. |
boolean |
isZero()
Return true if the displacement is zero. |
java.lang.String |
toString()
|
Displacement |
unique()
Return a unique displacement. |
Methods inherited from class scale.backend.Displacement |
---|
created, isSymbol, offset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OffsetDisplacement(Displacement displacement, long offset)
Method Detail |
---|
public Displacement getBase()
getBase
in class Displacement
public boolean isZero()
isZero
in class Displacement
public Displacement unique()
unique
in class Displacement
SymbolDisplacement
public boolean isNumeric()
isNumeric
in class Displacement
public long getDisplacement()
getDisplacement
in class Displacement
public boolean isStack()
isStack
in class Displacement
public void adjust(int adjustment)
adjust
in class Displacement
public java.lang.String assembler(Assembler asm)
assembler
in class Displacement
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equivalent(java.lang.Object o)
equivalent
in class Displacement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |