Searched defs:treg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dover.c22 int h, b, treg, d; local
24 treg = oalloc();
39 printf(".nr %d \\n(%d\n", treg, p1);
40 printf(".if \\n(%d>\\n(%d .nr %d \\n(%d\n", p2, treg, treg, p2);
42 printf(".nr %d \\n(%d+\\s%d.5m\\s0\n", treg, treg, EFFPS(ps));
45 yyval, eht[p2]-ebase[p2]-d, treg, p2, p2);
50 "(%du-.2m'\\h'.1m'\\v'%du'\n", treg, p1, ebase[p1]+d, treg,
[all...]
H A Dshift.c114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
119 treg = oalloc();
170 printf(".nr %d \\n(%d\n", treg, p3);
171 printf(".if \\n(%d>\\n(%d .nr %d \\n(%d\n", p2, treg, treg, p2);
176 effps, p3, p3, treg, effps2, -supsh);
181 p3, p3, treg, -supsh);
188 ofree(p2); ofree(p3); ofree(treg);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_anon_rcm.c164 char treg[IP_REG_SIZE], tstr[IP_REG_SIZE]; local
237 (void) strcpy(treg, "<UNKNOWN>");
244 treg, INET_ADDRSTRLEN);
257 treg, INET6_ADDRSTRLEN);
266 cl_ipversion, treg, tstr);
315 (void) strcpy(treg, SUNW_IP);
316 (void) strcat(treg, tstr);
318 if ((tlist = findreg(treg)) == NULL)
319 tlist = addreg(treg);
343 (void) strcpy(treg, SUNW_I
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c1376 int reg, treg; local
1396 treg = mnp->dn_membexpr->dn_reg;
1413 instr = DIF_INSTR_STORE(DIF_OP_STB, treg, reg);
1416 instr = DIF_INSTR_STORE(DIF_OP_STH, treg, reg);
1419 instr = DIF_INSTR_STORE(DIF_OP_STW, treg, reg);
1422 instr = DIF_INSTR_STORE(DIF_OP_STX, treg, reg);
1439 instr = DIF_INSTR_COPYS(treg, szreg, reg);
1453 DIF_REG_R0, treg);
1467 dt_regset_free(drp, treg);

Completed in 93 milliseconds