Lines Matching defs:vstop
901 int hstart, hstop, vstart, vstop, j;
925 vstop = y + h;
967 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
976 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1094 int hstart, hstop, vstart, vstop, j;
1120 vstop = y + (h >> 1);
1162 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
1171 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1323 int hstart, hstop, vstart, vstop;
1349 vstop = y + (h >> 2);
1392 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
1402 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
1875 int hstart, hstop, vstart, vstop, j;
1904 vstop = y + (h >> 0);
1911 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
1912 hstart, hstop, vstart, vstop, ddfstart);
1938 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
1939 hstart, hstop, vstart, vstop, ddfstart);
1999 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2005 tmp->cp.inst.operand = (vstop & 0x0700) | ((hstop & 0x0100) << 5);
2031 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2210 int hstart, hstop, vstart, vstop, j;
2228 vstop = y + (h >> 1);
2239 super72_vbstrt = vstop;
2250 if (vstop >= super72_vtotal) {
2252 d = (vstop - super72_vtotal + 1);
2254 vstop -= d;
2298 CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2307 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2451 int hstart, hstop, vstart, vstop, j;
2475 vstop = y + h;
2513 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2522 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2626 int hstart, hstop, vstart, vstop, j;
2650 vstop = y + (h >> 1);
2689 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2698 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
2826 int hstart, hstop, vstart, vstop;
2851 vstop = y + (h >> 2);
2890 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
2899 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);
3295 int hstart, hstop, vstart, vstop, j;
3324 vstop = y + (h >> 0);
3331 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
3332 hstart, hstop, vstart, vstop, ddfstart);
3358 printf (" hstart %04x hstop %04x vstart %04x vstop %04x ddfstart %04x\n",
3359 hstart, hstop, vstart, vstop, ddfstart);
3419 tmp->cp.inst.operand = CALC_DIWHIGH(hstart, vstart, hstop, vstop);
3425 tmp->cp.inst.operand = (vstop & 0x0700) | ((hstop & 0x0100) << 5);
3451 tmp->cp.inst.operand = ((vstop & 0xff) << 8) | (hstop & 0xff);