OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUB_OPCODE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
47
#define
SUB_OPCODE
(x) (((x) & 0x003F0000) >> 16)
49
&& (
SUB_OPCODE
(x) == 0x28))
4407
unsigned char
sub_opcode
;
local
4446
sub_opcode
= get_absolute_expression ();
4548
einsn->minor =
sub_opcode
;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
47
#define
SUB_OPCODE
(x) (((x) & 0x003F0000) >> 16)
49
&& (
SUB_OPCODE
(x) == 0x28))
4415
unsigned char
sub_opcode
;
local
4454
sub_opcode
= get_absolute_expression ();
4556
einsn->minor =
sub_opcode
;
Completed in 114 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026