Searched refs:dcmpg (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java194 dcmpg = 152, field in interface:ByteCodes
H A DCode.java843 case dcmpg:
2143 mnem[dcmpg] = "dcmpg";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java300 case dcmpg: case dcmpl:
307 else if (opcode == dcmpg)
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp152 static int dcmpg(double x, double y);
H A DsharedRuntime.cpp351 JRT_LEAF(int, SharedRuntime::dcmpg(double x, double y))
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java642 enterBinop("<", doubleType, doubleType, booleanType, dcmpg, iflt);
652 enterBinop("<=", doubleType, doubleType, booleanType, dcmpg, ifle);

Completed in 52 milliseconds