OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_now
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c
49
int
match_now
;
member in struct:loongarch_cl_insn
781
if (!ip->
match_now
)
790
ip->
match_now
= is_label (arg);
791
if (!ip->
match_now
&& is_label_with_addend (arg))
795
ip->
match_now
= is_label_with_addend (arg);
801
Two conditions, ip->
match_now
and reloc_num, are used to check tls insn
804
ip->
match_now
= loongarch_parse_expr (arg, ip->reloc_info + ip->reloc_num,
807
if (!ip->
match_now
)
821
ip->
match_now
= 0;
825
ip->
match_now
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c
48
int
match_now
;
member in struct:loongarch_cl_insn
774
if (!ip->
match_now
)
783
ip->
match_now
= is_label (arg);
784
if (!ip->
match_now
&& is_label_with_addend (arg))
788
ip->
match_now
= is_label_with_addend (arg);
794
Two conditions, ip->
match_now
and reloc_num, are used to check tls insn
797
ip->
match_now
= loongarch_parse_expr (arg, ip->reloc_info + ip->reloc_num,
800
if (!ip->
match_now
)
814
ip->
match_now
= 0;
818
ip->
match_now
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026