Home | History | Annotate | Download | only in opcodes

Lines Matching full:machs

1224   int machs = cd->machs;
1235 /* ??? For now we just use machs to determine which ones we want. */
1238 & machs)
1258 int machs = cd->machs;
1271 & machs)
1307 unsigned int machs = cd->machs;
1349 if (((1 << i) & machs) != 0)
1400 unsigned int machs = 0; /* 0 = "unspecified" */
1421 machs = va_arg (ap, unsigned int);
1429 machs |= 1 << mach->num;
1445 if (machs == 0)
1446 machs = (1 << MAX_MACHS) - 1;
1448 machs |= 1;
1457 cd->machs = machs;