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

/frameworks/compile/mclinker/lib/Support/
H A DDefSymParser.cpp38 unsigned long operand1 = 0, local
107 operand1 = operandStack.top();
110 result = operand1 * operand2;
112 result = operand1 / operand2;
114 result = operand1 - operand2;
116 result = operand1 + operand2;

Completed in 137 milliseconds