Home | History | Annotate | Download | only in opcodes

Lines Matching refs:machs

41   int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
43 /* No mach attribute? Assume it's supported for all machs. */
44 if (machs == 0)
47 return ((machs & cd->machs) != 0);