Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp193 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anonbe06ec630111::X86AsmParser::InfixCalculator
791 IC.pushOperand(IC_REGISTER); in onRegister()
804 IC.pushOperand(IC_IMM); in onRegister()
841 IC.pushOperand(IC_IMM); in onIdentifierExpr()
887 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
1058 IC.pushOperand(IC_IMM); in onOffset()