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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java191 fcmpl = 149, field in interface:ByteCodes
H A DCode.java837 case fcmpl:
2140 mnem[fcmpl] = "fcmpl";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java648 enterBinop(">", floatType, floatType, booleanType, fcmpl, ifgt);
658 enterBinop(">=", floatType, floatType, booleanType, fcmpl, ifge);
665 enterBinop("==", floatType, floatType, booleanType, fcmpl, ifeq);
672 enterBinop("!=", floatType, floatType, booleanType, fcmpl, ifne);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp149 static int fcmpl(float x, float y);
H A DsharedRuntime.cpp339 JRT_LEAF(int, SharedRuntime::fcmpl(float x, float y))
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java274 case fcmpg: case fcmpl:

Completed in 464 milliseconds