OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:moplow
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
4619
unsigned char
moplow
, mophigh;
local
4629
moplow
= 0x05;
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
4637
moplow
= 0x05;
4641
if ((einsn.major > mophigh) || (einsn.major <
moplow
))
4642
as_fatal (_("major opcode not in range [0x%02x - 0x%02x]"),
moplow
, mophigh);
Completed in 18 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026