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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.hpp71 cbcond_instructions_m = 1 << cbcond_instructions, enumerator in enum:VM_Version::Feature_Flag_Set
119 static bool has_cbcond() { return (_features & cbcond_instructions_m) != 0; }

Completed in 484 milliseconds