HomeSort by: relevance | last modified time | path
    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