Home
last modified time | relevance | path

Searched refs:Abc_ObjFaninId1 (Results 1 – 11 of 11) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/cut/
H A DabcCut.c127 Cut_NodeTryDroppingCuts( p, Abc_ObjFaninId1(pObj) ); in Abc_NtkCuts()
196 Cut_OracleComputeCuts( p, pObj->Id, Abc_ObjFaninId0(pObj), Abc_ObjFaninId1(pObj), in Abc_NtkCutsOracle()
202 Cut_OracleTryDroppingCuts( p, Abc_ObjFaninId1(pObj) ); in Abc_NtkCutsOracle()
386 return Cut_NodeComputeCuts( p, pObj->Id, Abc_ObjFaninId0(pObj), Abc_ObjFaninId1(pObj), in Abc_NodeGetCuts()
408 Cut_NodeComputeCutsSeq( p, pObj->Id, Abc_ObjFaninId0(pObj), Abc_ObjFaninId1(pObj), in Abc_NodeGetCutsSeq()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcCut.c189 Cut_NodeTryDroppingCuts( p, Abc_ObjFaninId1(pObj) ); in Abc_NtkCuts()
261 Cut_OracleComputeCuts( p, pObj->Id, Abc_ObjFaninId0(pObj), Abc_ObjFaninId1(pObj), in Abc_NtkCutsOracle()
267 Cut_OracleTryDroppingCuts( p, Abc_ObjFaninId1(pObj) ); in Abc_NtkCutsOracle()
472 …return Cut_NodeComputeCuts( (Cut_Man_t *)p, pObj->Id, Abc_ObjFaninId0(pObj), Abc_ObjFaninId1(pObj)… in Abc_NodeGetCuts()
H A DabcDetect.c630 …int iLit1 = Abc_ObjFaninNum(pObj) > 1 ? Vec_IntEntry( vMap, Abc_Var2Lit(Abc_ObjFaninId1(pObj), n) … in Abc_NtkFinSimOneLit()
663 …word * pSim1 = Abc_ObjFaninNum(pObj) > 1 ? Vec_WrdEntryP( vSims, nWords * Abc_ObjFaninId1(pObj) ) … in Abc_NtkFinSimOneBit()
697 …word * pSim1 = Abc_ObjFaninNum(pObj) > 1 ? Vec_WrdEntryP( vSims, nWords * Abc_ObjFaninId1(pObj) ) … in Abc_NtkFinSimOneWord()
H A DabcStrash.c768 … fprintf( pFile, "%d,", Vec_IntEntry(vId2Num, 2*Abc_ObjFaninId1(pObj) + Abc_ObjFaninC1(pObj)) ); in Abc_NtkWriteAig()
H A DabcExtract.c683 iLit = Vec_IntEntry( vMap2Repl, Abc_ObjFaninId1(pObj) ); in Abc_NtkUpdateNetwork()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abc/
H A DabcUtil.c1317 assert( Abc_ObjFaninId0(pNode0) != Abc_ObjFaninId1(pNode1) || in Abc_NodeIsExorType()
1318 Abc_ObjFaninId0(pNode1) != Abc_ObjFaninId1(pNode0) ); in Abc_NodeIsExorType()
1321 Abc_ObjFaninId1(pNode0) != Abc_ObjFaninId1(pNode1) ) in Abc_NodeIsExorType()
1360 …(Abc_ObjFaninId0(pNode0) == Abc_ObjFaninId1(pNode1) && (Abc_ObjFaninC0(pNode0) ^ Abc_ObjFaninC1(pN… in Abc_NodeIsMuxType()
1361 …(Abc_ObjFaninId1(pNode0) == Abc_ObjFaninId0(pNode1) && (Abc_ObjFaninC1(pNode0) ^ Abc_ObjFaninC0(pN… in Abc_NodeIsMuxType()
1362 …(Abc_ObjFaninId1(pNode0) == Abc_ObjFaninId1(pNode1) && (Abc_ObjFaninC1(pNode0) ^ Abc_ObjFaninC1(pN… in Abc_NodeIsMuxType()
1456 …else if ( Abc_ObjFaninId0(pNode0) == Abc_ObjFaninId1(pNode1) && (Abc_ObjFaninC0(pNode0) ^ Abc_ObjF… in Abc_NodeRecognizeMux()
1473 …else if ( Abc_ObjFaninId1(pNode0) == Abc_ObjFaninId0(pNode1) && (Abc_ObjFaninC1(pNode0) ^ Abc_ObjF… in Abc_NodeRecognizeMux()
1490 …else if ( Abc_ObjFaninId1(pNode0) == Abc_ObjFaninId1(pNode1) && (Abc_ObjFaninC1(pNode0) ^ Abc_ObjF… in Abc_NodeRecognizeMux()
H A Dabc.h370 static inline int Abc_ObjFaninId1( Abc_Obj_t * pObj ) { return pObj->vFanins.pArray[… in Abc_ObjFaninId1() function
371 …pNtk) ); if ( Abc_ObjFaninId0(pFanout) == pObj->Id ) return 0; if ( Abc_ObjFaninId1(pFanout) == p… in Abc_ObjFanoutEdgeNum()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/sim/
H A DsimUtils.c249 pSimmNode2 = (unsigned *)p->vSim1->pArray[ Abc_ObjFaninId1(pNode) ]; in Sim_UtilSimulateNode()
251 pSimmNode2 = (unsigned *)p->vSim0->pArray[ Abc_ObjFaninId1(pNode) ]; in Sim_UtilSimulateNode()
310 pSimmNode2 = (unsigned *)Vec_PtrEntry(vSimInfo, Abc_ObjFaninId1(pNode)); in Sim_UtilSimulateNodeOne()
H A DsimSupp.c76 pSimmNode2 = (unsigned *)vSuppStr->pArray[ Abc_ObjFaninId1(pNode) ]; in Sim_ComputeStrSupp()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/res/
H A DresSim_old.c199 pInfo2 = Vec_PtrEntry(vSimInfo, Abc_ObjFaninId1(pNode)); in Res_SimPerformOne()
H A DresSim.c379 pInfo2 = (unsigned *)Vec_PtrEntry(vSimInfo, Abc_ObjFaninId1(pNode)); in Res_SimPerformOne()