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.cpp210 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anonee973c6c0111::X86AsmParser::InfixCalculator
811 IC.pushOperand(IC_REGISTER); in onRegister()
824 IC.pushOperand(IC_IMM); in onRegister()
861 IC.pushOperand(IC_IMM); in onIdentifierExpr()
907 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
1097 IC.pushOperand(IC_IMM); in onOffset()