Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/ver/
H A DverFormula.c81 int Oper, Oper1, Oper2; in Ver_FormulaParser() local
282 Oper1 = Vec_IntPop( vStackOp ); // the last operation in Ver_FormulaParser()
285 Vec_IntPush( vStackOp, Oper1 ); in Ver_FormulaParser()
289 if ( Oper2 >= Oper1 && !(Oper1 == Oper2 && Oper1 == VER_PARSE_OPER_MUX) ) in Ver_FormulaParser()
296 Vec_IntPush( vStackOp, Oper1 ); // push the last operation back in Ver_FormulaParser()
301 Vec_IntPush( vStackOp, Oper1 ); in Ver_FormulaParser()
/dports/cad/alliance/alliance/src/vex/src/
H A Dvexoptim.c159 long Oper1; local
173 if ( IsVexNodeOper( Expr1 ) ) Oper1 = GetVexOperValue( Expr1 );
174 else Oper1 = -1;
195 ( Oper1 != Oper ) ||
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/parse/
H A DparseEqn.c79 int Oper, Oper1, Oper2; in Parse_FormulaParserEqn() local
271 Oper1 = Parse_StackOpPop( pStackOp ); // the last operation in Parse_FormulaParserEqn()
274 Parse_StackOpPush( pStackOp, Oper1 ); in Parse_FormulaParserEqn()
278 if ( Oper2 >= Oper1 ) in Parse_FormulaParserEqn()
288 Parse_StackOpPush( pStackOp, Oper1 ); // push the last operation back in Parse_FormulaParserEqn()
293 Parse_StackOpPush( pStackOp, Oper1 ); in Parse_FormulaParserEqn()
H A DparseCore.c125 int Oper, Oper1, Oper2; in Parse_FormulaParser() local
440 Oper1 = Parse_StackOpPop( pStackOp ); // the last operation in Parse_FormulaParser()
443 Parse_StackOpPush( pStackOp, Oper1 ); in Parse_FormulaParser()
447 if ( Oper2 >= Oper1 ) in Parse_FormulaParser()
456 Parse_StackOpPush( pStackOp, Oper1 ); // push the last operation back in Parse_FormulaParser()
461 Parse_StackOpPush( pStackOp, Oper1 ); in Parse_FormulaParser()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioParse.c114 int Oper, Oper1, Oper2; in Mio_ParseFormula() local
329 Oper1 = Vec_IntPop( pStackOp ); // the last operation in Mio_ParseFormula()
332 Vec_IntPush( pStackOp, Oper1 ); in Mio_ParseFormula()
336 if ( Oper2 >= Oper1 ) in Mio_ParseFormula()
346 Vec_IntPush( pStackOp, Oper1 ); // push the last operation back in Mio_ParseFormula()
351 Vec_IntPush( pStackOp, Oper1 ); in Mio_ParseFormula()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/amap/
H A DamapParse.c114 int Oper, Oper1, Oper2; in Amap_ParseFormula() local
325 Oper1 = Vec_IntPop( pStackOp ); // the last operation in Amap_ParseFormula()
328 Vec_IntPush( pStackOp, Oper1 ); in Amap_ParseFormula()
332 if ( Oper2 >= Oper1 ) in Amap_ParseFormula()
342 Vec_IntPush( pStackOp, Oper1 ); // push the last operation back in Amap_ParseFormula()
347 Vec_IntPush( pStackOp, Oper1 ); in Amap_ParseFormula()