Searched refs:_features (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.hpp86 static int _features; member in class:VM_Version
96 static bool is_niagara() { return is_T_family(_features); }
109 static bool has_v8() { return (_features & v8_instructions_m) != 0; }
110 static bool has_v9() { return (_features & v9_instructions_m) != 0; }
111 static bool has_hardware_mul32() { return (_features & hardware_mul32_m) != 0; }
112 static bool has_hardware_div32() { return (_features & hardware_div32_m) != 0; }
113 static bool has_hardware_fsmuld() { return (_features & hardware_fsmuld_m) != 0; }
114 static bool has_hardware_popc() { return (_features & hardware_popc_m) != 0; }
115 static bool has_vis1() { return (_features & vis1_instructions_m) != 0; }
116 static bool has_vis2() { return (_features
[all...]
H A Dvm_version_sparc.cpp38 int VM_Version::_features = VM_Version::unknown_m; member in class:VM_Version
42 _features = determine_features();
332 saved_features = _features;
333 _features = all_features_m;
337 _features = saved_features;

Completed in 29 milliseconds