Searched refs:labelno (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c2816 int labelno;
2827 labelno = const_labelno++;
2828 ASM_GENERATE_INTERNAL_LABEL (label, "LC", labelno);
3038 int labelno;
3251 desc->labelno = const_labelno;
3422 align, desc->labelno, done);
3428 targetm.asm_out.internal_label (asm_out_file, "LC", desc->labelno);
5970 unsigned long labelno)
5973 ASM_GENERATE_INTERNAL_LABEL (buf, prefix, labelno);
2801 int labelno; local
3022 int labelno; local
5942 default_internal_label(FILE *stream, const char *prefix, unsigned long labelno) argument
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c3431 rtx l1, labelno, pic_tmp, pic_tmp2, pic_rtx;
3442 labelno = GEN_INT (pic_labelno++);
3443 l1 = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, labelno), UNSPEC_PIC_LABEL);
3462 cfun->machine->pic_reg, labelno));
3479 cfun->machine->pic_reg, labelno));
3916 rtx insns, label, labelno, sum;
3920 labelno = GEN_INT (pic_labelno++);
3921 label = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, labelno), UNSPEC_PIC_LABEL);
3931 emit_insn (gen_pic_add_dot_plus_eight (reg, reg, labelno));
3933 emit_insn (gen_pic_add_dot_plus_four (reg, reg, labelno));
3422 rtx l1, labelno, pic_tmp, pic_tmp2, pic_rtx; local
3907 rtx insns, label, labelno, sum; local
3938 rtx dest, tp, label, labelno, sum, insns, ret, eqv, addend; local
14860 arm_internal_label(FILE *stream, const char *prefix, unsigned long labelno) argument
14891 int labelno = thunk_label++; local
15737 int labelno = INTVAL (XVECEXP (x, 0, 0)); local
[all...]
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsparc.c5789 const char *labelno, *branch;
5963 labelno = v9_fcc_labelno;
5967 labelno = "";
5972 labelno = "%%xcc, ";
5977 labelno = "%%icc, ";
5979 labelno = "";
5982 if (*labelno && insn && (note = find_reg_note (insn, REG_BR_PROB, NULL_RTX)))
5992 labelno = "";
5998 strcpy (p, labelno);
7725 sparc_profile_hook (int labelno)
5775 const char *labelno, *branch; local
7703 sparc_profile_hook(int labelno) argument
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c778 int labelno;
16008 output_toc (FILE *file, rtx x, int labelno, enum machine_mode mode)
16036 h->labelno = labelno;
16046 fprintf (file, "%d,", labelno);
16049 found)->labelno));
16063 (*targetm.asm_out.internal_label) (file, "LC", labelno);
16447 output_profile_hook (int labelno ATTRIBUTE_UNUSED)
16469 ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno);
16501 output_function_profiler (FILE *file, int labelno)
776 int labelno; local
15973 output_toc(FILE *file, rtx x, int labelno, enum machine_mode mode) argument
16463 output_function_profiler(FILE *file, int labelno) argument
[all...]
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c9628 ia64_output_function_profiler (FILE *file, int labelno)
9657 ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno);
9701 ia64_profile_hook (int labelno)
9711 ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno);
9605 ia64_output_function_profiler(FILE *file, int labelno) argument
9678 ia64_profile_hook(int labelno) argument
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386.c18537 x86_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED)
18543 fprintf (file, "\tleaq\t%sP%d@(%%rip),%%r11\n", LPREFIX, labelno);
18550 fprintf (file, "\tmovq\t$%sP%d,%%r11\n", LPREFIX, labelno);
18558 LPREFIX, labelno, PROFILE_COUNT_REGISTER);
18565 fprintf (file, "\tmovl\t$%sP%d,%%%s\n", LPREFIX, labelno,
/freebsd-10-stable/contrib/gcc/config/s390/
H A Ds390.c8359 s390_function_profiler (FILE *file, int labelno)
8364 ASM_GENERATE_INTERNAL_LABEL (label, "LP", labelno);
8358 s390_function_profiler(FILE *file, int labelno) argument

Completed in 339 milliseconds