coins.backend.gen
Class CodeGenerator_ppc.StructureScheduler.Instruction

java.lang.Object
  extended bycoins.backend.gen.CodeGenerator_ppc.StructureScheduler.Instruction
Enclosing class:
CodeGenerator_ppc.StructureScheduler

static class CodeGenerator_ppc.StructureScheduler.Instruction
extends java.lang.Object


Field Summary
(package private)  java.lang.String mInst
           
(package private)  int mPlace
           
(package private)  int mType
           
 
Constructor Summary
(package private) CodeGenerator_ppc.StructureScheduler.Instruction(int iType, java.lang.String iInst, int iPlace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mType

final int mType

mPlace

final int mPlace

mInst

final java.lang.String mInst
Constructor Detail

CodeGenerator_ppc.StructureScheduler.Instruction

CodeGenerator_ppc.StructureScheduler.Instruction(int iType,
                                                 java.lang.String iInst,
                                                 int iPlace)