DCMPGpublic class DCMPG extends Instruction implements StackProducer, TypedInstruction, StackConsumerDCMPG - Compare doubles: value1 > value2
Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->
..., result |
Constructors Summary |
---|
public DCMPG()
super(com.sun.org.apache.bcel.internal.Constants.DCMPG, (short)1);
|
|