Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp205 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anonee973c6c0111::X86AsmParser::InfixCalculator
805 IC.pushOperand(IC_REGISTER); in onRegister()
818 IC.pushOperand(IC_IMM); in onRegister()
855 IC.pushOperand(IC_IMM); in onIdentifierExpr()
901 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
1073 IC.pushOperand(IC_IMM); in onOffset()