Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_del.c74 static void cnv_1is_to_16is(struct gate_t *, int32, int32, int32);
2138 cnv_1is_to_16is(mgp, numinsts, 8, 8); in chg16vform_1instdel()
2155 cnv_1is_to_16is(mgp, numinsts, 1, 1); in chg16vform_1instdel()
2162 cnv_1is_to_16is(mgp, numinsts, 1, 2); in chg16vform_1instdel()
2167 cnv_1is_to_16is(mgp, numinsts, 1, 8); in chg16vform_1instdel()
2180 cnv_1is_to_16is(mgp, numinsts, 2, 2); in chg16vform_1instdel()
2185 cnv_1is_to_16is(mgp, numinsts, 2, 8); in chg16vform_1instdel()
2288 static void cnv_1is_to_16is(struct gate_t *gp, int32 numinsts, int32 opck, int32 npck) in cnv_1is_to_16is() function