Package com.mebigfatguy.fbcontrib.detect
Class FloatingPointLoops.FloatForLoop
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.FloatingPointLoops.FloatForLoop
-
- Enclosing class:
- FloatingPointLoops
public class FloatingPointLoops.FloatForLoop extends java.lang.Object
maintains the state of a previously found for loop
-
-
Field Summary
Fields Modifier and Type Field Description private int
gotoPC
private int
loopPC
private int
loopReg
private FloatingPointLoops.State
state
-
Constructor Summary
Constructors Constructor Description FloatForLoop(int reg, int pc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
sawOpcode(int seen)
-
-
-
Field Detail
-
state
private FloatingPointLoops.State state
-
loopPC
private final int loopPC
-
loopReg
private final int loopReg
-
gotoPC
private int gotoPC
-
-