Home | History | Annotate | Download | only in opcodes

Lines Matching defs:mach

63   { "MACH", & MACH_attr[0], & MACH_attr[0] },
76 { "MACH", & MACH_attr[0], & MACH_attr[0] },
86 { "MACH", & MACH_attr[0], & MACH_attr[0] },
101 { "MACH", & MACH_attr[0], & MACH_attr[0] },
1948 /* Subroutine of epiphany_cgen_cpu_open to look up a mach via its bfd name. */
2012 /* ??? For now we just use mach to determine which ones we want. */
2022 ??? This could leave out insns not supported by the specified mach/isa,
2091 /* Data derived from the mach spec. */
2095 const CGEN_MACH *mach = & epiphany_cgen_mach_table[i];
2097 if (mach->insn_chunk_bitsize != 0)
2099 if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize)
2102 cd->insn_chunk_bitsize, mach->insn_chunk_bitsize);
2106 cd->insn_chunk_bitsize = mach->insn_chunk_bitsize;
2110 /* Determine which hw elements are used by MACH. */
2116 /* Determine which operands are used by MACH/ISA. */
2131 CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name
2170 const CGEN_MACH *mach =
2173 machs |= 1 << mach->num;
2188 /* Mach unspecified means "all". */
2191 /* Base mach is always selected. */
2219 /* Cover fn to epiphany_cgen_cpu_open to handle the simple case of 1 isa, 1 mach.
2220 MACH_NAME is the bfd name of the mach. */