OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opbase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
s12z-opc.c
2574
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575
return
opbase
+ ((lb & 0x70) >> 4);
2565
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
local
/src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.c
2574
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575
return
opbase
+ ((lb & 0x70) >> 4);
2565
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
local
/src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.c
2574
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575
return
opbase
+ ((lb & 0x70) >> 4);
2565
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
local
/src/external/gpl3/gdb/dist/opcodes/
s12z-opc.c
2574
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575
return
opbase
+ ((lb & 0x70) >> 4);
2565
enum optr
opbase
= (lb & 0x80) ? OP_dbNE : OP_tbNE;
local
Completed in 20 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026