Home
last modified time | relevance | path

Searched refs:mophigh (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arc.c4417 unsigned char moplow, mophigh; in arc_extinsn() local
4428 mophigh = (arc_target & (ARC_OPCODE_ARCv2EM in arc_extinsn()
4431 if ((einsn.major > mophigh) || (einsn.major < moplow)) in arc_extinsn()
4432 as_fatal (_("major opcode not in range [0x%02x - 0x%02x]"), moplow, mophigh); in arc_extinsn()