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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.hpp119 static bool has_cbcond() { return (_features & cbcond_instructions_m) != 0; } function in class:VM_Version
129 static bool is_T4() { return is_T_family(_features) && has_cbcond(); }

Completed in 31 milliseconds