Home
last modified time | relevance | path

Searched refs:recName (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp482 const std::string &recName = OperandList[operandIndex].Rec->getName(); in hasFROperands() local
484 if (recName.find("FR") != recName.npos) in hasFROperands()
495 const std::string &recName = OperandList[operandIndex].Rec->getName(); in has256BitOperands() local
497 if (!recName.compare("VR256") || !recName.compare("f256mem")) { in has256BitOperands()
586 const std::string &recName = OperandList[operandIndex].Rec->getName(); in emitInstructionSpecifier() local
588 if (recName.find("FR") != recName.npos) in emitInstructionSpecifier()