Searched defs:fcomp (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/test/compiler/c2/
H A DTest6805724.java59 static long fcomp(long x) { method in class:Test6805724
/openjdk9/hotspot/test/compiler/codegen/
H A DTest6378821.java69 static int fcomp(int i) { return Integer.bitCount(i); } method in class:Test6378821
72 static int fcomp(int[] ia) { return Integer.bitCount(ia[0]); } method in class:Test6378821
75 static int fcomp(long l) { return Long.bitCount(l); } method in class:Test6378821
78 static int fcomp(long[] la) { return Long.bitCount(la[0]); } method in class:Test6378821
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp6705 void Assembler::fcomp(int i) { function in class:Assembler

Completed in 64 milliseconds