coins.simd
クラス LirBopList_x86

java.lang.Object
  |
  +--coins.simd.LirMatch
        |
        +--coins.simd.LirBopList
              |
              +--coins.simd.LirBopList_x86

public class LirBopList_x86
extends LirBopList

BopList class


フィールドの概要
 LirNode[] templateList
          Matching patterns.
 
クラス coins.simd.LirMatch から継承したフィールド
newLir
 
コンストラクタの概要
LirBopList_x86(Function f)
          Constructs LirBopList and initializes bopList.
 
メソッドの概要
 LirNode[] initTemplist()
          Initializes bopList.
 
クラス coins.simd.LirBopList から継承したメソッド
find, init, mkBop
 
クラス coins.simd.LirMatch から継承したメソッド
match, matchReg, replace
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

templateList

public LirNode[] templateList
Matching patterns.

コンストラクタの詳細

LirBopList_x86

public LirBopList_x86(Function f)
Constructs LirBopList and initializes bopList.

パラメータ:
f - Function
メソッドの詳細

initTemplist

public LirNode[] initTemplist()
Initializes bopList.

定義:
クラス LirBopList 内の initTemplist