Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp248 IES_INTEGER, enumerator
275 return State == IES_RBRAC || State == IES_INTEGER; in isValidEndState()
291 case IES_INTEGER: in onOr()
306 case IES_INTEGER: in onAnd()
321 case IES_INTEGER: in onLShift()
336 case IES_INTEGER: in onRShift()
351 case IES_INTEGER: in onPlus()
385 case IES_INTEGER: in onMinus()
435 if (PrevState == IES_INTEGER) { in onRegister()
459 State = IES_INTEGER; in onIdentifierExpr()
[all …]