OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAJOR_OPCODE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
metag.h
617
enum
major_opcode
enum
641
#define
MAJOR_OPCODE
(opcode) (((opcode) >> 28) & 0xf)
/src/external/gpl3/binutils.old/dist/include/opcode/
metag.h
617
enum
major_opcode
enum
641
#define
MAJOR_OPCODE
(opcode) (((opcode) >> 28) & 0xf)
/src/external/gpl3/gdb.old/dist/include/opcode/
metag.h
617
enum
major_opcode
enum
641
#define
MAJOR_OPCODE
(opcode) (((opcode) >> 28) & 0xf)
/src/external/gpl3/gdb/dist/include/opcode/
metag.h
617
enum
major_opcode
enum
641
#define
MAJOR_OPCODE
(opcode) (((opcode) >> 28) & 0xf)
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
46
#define
MAJOR_OPCODE
(x) (((x) & 0xF8000000) >> 27)
48
#define LP_INSN(x) ((
MAJOR_OPCODE
(x) == 0x4) \
4406
unsigned char
major_opcode
;
local
4434
major_opcode
= get_absolute_expression ();
4547
einsn->major =
major_opcode
;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
46
#define
MAJOR_OPCODE
(x) (((x) & 0xF8000000) >> 27)
48
#define LP_INSN(x) ((
MAJOR_OPCODE
(x) == 0x4) \
4414
unsigned char
major_opcode
;
local
4442
major_opcode
= get_absolute_expression ();
4555
einsn->major =
major_opcode
;
Completed in 43 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026