Home | History | Annotate | Download | only in opcodes

Lines Matching defs:mach

63   { "MACH", & MACH_attr[0], & MACH_attr[0] },
75 { "MACH", & MACH_attr[0], & MACH_attr[0] },
85 { "MACH", & MACH_attr[0], & MACH_attr[0] },
99 { "MACH", & MACH_attr[0], & MACH_attr[0] },
841 /* Subroutine of lm32_cgen_cpu_open to look up a mach via its bfd name. */
905 /* ??? For now we just use mach to determine which ones we want. */
915 ??? This could leave out insns not supported by the specified mach/isa,
984 /* Data derived from the mach spec. */
988 const CGEN_MACH *mach = & lm32_cgen_mach_table[i];
990 if (mach->insn_chunk_bitsize != 0)
992 if (cd->insn_chunk_bitsize != 0 && cd->insn_chunk_bitsize != mach->insn_chunk_bitsize)
995 cd->insn_chunk_bitsize, mach->insn_chunk_bitsize);
999 cd->insn_chunk_bitsize = mach->insn_chunk_bitsize;
1003 /* Determine which hw elements are used by MACH. */
1009 /* Determine which operands are used by MACH/ISA. */
1024 CGEN_CPU_OPEN_BFDMACH: specify 1 mach using bfd name
1063 const CGEN_MACH *mach =
1066 machs |= 1 << mach->num;
1081 /* Mach unspecified means "all". */
1084 /* Base mach is always selected. */
1112 /* Cover fn to lm32_cgen_cpu_open to handle the simple case of 1 isa, 1 mach.
1113 MACH_NAME is the bfd name of the mach. */