FCMPGpublic class FCMPG extends Instruction implements StackProducer, TypedInstruction, StackConsumerFCMPG - Compare floats: value1 > value2
Stack: ..., value1, value2 -> ..., result |
Constructors Summary |
---|
public FCMPG()
super(com.sun.org.apache.bcel.internal.Constants.FCMPG, (short)1);
|
|