OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INS_UNDOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
80
#define
INS_UNDOC
(INS_IDX_HALF | INS_IN_F_C)
122
static int ins_ok = INS_Z80 |
INS_UNDOC
;
124
static int ins_err = ~(INS_Z80 |
INS_UNDOC
);
160
{"gbz80", INS_GBZ80,
INS_UNDOC
|INS_UNPORT, 0, "GameBoy Z80" },
162
{"z180", INS_Z180,
INS_UNDOC
|INS_UNPORT, 0, "Zilog Z180" },
169
{"full",
INS_UNDOC
|INS_UNPORT, 0, 0, "assemble all known instructions" },
362
ins_ok |=
INS_UNDOC
;
363
ins_err &= ~
INS_UNDOC
;
370
ins_ok |=
INS_UNDOC
| INS_UNPORT;
371
ins_err &= ~(
INS_UNDOC
| INS_UNPORT)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
80
#define
INS_UNDOC
(INS_IDX_HALF | INS_IN_F_C)
122
static int ins_ok = INS_Z80 |
INS_UNDOC
;
124
static int ins_err = ~(INS_Z80 |
INS_UNDOC
);
160
{"gbz80", INS_GBZ80,
INS_UNDOC
|INS_UNPORT, 0, "GameBoy Z80" },
162
{"z180", INS_Z180,
INS_UNDOC
|INS_UNPORT, 0, "Zilog Z180" },
169
{"full",
INS_UNDOC
|INS_UNPORT, 0, 0, "assemble all known instructions" },
362
ins_ok |=
INS_UNDOC
;
363
ins_err &= ~
INS_UNDOC
;
370
ins_ok |=
INS_UNDOC
| INS_UNPORT;
371
ins_err &= ~(
INS_UNDOC
| INS_UNPORT)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026