HomeSort by relevance Sort by last modified time
    Searched refs:HasRDRAND (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 112 /// HasRDRAND - True if the processor has the RDRAND instruction.
113 bool HasRDRAND;
328 bool hasRDRAND() const { return HasRDRAND; }
X86Subtarget.cpp 267 HasRDRAND = false;

Completed in 29 milliseconds