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

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp97 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { function in class:__anon25327::X86AsmParser::InfixCalculator
429 IC.pushOperand(IC_REGISTER);
439 IC.pushOperand(IC_IMM);
460 IC.pushOperand(IC_IMM);
501 IC.pushOperand(IC_IMM, -TmpInt); // Push -Imm.
511 IC.pushOperand(IC_IMM, ~TmpInt); // Push ~Imm.
513 IC.pushOperand(IC_IMM, TmpInt);

Completed in 58 milliseconds