Home
last modified time | relevance | path

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

/original-bsd/old/dbx/
H A Dops.iris.c82 0xFFF8, 0x4840, oreg, "\tswap\td%D",
84 0xFFF8, 0x4880, oreg, "\textw\td%D",
85 0xFFF8, 0x48C0, oreg, "\textl\td%D",
92 0xFFF8, 0x4880, oreg, "\textw\td%D",
93 0xFFF8, 0x48C0, oreg, "\textl\td%D",
94 0xFFF8, 0x4E58, oreg, "\tunlk\ta%D",
95 0xFFF8, 0x4E60, oreg, "\tmove\ta%D,usp",
96 0xFFF8, 0x4E68, oreg, "\tmove\tusp,a%D",
H A Dops.sun.c82 0xFFF8, 0x4840, oreg, "\tswap\td%D",
84 0xFFF8, 0x4880, oreg, "\textw\td%D",
85 0xFFF8, 0x48C0, oreg, "\textl\td%D",
92 0xFFF8, 0x4880, oreg, "\textw\td%D",
93 0xFFF8, 0x48C0, oreg, "\textl\td%D",
94 0xFFF8, 0x4E58, oreg, "\tunlk\ta%D",
95 0xFFF8, 0x4E60, oreg, "\tmove\ta%D,usp",
96 0xFFF8, 0x4E68, oreg, "\tmove\tusp,a%D",
H A Dprocess.c72 Word oreg[NREG]; /* registers when process last stopped */ member
1099 p->oreg[i] = p->reg[i];
1133 if ((r = p->reg[i]) != p->oreg[i]) {
H A Diris.c1072 public oreg(inst, opcode) in oreg() function
H A Dsun.c1072 public oreg(inst, opcode) in oreg() function
/original-bsd/usr.bin/compress/
H A Dcompress.c169 int exists, isreg, oreg; local
175 isreg = oreg = !exists || S_ISREG(sb.st_mode);
243 if (oreg)
259 int exists, isreg, oreg; local
265 isreg = oreg = !exists || S_ISREG(sb.st_mode);
310 if (oreg)
/original-bsd/old/pcc/ccom.vax/
H A Dmac2defs35 # define BITOOR(x) ((x)>>3) /* bit offset to oreg offset */
/original-bsd/usr.bin/pascal/pdx/process/
H A Dprocess.rep51 WORD oreg[NREG]; /* registers when process last stopped */
H A Dptrace.c273 p->oreg[i] = p->reg[i];
305 if ((r = p->reg[i]) != p->oreg[i]) {