Searched refs:pushOperand (Results 1 – 1 of 1) sorted by relevance
99 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anon720aab8e0111::X86AsmParser::InfixCalculator431 IC.pushOperand(IC_REGISTER); in onRegister()441 IC.pushOperand(IC_IMM); in onRegister()462 IC.pushOperand(IC_IMM); in onIdentifierExpr()503 IC.pushOperand(IC_IMM, -TmpInt); // Push -Imm. in onInteger()513 IC.pushOperand(IC_IMM, ~TmpInt); // Push ~Imm. in onInteger()515 IC.pushOperand(IC_IMM, TmpInt); in onInteger()