HomeSort by: relevance | last modified time | path
    Searched defs:mophigh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 4619 unsigned char moplow, mophigh; local
4630 mophigh = (selected_cpu.flags & (ARC_OPCODE_ARCv2EM
4633 if ((einsn.major > mophigh) || (einsn.major < moplow))
4634 as_fatal (_("major opcode not in range [0x%02x - 0x%02x]"), moplow, mophigh);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 4627 unsigned char moplow, mophigh; local
4638 mophigh = (selected_cpu.flags & (ARC_OPCODE_ARCv2EM
4641 if ((einsn.major > mophigh) || (einsn.major < moplow))
4642 as_fatal (_("major opcode not in range [0x%02x - 0x%02x]"), moplow, mophigh);

Completed in 26 milliseconds