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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 125 /// has256BitOperands - Returns true if any operand is a 256-bit SSE operand.
126 bool has256BitOperands() const;
X86RecognizableInstr.cpp 232 HasVEX_LPrefix = has256BitOperands() || Rec->getValueAsBit("hasVEX_L");
490 bool RecognizableInstr::has256BitOperands() const {
    [all...]

Completed in 81 milliseconds