OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdcc_compat
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
128
static int
sdcc_compat
= 0;
variable
389
sdcc_compat
= 1;
624
if (!
sdcc_compat
)
637
if (
sdcc_compat
&& *input_line_pointer == '0')
678
if (
sdcc_compat
)
918
if (
sdcc_compat
&& (*p == '<' || *p == '>'))
1047
if (
sdcc_compat
&& is_indir (res))
2909
if (
sdcc_compat
&& *p == ',' && op->X_op == O_register)
3453
if (!
sdcc_compat
)
3473
if (!
sdcc_compat
)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
128
static int
sdcc_compat
= 0;
variable
389
sdcc_compat
= 1;
624
if (!
sdcc_compat
)
637
if (
sdcc_compat
&& *input_line_pointer == '0')
678
if (
sdcc_compat
)
918
if (
sdcc_compat
&& (*p == '<' || *p == '>'))
1047
if (
sdcc_compat
&& is_indir (res))
1467
if (!(ins_ok & INS_EZ80) && !
sdcc_compat
)
2934
if (
sdcc_compat
&& *p == ',' && op->X_op == O_register)
3478
if (!
sdcc_compat
)
[
all
...]
Completed in 63 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026