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