OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:the_one
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c
1433
struct loongarch_cl_insn
the_one
;
local
1434
memset (&
the_one
, 0, sizeof (
the_one
));
1435
the_one
.name = str;
1436
the_one
.expand_from_macro = expand_from_macro;
1443
loongarch_split_args_by_comma (str,
the_one
.arg_strs);
1444
get_loongarch_opcode (&
the_one
);
1448
&&
the_one
.reloc_num > 0
1449
&& (
the_one
.reloc_info[0].type == BFD_RELOC_LARCH_PCADD_HI20
1450
||
the_one
.reloc_info[0].type == BFD_RELOC_LARCH_GOT_PCADD_HI2
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c
1400
struct loongarch_cl_insn
the_one
;
local
1401
memset (&
the_one
, 0, sizeof (
the_one
));
1402
the_one
.name = str;
1403
the_one
.expand_from_macro = expand_from_macro;
1410
loongarch_split_args_by_comma (str,
the_one
.arg_strs);
1411
get_loongarch_opcode (&
the_one
);
1413
if (!
the_one
.all_match)
1415
char *ss = loongarch_cat_splited_strs (
the_one
.arg_strs);
1416
as_bad (_("no match insn: %s\t%s"),
the_one
.name, ss ? ss : "")
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026