Searched refs:CC_HAS_RDRAND (Results 1 – 2 of 2) sorted by relevance
24 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro35 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro79 #define CC_HAS_RDRAND() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_RDRAND) macro105 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro108 #define CC_HAS_RDRAND() 0 macro
48 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro59 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro105 #define CC_HAS_RDRAND() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_RDRAND) macro133 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro136 #define CC_HAS_RDRAND() 0 macro