OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
1461
expressionS
arg_s
;
local
1464
p = parse_exp (args, &
arg_s
);
1465
if (*p == ',' &&
arg_s
.X_md == 0 &&
arg_s
.X_op == O_register &&
arg_s
.X_add_number == REG_A)
1469
p = parse_exp (p, &
arg_s
);
1471
emit_sx (prefix, opcode, &
arg_s
);
3109
expressionS
arg_s
;
local
3114
p = parse_exp (args, &
arg_s
);
3115
if (*p == ',' &&
arg_s
.X_md == 0 && arg_s.X_op == O_register && arg_s.X_add_number == REG_A
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
1461
expressionS
arg_s
;
local
1464
p = parse_exp (args, &
arg_s
);
1465
if (*p == ',' &&
arg_s
.X_md == 0 &&
arg_s
.X_op == O_register &&
arg_s
.X_add_number == REG_A)
1470
p = parse_exp (p, &
arg_s
);
1472
emit_sx (prefix, opcode, &
arg_s
);
1479
expressionS
arg_s
;
local
1484
p = parse_exp (args, &
arg_s
);
1491
if (
arg_s
.X_md != 0 || arg_s.X_op != O_register || arg_s.X_add_number != REG_A
3134
expressionS
arg_s
;
local
[
all
...]
Completed in 60 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026