Package com.mebigfatguy.fbcontrib.detect
Class FloatingPointLoops.FloatForLoop
java.lang.Object
com.mebigfatguy.fbcontrib.detect.FloatingPointLoops.FloatForLoop
- Enclosing class:
FloatingPointLoops
maintains the state of a previously found for loop
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final intprivate final intprivate FloatingPointLoops.State -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
-
loopPC
private final int loopPC -
loopReg
private final int loopReg -
gotoPC
private int gotoPC
-
-
Constructor Details
-
FloatForLoop
public FloatForLoop(int reg, int pc)
-
-
Method Details
-
sawOpcode
public boolean sawOpcode(int seen)
-