Home | History | Annotate | Download | only in opcodes

Lines Matching defs:mach

64   { "MACH", & MACH_attr[0], & MACH_attr[0] },
76 { "MACH", & MACH_attr[0], & MACH_attr[0] },
86 { "MACH", & MACH_attr[0], & MACH_attr[0] },
100 { "MACH", & MACH_attr[0], & MACH_attr[0] },
854 /* Subroutine of ip2k_cgen_cpu_open to look up a mach via its bfd name. */
918 /* ??? For now we just use mach to determine which ones we want. */
928 ??? This could leave out insns not supported by the specified mach/isa,
997 /* Data derived from the mach spec. */
1001 const CGEN_MACH *mach = & ip2k_cgen_mach_table[i];
1003 if (mach->insn_chunk_bitsize != 0)
1005 if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize)
1008 cd->insn_chunk_bitsize, mach->insn_chunk_bitsize);
1012 cd->insn_chunk_bitsize = mach->insn_chunk_bitsize;
1016 /* Determine which hw elements are used by MACH. */
1022 /* Determine which operands are used by MACH/ISA. */
1037 CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name
1076 const CGEN_MACH *mach =
1079 machs |= 1 << mach->num;
1094 /* Mach unspecified means "all". */
1097 /* Base mach is always selected. */
1125 /* Cover fn to ip2k_cgen_cpu_open to handle the simple case of 1 isa, 1 mach.
1126 MACH_NAME is the bfd name of the mach. */