Home | History | Annotate | Download | only in bfd

Lines Matching defs:maj

2025   const struct sh_major_opcode *maj;
2028 maj = &sh_opcodes[(insn & 0xf000) >> 12];
2029 min = maj->minor_opcodes;
2030 minend = min + maj->count;