Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h94 bool hasIndexReg() const { in hasIndexReg() function
98 return hasBaseReg() || hasIndexReg(); in hasRegs()
102 (hasIndexReg() && (Scale == 2 || Scale == 4 || Scale == 8)); in isValid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5742 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()