OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:construct_operand
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
2244
char
construct_operand
[MAX_CONSTR_STR];
local
2280
snprintf (
construct_operand
, MAX_CONSTR_STR, "r%d",
2283
snprintf (
construct_operand
, MAX_CONSTR_STR, "%d",
2286
tokenize_arguments (
construct_operand
, &tok[i], 1);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
2243
char
construct_operand
[MAX_CONSTR_STR];
local
2279
snprintf (
construct_operand
, MAX_CONSTR_STR, "r%d",
2282
snprintf (
construct_operand
, MAX_CONSTR_STR, "%d",
2285
tokenize_arguments (
construct_operand
, &tok[i], 1);
Completed in 18 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026