Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp199 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anonb23049e20111::X86AsmParser::InfixCalculator
797 IC.pushOperand(IC_REGISTER); in onRegister()
810 IC.pushOperand(IC_IMM); in onRegister()
847 IC.pushOperand(IC_IMM); in onIdentifierExpr()
893 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
1065 IC.pushOperand(IC_IMM); in onOffset()