HomeSort by: relevance | last modified time | path
    Searched defs:expand_from_macro (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 85 unsigned int expand_from_macro; member in struct:loongarch_cl_insn
897 if (LARCH_opts.relax && (ip->expand_from_macro & 1)
940 /* !ip->expand_from_macro: avoiding duplicate output warnings,
942 if (ip->match_now && !ip->expand_from_macro)
959 if (ip->match_now && !ip->expand_from_macro)
1412 loongarch_assemble_INSNs (char *str, unsigned int expand_from_macro)
1436 the_one.expand_from_macro = expand_from_macro;
1447 if (expand_from_macro
1461 if (expand_from_macro
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 84 unsigned int expand_from_macro; member in struct:loongarch_cl_insn
889 if (LARCH_opts.relax && (ip->expand_from_macro & 1)
926 /* !ip->expand_from_macro: avoiding duplicate output warnings,
928 if (ip->match_now && !ip->expand_from_macro)
945 if (ip->match_now && !ip->expand_from_macro)
1379 loongarch_assemble_INSNs (char *str, unsigned int expand_from_macro)
1403 the_one.expand_from_macro = expand_from_macro;
1449 loongarch_assemble_INSNs (rest, expand_from_macro);

Completed in 133 milliseconds