Searched refs:machs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-desc.c2422 int machs = cd->machs; local
2433 /* ??? For now we just use machs to determine which ones we want. */
2436 & machs)
2456 int machs = cd->machs; local
2469 & machs)
2505 unsigned int machs = cd->machs; local
2547 if (((1 << i) & machs) !
2602 unsigned int machs = 0; /* 0 = "unspecified" */ local
[all...]
H A Dmep-opc.c118 check_configured_mach (int machs) argument
134 return machs & mach;
141 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
153 if (machs == 0)
154 machs = ~0;
156 ok1 = ((machs & cd->machs) && cgen_bitset_intersect_p (& isas, cd->isas));
160 ok3 = check_configured_mach (machs);
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h1210 int machs;
1227 ??? Another alternative is to create a table of selected machs and
1193 int machs; member in struct:cgen_cpu_desc

Completed in 120 milliseconds