coins.simd
Class LirBopList_x86

java.lang.Object
  extended bycoins.simd.LirMatch
      extended bycoins.simd.LirBopList
          extended bycoins.simd.LirBopList_x86

public class LirBopList_x86
extends LirBopList

BopList class


Field Summary
 LirNode[] templateList
          Matching patterns.
 
Fields inherited from class coins.simd.LirMatch
newLir
 
Constructor Summary
LirBopList_x86(Function f)
          Constructs LirBopList and initializes bopList.
 
Method Summary
 LirNode[] initTemplist()
          Initializes bopList.
 
Methods inherited from class coins.simd.LirBopList
find, init, mkBop
 
Methods inherited from class coins.simd.LirMatch
match, matchReg, replace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateList

public LirNode[] templateList
Matching patterns.

Constructor Detail

LirBopList_x86

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

Parameters:
f - Function
Method Detail

initTemplist

public LirNode[] initTemplist()
Initializes bopList.

Specified by:
initTemplist in class LirBopList