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 86 bool IsSSE;
139 /// @param isSSE - Indicates whether the instruction is an SSE
151 bool isSSE,
X86RecognizableInstr.cpp 244 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
522 IsSSE,
    [all...]

Completed in 897 milliseconds