coins.backend.gen
クラス CodeGenerator_x86simd

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

public class CodeGenerator_x86simd
extends CodeGenerator


入れ子クラスの概要
(パッケージプライベート)  class CodeGenerator_x86simd.RewrState
          State label for rewriting engine.
(パッケージプライベート)  class CodeGenerator_x86simd.State
          State label for instruction selection engine.
(パッケージプライベート) static class CodeGenerator_x86simd.X86Attr
          X86's function attribute
 
クラス coins.backend.gen.CodeGenerator から継承した入れ子クラス
CodeGenerator.LexpToString, CodeGenerator.Match
 
フィールドの概要
(パッケージプライベート) static int MAXREGPARAM
           
(パッケージプライベート)  ImList regCallClobbers
           
(パッケージプライベート)  CodeGenerator_x86simd.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_x86simd()
          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.
(パッケージプライベート)  java.lang.String emitAfter(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  void emitBeginningOfSegment(java.io.PrintWriter out, java.lang.String segment)
          Emit beginning of segment
(パッケージプライベート)  void emitCommon(java.io.PrintWriter out, SymStatic symbol, int bytes)
          Emit data common
(パッケージプライベート)  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.
(パッケージプライベート)  java.lang.String floatSizeSuffix(java.lang.Object arg)
          Return floating point memory's size.
(パッケージプライベート)  int fregNum(java.lang.Object operand)
          Return nonnegative number if operand is "%fX" register.
(パッケージプライベート)  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.
(パッケージプライベート)  void initLabeling(LirFactory lir)
          Initialize for labeling.
(パッケージプライベート)  void initRewriteLabeling()
          Initialization for rewriting.
(パッケージプライベート)  java.lang.Object jmac1(LirNode x)
          Decode SUBREG node.
(パッケージプライベート)  java.lang.String jmac10(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac11(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac12(java.lang.String type, java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac13(java.lang.String base, java.lang.String index)
           
(パッケージプライベート)  java.lang.String jmac14(java.lang.String con, java.lang.String reg)
           
(パッケージプライベート)  java.lang.String jmac15(java.lang.String reg, java.lang.String scale)
           
(パッケージプライベート)  java.lang.String jmac16(java.lang.String x)
          Return lower half register name.
(パッケージプライベート)  java.lang.String jmac17(java.lang.String x)
          Return lowest byte register name.
(パッケージプライベート)  java.lang.String jmac18(java.lang.String x)
          Return lower 32bit of memory/register/constant operand.
(パッケージプライベート)  java.lang.String jmac19(java.lang.String x)
          Return upper 32bit of memory/register/constant operand.
(パッケージプライベート)  java.lang.Object jmac2()
           
(パッケージプライベート)  java.lang.String jmac20(java.lang.Object f)
          Generate prologue sequence.
(パッケージプライベート)  java.lang.String jmac21(java.lang.Object f, java.lang.String rettype)
          Generate epilogue sequence.
(パッケージプライベート)  java.lang.String jmac22(java.lang.String con)
           
(パッケージプライベート)  java.lang.String jmac23(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac24(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac25(java.lang.String format, java.lang.Object args)
           
(パッケージプライベート)  java.lang.Object jmac3()
           
(パッケージプライベート)  java.lang.Object jmac4()
           
(パッケージプライベート)  java.lang.Object jmac5()
           
(パッケージプライベート)  java.lang.String jmac6(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac7(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac8(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac9(java.lang.String x)
           
(パッケージプライベート)  void labelTree(LirNode t)
          Label LIR tree t.
 Transformer[] lateRewritingSequence()
          Return late time pre-rewriting sequence.
(パッケージプライベート)  java.lang.String makeAsmSymbol(java.lang.String symbol)
          Convert symbol to assembler form.
(パッケージプライベート)  int makeVaStart(LirNode arg)
          Return offset for va_start position.
(パッケージプライベート)  CodeGenerator.FunctionAttr newFunctionAttr(Function func)
          Prepare new function attribute information.
(パッケージプライベート)  void peepHoleOpt(BiList list)
          Postprocess list-form assembler source.
(パッケージプライベート)  void postRewriteFloatOps(BiList list)
          Postrewrite floating point instructions.
(パッケージプライベート)  java.lang.Object quiltLir(LirNode node)
          Expand building-macro, for LirNode
(パッケージプライベート)  LirNode returnReg(int type)
          Return the register for value returned.
(パッケージプライベート)  LirNode rewriteCall(LirNode node, BiList pre, BiList post)
          Rewrite CALL node.
(パッケージプライベート)  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.
(パッケージプライベート)  void setAllocaCalled()
          Set alloca called.
(パッケージプライベート)  java.lang.String showLabel(LirNode t)
          Return label state
(パッケージプライベート)  int startNT()
          Return start nonterminal symbol.
(パッケージプライベート)  LirNode stripConv(LirNode tree)
           
(パッケージプライベート)  int tregNum(java.lang.Object operand)
          Return nonnegative number if operand is "%tX" register.
 
クラス coins.backend.gen.CodeGenerator から継承したメソッド
buildCode, clcvnClobbers, clcvnParamMem, clcvnParamOffset, clcvnParamReg, clcvnParamWord, clcvnPartialWord, clcvnPassFloatRegMem, clcvnRegLimit, clcvnReturnValue, clcvnSetPartialWord, clcvnStructReturnAsFirst, clcvnStructReturnPtr, close, codeInfo, convToAsm, dropRegToFrame, emitAlign, emitAsmCode, emitBeginningOfModule, emitCode, emitCodeLabel, emitComment, emitDataLabel, emitEndOfModule, emitEndOfSegment, emitIdent, emitLinkage, emitLirDefault, emitListDefault, emitNamedConst, emitObject, emitObjectX, emitSegment, emitTop, emitZeros, frameIsEmpty, frameSize, genHeader, genTrailer, getFunctionAttr, getMachineParams, initialize, initializeMachineDep, insertPostProcessor, instructionSelection, isComplex, isSimple, makeLabelDef, mapRegToFrame, nActualOperands, noRescan, notifyEndToPostProcessor, paramOffset, paramToBeSaved, phyReg, prepareCodeInfo, prerewrite, printLabel, quiltLirDefault, reduce, reserveFrame, rewriteAggregateCopy, rewriteAsm, rewriteCONVFU, rewriteCONVUF, rewriteJumpn, setAsmStream
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

stateVec

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


regCallClobbers

ImList regCallClobbers

MAXREGPARAM

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

CodeGenerator_x86simd

public CodeGenerator_x86simd()
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

setAllocaCalled

void setAllocaCalled()
Set alloca called.


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

stripConv

LirNode stripConv(LirNode tree)

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

returnReg

LirNode returnReg(int type)
Return the register for value returned.


rewriteEpilogue

LirNode rewriteEpilogue(LirNode node,
                        BiList pre)
Rewrite EPILOGUE

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

rewriteCall

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

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

peepHoleOpt

void peepHoleOpt(BiList list)
Postprocess list-form assembler source.

オーバーライド:
クラス CodeGenerator 内の peepHoleOpt
パラメータ:
list - assembler source in list form.

postRewriteFloatOps

void postRewriteFloatOps(BiList list)
Postrewrite floating point instructions.


tregNum

int tregNum(java.lang.Object operand)
Return nonnegative number if operand is "%tX" register.

パラメータ:
operand - to be tested.
戻り値:
register number, or -1 if operand is not a %t register.

fregNum

int fregNum(java.lang.Object operand)
Return nonnegative number if operand is "%fX" register.

パラメータ:
operand - to be tested.
戻り値:
register number, or -1 if operand is not a %t register.

floatSizeSuffix

java.lang.String floatSizeSuffix(java.lang.Object arg)
Return floating point memory's size.

パラメータ:
arg - memory operand list.
戻り値:
"s" for float, "d" for double.

jmac1

java.lang.Object jmac1(LirNode x)
Decode SUBREG node.


jmac2

java.lang.Object jmac2()

jmac3

java.lang.Object jmac3()

jmac4

java.lang.Object jmac4()

jmac5

java.lang.Object jmac5()

jmac6

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

emitAfter

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

jmac7

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

jmac8

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

jmac9

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

jmac10

java.lang.String jmac10(java.lang.String x)

jmac11

java.lang.String jmac11(java.lang.String x)

jmac12

java.lang.String jmac12(java.lang.String type,
                        java.lang.String x)

jmac13

java.lang.String jmac13(java.lang.String base,
                        java.lang.String index)

jmac14

java.lang.String jmac14(java.lang.String con,
                        java.lang.String reg)

jmac15

java.lang.String jmac15(java.lang.String reg,
                        java.lang.String scale)

jmac16

java.lang.String jmac16(java.lang.String x)
Return lower half register name.


jmac17

java.lang.String jmac17(java.lang.String x)
Return lowest byte register name.


jmac18

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


jmac19

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


jmac20

java.lang.String jmac20(java.lang.Object f)
Generate prologue sequence.


jmac21

java.lang.String jmac21(java.lang.Object f,
                        java.lang.String rettype)
Generate epilogue sequence.


jmac22

java.lang.String jmac22(java.lang.String con)

jmac23

java.lang.String jmac23(java.lang.String x)

jmac24

java.lang.String jmac24(java.lang.String x)

jmac25

java.lang.String jmac25(java.lang.String format,
                        java.lang.Object args)

emitBeginningOfSegment

void emitBeginningOfSegment(java.io.PrintWriter out,
                            java.lang.String segment)
Emit beginning of segment

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

makeAsmSymbol

java.lang.String makeAsmSymbol(java.lang.String symbol)
Convert symbol to assembler form. Prepend "_" when cygwin (COFF), untouched otherwise (ELF).

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

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

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