Home | History | Annotate | Download | only in opcodes

Lines Matching defs:mach

119   int mach = 1 << MACH_BASE;
124 mach |= (1 << MACH_MEP);
127 mach |= (1 << MACH_H1);
130 mach |= (1 << MACH_MEP);
131 mach |= (1 << MACH_C5);
136 return machs & mach;
161 /* Make sure the insn is supported by the configured mach */