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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 84 bool IsSSE;
134 /// @param isSSE - Indicates whether the instruction is an SSE
146 bool isSSE,
X86RecognizableInstr.cpp 244 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
508 IsSSE,
    [all...]

Completed in 310 milliseconds