OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_nolrw
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-csky.c
454
static int
do_nolrw
= 0; /* lrw to movih & ori, only for V2. */
variable
1021
{"mnolrw", no_argument, &
do_nolrw
, 1},
1022
{"mno-lrw", no_argument, &
do_nolrw
, 1},
1895
if (
do_nolrw
&& (isa_flag & CSKYV2_ISA_1E2) != 0)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c
454
static int
do_nolrw
= 0; /* lrw to movih & ori, only for V2. */
variable
1021
{"mnolrw", no_argument, &
do_nolrw
, 1},
1022
{"mno-lrw", no_argument, &
do_nolrw
, 1},
1895
if (
do_nolrw
&& (isa_flag & CSKYV2_ISA_1E2) != 0)
Completed in 63 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026