Home
last modified time | relevance | path

Searched refs:unsgn_widen (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c2026 if (stp->st.scs.csx->has_sign && !stp->st.scs.csx->unsgn_widen) in exec_case()
2073 if (xplp->xp->has_sign && !xplp->xp->unsgn_widen) in exec_case()
2197 if (stp->st.scs.csx->has_sign && !stp->st.scs.csx->unsgn_widen) in exec_casex()
2245 if (xplp->xp->has_sign && !xplp->xp->unsgn_widen) in exec_casex()
2299 if (stp->st.scs.csx->has_sign && !stp->st.scs.csx->unsgn_widen) in exec_casez()
2347 if (xplp->xp->has_sign && !xplp->xp->unsgn_widen) in exec_casez()
H A Dv.h1266 unsigned unsgn_widen : 1; /* T => for cases unsigned widen if needed */ member
H A Dv_src2.c4744 ndp->unsgn_widen = FALSE; in __init_xnd()
H A Dv_fx2.c8127 if (xplp->xp->has_sign) xplp->xp->unsgn_widen = TRUE; in chk_case()
8137 if (stp->st.scs.csx->has_sign) stp->st.scs.csx->unsgn_widen = TRUE; in chk_case()