coins.backend.gen
クラス CodeGenerator_sparc

java.lang.Object
  |
  +--coins.backend.gen.CodeGenerator
        |
        +--coins.backend.gen.CodeGenerator_sparc

public class CodeGenerator_sparc
extends CodeGenerator


入れ子クラスの概要
(パッケージプライベート)  class CodeGenerator_sparc.RewrState
          State label for rewriting engine.
(パッケージプライベート) static class CodeGenerator_sparc.SparcAttr
          Sparc's function attribute
(パッケージプライベート)  class CodeGenerator_sparc.State
          State label for instruction selection engine.
 
クラス coins.backend.gen.CodeGenerator から継承した入れ子クラス
CodeGenerator.LexpToString, CodeGenerator.Match
 
フィールドの概要
(パッケージプライベート) static int MAXREGPARAM
           
(パッケージプライベート)  ImList regCallClobbers
           
(パッケージプライベート)  LocalTransformer replaceConstTrig
          Replace unresolved constants.
(パッケージプライベート)  CodeGenerator_sparc.State[] stateVec
          State vector for labeling LIR nodes.
 
クラス coins.backend.gen.CodeGenerator から継承したフィールド
addrType, asmWriter, convention, debOut, disableRewrite, F128, F32, F64, func, funcAttrTbl, I16, I32, I64, I8, INLINECOPYUNIT, lexpConv, lir, localEarlyRewritingTrig, localLateRewritingTrig, machineName, machineParams, module, optSpeed, ProcessFramesTrig, root, typeParamWord
 
コンストラクタの概要
CodeGenerator_sparc()
          Create code generator engine.
 
メソッドの概要
 int alignForType(int type)
          Return alignment for type.
(パッケージプライベート)  java.lang.String defaultRegsetForType(int type)
          Return default register set for type.
 Transformer[] earlyRewritingSequence()
          Return early time pre-rewriting sequence.
(パッケージプライベート)  void emitCommon(java.io.PrintWriter out, SymStatic symbol, int bytes)
          Emit data common (.lcomm directive not available on SPARC)
(パッケージプライベート)  void emitData(java.io.PrintWriter out, int type, LirNode node)
          Emit data
(パッケージプライベート)  java.lang.String emitLir(LirNode node)
          Expand emit-macro for LirNode.
(パッケージプライベート)  java.lang.String emitList(ImList form, boolean topLevel)
          Expand emit-macro for list form.
(パッケージプライベート)  boolean equalArg(LirNode x, LirNode y)
          Return true if variable x and y are same.
(パッケージプライベート)  java.lang.Object expandBuildMacro(ImList form)
          Expand building-macro.
(パッケージプライベート)  int getCost1(LirNode t, int goal)
          Return the cost for LIR node t and goal nonterminal goal.
(パッケージプライベート)  int getCost2(LirNode t, int goal)
           
(パッケージプライベート)  Rule getRule(LirNode t, int goal)
          Return the chosen rule for LIR node t and goal nonterminal goal.
(パッケージプライベート)  LirNode highword(LirNode exp)
          Return higher 32bit of 64bit operand.
(パッケージプライベート)  void initializeMachineDep()
          initialize
(パッケージプライベート)  void initLabeling(LirFactory lir)
          Initialize for labeling.
(パッケージプライベート)  void initRewriteLabeling()
          Initialization for rewriting.
(パッケージプライベート)  boolean isComplex(LirNode node)
          Return true if node is a complex one.
(パッケージプライベート)  java.lang.Object jmac1(java.lang.Object x)
          Return aggregate size & 0xfff.
(パッケージプライベート)  java.lang.String jmac10(java.lang.String x)
          Return lower 32bit of memory/register/constant operand.
(パッケージプライベート)  java.lang.String jmac11(java.lang.String x)
          Return upper 32bit of memory/register/constant operand.
(パッケージプライベート)  java.lang.String jmac12(java.lang.Object f)
           
