OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpy_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
2406
}
mpy_list
[] = {{ MPY1E, 1 }, { MPY6E, 6 }, { MPY7E, 7 }, { MPY8E, 8 },
local
2413
for (i = 0; i < ARRAY_SIZE (
mpy_list
); i++)
2414
if (opcode->subclass ==
mpy_list
[i].feature)
2415
mpy_option =
mpy_list
[i].encoding;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
2405
}
mpy_list
[] = {{ MPY1E, 1 }, { MPY6E, 6 }, { MPY7E, 7 }, { MPY8E, 8 },
local
2412
for (i = 0; i < ARRAY_SIZE (
mpy_list
); i++)
2413
if (opcode->subclass ==
mpy_list
[i].feature)
2414
mpy_option =
mpy_list
[i].encoding;
Completed in 28 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026