Home | History | Annotate | Download | only in opcodes

Lines Matching full:machs

1879   int machs = cd->machs;
1890 /* ??? For now we just use machs to determine which ones we want. */
1893 & machs)
1913 int machs = cd->machs;
1926 & machs)
1962 unsigned int machs = cd->machs;
2004 if (((1 << i) & machs) != 0)
2055 unsigned int machs = 0; /* 0 = "unspecified" */
2076 machs = va_arg (ap, unsigned int);
2084 machs |= 1 << mach->num;
2100 if (machs == 0)
2101 machs = (1 << MAX_MACHS) - 1;
2103 machs |= 1;
2112 cd->machs = machs;