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

/gem5/src/sim/
H A Dmathexpr.hh73 bAdd, bSub, bMul, bDiv, bPow, uNeg, sValue, sVariable, nInvalid enumerator in enum:MathExpr::Operator
98 case sVariable:
H A Dmathexpr.cc142 n->op = sVariable;
157 else if (n->op == sVariable)

Completed in 5 milliseconds