Home | History | Annotate | Download | only in opcodes

Lines Matching refs:machs

1807   int machs = cd->machs;
1818 /* ??? For now we just use machs to determine which ones we want. */
1821 & machs)
1841 int machs = cd->machs;
1854 & machs)
1890 unsigned int machs = cd->machs;
1932 if (((1 << i) & machs) != 0)
1983 unsigned int machs = 0; /* 0 = "unspecified" */
2004 machs = va_arg (ap, unsigned int);
2012 machs |= 1 << mach->num;
2028 if (machs == 0)
2029 machs = (1 << MAX_MACHS) - 1;
2031 machs |= 1;
2040 cd->machs = machs;