Home | History | Annotate | Download | only in opcodes

Lines Matching refs:machs

6185   int machs = cd->machs;
6196 /* ??? For now we just use machs to determine which ones we want. */
6199 & machs)
6219 int machs = cd->machs;
6232 & machs)
6268 unsigned int machs = cd->machs;
6310 if (((1 << i) & machs) != 0)
6361 unsigned int machs = 0; /* 0 = "unspecified" */
6382 machs = va_arg (ap, unsigned int);
6390 machs |= 1 << mach->num;
6406 if (machs == 0)
6407 machs = (1 << MAX_MACHS) - 1;
6409 machs |= 1;
6418 cd->machs = machs;