Home | History | Annotate | Download | only in opcodes

Lines Matching refs:machs

6085   int machs = cd->machs;
6096 /* ??? For now we just use machs to determine which ones we want. */
6099 & machs)
6119 int machs = cd->machs;
6132 & machs)
6168 unsigned int machs = cd->machs;
6210 if (((1 << i) & machs) != 0)
6261 unsigned int machs = 0; /* 0 = "unspecified" */
6282 machs = va_arg (ap, unsigned int);
6290 machs |= 1 << mach->num;
6306 if (machs == 0)
6307 machs = (1 << MAX_MACHS) - 1;
6309 machs |= 1;
6318 cd->machs = machs;