Home
last modified time | relevance | path

Searched refs:CurrState (Results 1 – 3 of 3) 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/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp476 IntelExprState CurrState = State; in onOr() local
488 PrevState = CurrState; in onOr()
491 IntelExprState CurrState = State; in onXor() local
503 PrevState = CurrState; in onXor()
506 IntelExprState CurrState = State; in onAnd() local
518 PrevState = CurrState; in onAnd()
521 IntelExprState CurrState = State; in onEq() local
533 PrevState = CurrState; in onEq()
536 IntelExprState CurrState = State; in onNE() local
548 PrevState = CurrState; in onNE()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp390 IntelExprState CurrState = State; in onOr() local
402 PrevState = CurrState; in onOr()
405 IntelExprState CurrState = State; in onXor() local
417 PrevState = CurrState; in onXor()
420 IntelExprState CurrState = State; in onAnd() local
432 PrevState = CurrState; in onAnd()
435 IntelExprState CurrState = State; in onLShift() local
447 PrevState = CurrState; in onLShift()
450 IntelExprState CurrState = State; in onRShift() local
462 PrevState = CurrState; in onRShift()
[all …]