Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp50 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { in checkScale() function
802 if (checkScale(Scale, ErrMsg)) in onRegister()
882 if (checkScale(Scale, ErrMsg)) in onInteger()
1378 return checkScale(Scale, ErrMsg); in CheckBaseRegAndIndexRegAndScale()
3030 if (checkScale(Scale, ErrMsg)) in ParseMemOperand()