Home | History | Annotate | Download | only in opcodes

Lines Matching defs:mach

75   { "MACH", & MACH_attr[0], & MACH_attr[0] },
88 { "MACH", & MACH_attr[0], & MACH_attr[0] },
98 { "MACH", & MACH_attr[0], & MACH_attr[0] },
113 { "MACH", & MACH_attr[0], & MACH_attr[0] },
1204 /* Subroutine of m32r_cgen_cpu_open to look up a mach via its bfd name. */
1268 /* ??? For now we just use mach to determine which ones we want. */
1278 ??? This could leave out insns not supported by the specified mach/isa,
1347 /* Data derived from the mach spec. */
1351 const CGEN_MACH *mach = & m32r_cgen_mach_table[i];
1353 if (mach->insn_chunk_bitsize != 0)
1355 if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize)
1358 cd->insn_chunk_bitsize, mach->insn_chunk_bitsize);
1362 cd->insn_chunk_bitsize = mach->insn_chunk_bitsize;
1366 /* Determine which hw elements are used by MACH. */
1372 /* Determine which operands are used by MACH/ISA. */
1387 CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name
1426 const CGEN_MACH *mach =
1429 machs |= 1 << mach->num;
1444 /* Mach unspecified means "all". */
1447 /* Base mach is always selected. */
1475 /* Cover fn to m32r_cgen_cpu_open to handle the simple case of 1 isa, 1 mach.
1476 MACH_NAME is the bfd name of the mach. */