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

  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 241 rtx internal_label; variable
4875 targetm.asm_out.internal_label (asm_out_file, "LP", n);
6021 deferred_plabels[i].internal_label = gen_label_rtx ();
6031 return deferred_plabels[i].internal_label;
6051 targetm.asm_out.internal_label (asm_out_file, "L",
6052 CODE_LABEL_NUMBER (deferred_plabels[i].internal_label));
7074 targetm.asm_out.internal_label (asm_out_file, "L",
7095 targetm.asm_out.internal_label (asm_out_file, "L",
11178 targetm.asm_out.internal_label (asm_out_file, "L", CODE_LABEL_NUMBER (lab));
11198 targetm.asm_out.internal_label (asm_out_file, "L", CODE_LABEL_NUMBER (lab))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 237 rtx internal_label; variable
4732 targetm.asm_out.internal_label (asm_out_file, "LP", n);
5873 deferred_plabels[i].internal_label = gen_label_rtx ();
5883 return deferred_plabels[i].internal_label;
5903 targetm.asm_out.internal_label (asm_out_file, "L",
5904 CODE_LABEL_NUMBER (deferred_plabels[i].internal_label));
6926 targetm.asm_out.internal_label (asm_out_file, "L",
6947 targetm.asm_out.internal_label (asm_out_file, "L",
11018 targetm.asm_out.internal_label (asm_out_file, "L", CODE_LABEL_NUMBER (lab));
11038 targetm.asm_out.internal_label (asm_out_file, "L", CODE_LABEL_NUMBER (lab))
    [all...]

Completed in 35 milliseconds