Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp296 IntelExprState CurrState = State; in onOr() local
308 PrevState = CurrState; in onOr()
311 IntelExprState CurrState = State; in onXor() local
323 PrevState = CurrState; in onXor()
326 IntelExprState CurrState = State; in onAnd() local
338 PrevState = CurrState; in onAnd()
341 IntelExprState CurrState = State; in onLShift() local
353 PrevState = CurrState; in onLShift()
356 IntelExprState CurrState = State; in onRShift() local
368 PrevState = CurrState; in onRShift()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp368 IntelExprState CurrState = State; in onOr() local
380 PrevState = CurrState; in onOr()
383 IntelExprState CurrState = State; in onXor() local
395 PrevState = CurrState; in onXor()
398 IntelExprState CurrState = State; in onAnd() local
410 PrevState = CurrState; in onAnd()
413 IntelExprState CurrState = State; in onLShift() local
425 PrevState = CurrState; in onLShift()
428 IntelExprState CurrState = State; in onRShift() local
440 PrevState = CurrState; in onRShift()
[all …]