(パッケージプライベート)  java.lang.String jmac13(java.lang.Object f, java.lang.String rettype)
           
(パッケージプライベート)  java.lang.String jmac14(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac15()
           
(パッケージプライベート)  java.lang.Object jmac2(java.lang.Object x, java.lang.Object y)
          Expand _set macro s.t. copying 32bit constant x to y.
(パッケージプライベート)  java.lang.Object jmac3(LirNode x)
           
(パッケージプライベート)  java.lang.String jmac4(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac5(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac6(java.lang.String con)
           
(パッケージプライベート)  java.lang.String jmac7(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac8(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac9(java.lang.String x)
           
(パッケージプライベート)  void labelTree(LirNode t)
          Label LIR tree t.
 Transformer[] lateRewritingSequence()
          Return late time pre-rewriting sequence.
(パッケージプライベート)  LirNode lowword(LirNode exp)
          Return lower 32bit of 64bit operand.
(パッケージプライベート)  int makeVaStart(LirNode arg)
          Return offset for va_start position.
(パッケージプライベート)  CodeGenerator.FunctionAttr newFunctionAttr(Function func)
          Prepare new function attribute information.
(パッケージプライベート)  java.lang.Object quiltLir(LirNode node)
          Expand building-macro, for LirNode
(パッケージプライベート)  LirNode rewriteCall(LirNode node, BiList pre, BiList post)
          Rewrite CALL node.
(パッケージプライベート)  LirNode rewriteCONVFU(LirNode node, BiList pre)
          Rewrite CONVFU(x) to: if (x < 2147483648) CONVFS(x) else CONVFS(x - 2147483648) + 214748648
(パッケージプライベート)  LirNode rewriteCONVUF(LirNode node, BiList pre)
          Rewrite CONVUF
(パッケージプライベート)  LirNode rewriteDIVStoShift(LirNode node, BiList pre)
           
(パッケージプライベート)  LirNode rewriteEpilogue(LirNode node, BiList pre)
          Rewrite EPILOGUE
(パッケージプライベート)  LirNode rewriteFrame(LirNode node)
          Rewrite FRAME node to target machine form.
(パッケージプライベート)  LirNode rewritePrologue(LirNode node, BiList post)
          Rewrite PROLOGUE
(パッケージプライベート)  LirNode rewriteTree(LirNode tree, java.lang.String phase, BiList pre, BiList post)
          Rewrite L-expression.
(パッケージプライベート)  java.lang.String segmentForConst()
          Return segment for read-only constant.
(パッケージプライベート)  java.lang.String showLabel(LirNode t)
          Return label state
(パッケージプライベート)  int startNT()
          Return start nonterminal symbol.
 
クラス coins.backend.gen.CodeGenerator から継承したメソッド
buildCode, clcvnClobbers, clcvnParamMem, clcvnParamOffset, clcvnParamReg, clcvnParamWord, clcvnPartialWord, clcvnPassFloatRegMem, clcvnRegLimit, clcvnReturnValue, clcvnSetPartialWord, clcvnStructReturnAsFirst, clcvnStructReturnPtr, close, codeInfo, convToAsm, dropRegToFrame, emitAlign, emitAsmCode, emitBeginningOfModule, emitBeginningOfSegment, emitCode, emitCodeLabel, emitComment, emitDataLabel, emitEndOfModule, emitEndOfSegment, emitIdent, emitLinkage, emitLirDefault, emitListDefault, emitNamedConst, emitObject, emitObjectX, emitSegment, emitTop, emitZeros, frameIsEmpty, frameSize, genHeader, genTrailer, getFunctionAttr, getMachineParams, initialize, insertPostProcessor, instructionSelection, isSimple, makeAsmSymbol, makeLabelDef, mapRegToFrame, nActualOperands, noRescan, notifyEndToPostProcessor, paramOffset, paramToBeSaved, peepHoleOpt, phyReg, prepareCodeInfo, prerewrite, printLabel, quiltLirDefault, reduce, reserveFrame, rewriteAggregateCopy, rewriteAsm, rewriteJumpn, setAsmStream
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

stateVec

CodeGenerator_sparc.State[] stateVec
State vector for labeling LIR nodes. Suffix is a LirNode's id.


regCallClobbers

ImList regCallClobbers

replaceConstTrig

final LocalTransformer replaceConstTrig
Replace unresolved constants. (in alloca)


MAXREGPARAM

static final int MAXREGPARAM
関連項目:
定数フィールド値
コンストラクタの詳細

CodeGenerator_sparc

public CodeGenerator_sparc()
Create code generator engine.

メソッドの詳細

initRewriteLabeling

void initRewriteLabeling()
クラス CodeGenerator の記述:
Initialization for rewriting.

定義:
クラス CodeGenerator 内の initRewriteLabeling

rewriteTree

LirNode rewriteTree(LirNode tree,
                    java.lang.String phase,
                    BiList pre,
                    BiList post)
Rewrite L-expression.

定義:
クラス CodeGenerator 内の rewriteTree

defaultRegsetForType

java.lang.String defaultRegsetForType(int type)
Return default register set for type.

定義:
クラス CodeGenerator 内の defaultRegsetForType

initLabeling

void initLabeling(LirFactory lir)
クラス CodeGenerator の記述:
Initialize for labeling.

定義:
クラス CodeGenerator 内の initLabeling

showLabel

java.lang.String showLabel(LirNode t)
クラス CodeGenerator の記述:
Return label state

定義:
クラス CodeGenerator 内の showLabel

labelTree

void labelTree(LirNode t)
クラス CodeGenerator の記述:
Label LIR tree t.

定義:
クラス CodeGenerator 内の labelTree

getRule

Rule getRule(LirNode t,
             int goal)
クラス CodeGenerator の記述:
Return the chosen rule for LIR node t and goal nonterminal goal.

定義:
クラス CodeGenerator 内の getRule

getCost1

int getCost1(LirNode t,
             int goal)
クラス CodeGenerator の記述:
Return the cost for LIR node t and goal nonterminal goal.

定義:
クラス CodeGenerator 内の getCost1

getCost2

int getCost2(LirNode t,
             int goal)
定義:
クラス CodeGenerator 内の getCost2

startNT

int startNT()
クラス CodeGenerator の記述:
Return start nonterminal symbol.

定義:
クラス CodeGenerator 内の startNT

expandBuildMacro

java.lang.Object expandBuildMacro(ImList form)
Expand building-macro.

定義:
クラス CodeGenerator 内の expandBuildMacro

quiltLir

java.lang.Object quiltLir(LirNode node)
Expand building-macro, for LirNode

定義:
クラス CodeGenerator 内の quiltLir

emitList

java.lang.String emitList(ImList form,
                          boolean topLevel)
Expand emit-macro for list form.

定義:
クラス CodeGenerator 内の emitList

emitLir

java.lang.String emitLir(LirNode node)
Expand emit-macro for LirNode.

定義:
クラス CodeGenerator 内の emitLir

newFunctionAttr

CodeGenerator.FunctionAttr newFunctionAttr(Function func)
クラス CodeGenerator の記述:
Prepare new function attribute information.

オーバーライド:
クラス CodeGenerator 内の newFunctionAttr

makeVaStart

int makeVaStart(LirNode arg)
Return offset for va_start position.


equalArg

boolean equalArg(LirNode x,
                 LirNode y)
クラス CodeGenerator の記述:
Return true if variable x and y are same.

オーバーライド:
クラス CodeGenerator 内の equalArg

rewriteDIVStoShift

LirNode rewriteDIVStoShift(LirNode node,
                           BiList pre)

rewriteCONVUF

LirNode rewriteCONVUF(LirNode node,
                      BiList pre)
Rewrite CONVUF

オーバーライド:
クラス CodeGenerator 内の rewriteCONVUF

rewriteCONVFU

LirNode rewriteCONVFU(LirNode node,
                      BiList pre)
Rewrite CONVFU(x) to: if (x < 2147483648) CONVFS(x) else CONVFS(x - 2147483648) + 214748648

オーバーライド:
クラス CodeGenerator 内の rewriteCONVFU

rewriteFrame

LirNode rewriteFrame(LirNode node)
Rewrite FRAME node to target machine form.

オーバーライド:
クラス CodeGenerator 内の rewriteFrame

earlyRewritingSequence

public Transformer[] earlyRewritingSequence()
Return early time pre-rewriting sequence.

オーバーライド:
クラス CodeGenerator 内の earlyRewritingSequence

lateRewritingSequence

public Transformer[] lateRewritingSequence()
Return late time pre-rewriting sequence.

オーバーライド:
クラス CodeGenerator 内の lateRewritingSequence

rewritePrologue

LirNode rewritePrologue(LirNode node,
                        BiList post)
Rewrite PROLOGUE

オーバーライド:
クラス CodeGenerator 内の rewritePrologue

rewriteEpilogue

LirNode rewriteEpilogue(LirNode node,
                        BiList pre)
Rewrite EPILOGUE

オーバーライド:
クラス CodeGenerator 内の rewriteEpilogue

isComplex

boolean isComplex(LirNode node)
Return true if node is a complex one.

オーバーライド:
クラス CodeGenerator 内の isComplex

rewriteCall

LirNode rewriteCall(LirNode node,
                    BiList pre,
                    BiList post)
Rewrite CALL node.

オーバーライド:
クラス CodeGenerator 内の rewriteCall

highword

LirNode highword(LirNode exp)
Return higher 32bit of 64bit operand.


lowword

LirNode lowword(LirNode exp)
Return lower 32bit of 64bit operand.


jmac1

java.lang.Object jmac1(java.lang.Object x)
Return aggregate size & 0xfff.


jmac2

java.lang.Object jmac2(java.lang.Object x,
                       java.lang.Object y)
Expand _set macro s.t. copying 32bit constant x to y.


jmac3

java.lang.Object jmac3(LirNode x)

jmac4

java.lang.String jmac4(java.lang.String x,
                       java.lang.String y)

jmac5

java.lang.String jmac5(java.lang.String x,
                       java.lang.String y)

jmac6

java.lang.String jmac6(java.lang.String con)

jmac7

java.lang.String jmac7(java.lang.String x)

jmac8

java.lang.String jmac8(java.lang.String x)

jmac9

java.lang.String jmac9(java.lang.String x)

jmac10

java.lang.String jmac10(java.lang.String x)
Return lower 32bit of memory/register/constant operand.


jmac11

java.lang.String jmac11(java.lang.String x)
Return upper 32bit of memory/register/constant operand.


jmac12

java.lang.String jmac12(java.lang.Object f)

jmac13

java.lang.String jmac13(java.lang.Object f,
                        java.lang.String rettype)

jmac14

java.lang.String jmac14(java.lang.String x)

jmac15

java.lang.String jmac15()

alignForType

public int alignForType(int type)
クラス CodeGenerator の記述:
Return alignment for type.

オーバーライド:
クラス CodeGenerator 内の alignForType

segmentForConst

java.lang.String segmentForConst()
クラス CodeGenerator の記述:
Return segment for read-only constant.

オーバーライド:
クラス CodeGenerator 内の segmentForConst

emitData

void emitData(java.io.PrintWriter out,
              int type,
              LirNode node)
Emit data

オーバーライド:
クラス CodeGenerator 内の emitData

emitCommon

void emitCommon(java.io.PrintWriter out,
                SymStatic symbol,
                int bytes)
Emit data common (.lcomm directive not available on SPARC)

オーバーライド:
クラス CodeGenerator 内の emitCommon

initializeMachineDep

void initializeMachineDep()
initialize

オーバーライド:
クラス CodeGenerator 内の initializeMachineDep