Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp485 IC.pushOperator(IC_OR); in onOr()
500 IC.pushOperator(IC_XOR); in onXor()
515 IC.pushOperator(IC_AND); in onAnd()
530 IC.pushOperator(IC_EQ); in onEq()
545 IC.pushOperator(IC_NE); in onNE()
560 IC.pushOperator(IC_LT); in onLT()
575 IC.pushOperator(IC_LE); in onLE()
590 IC.pushOperator(IC_GT); in onGT()
605 IC.pushOperator(IC_GE); in onGE()
759 IC.pushOperator(IC_NOT); in onNot()
[all …]