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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h88 /// HasSSE4A - True if the processor supports SSE4A instructions.
89 bool HasSSE4A; member in class:llvm::final
316 bool hasSSE4A() const { return HasSSE4A; }

Completed in 51 milliseconds