Searched refs:align_3_label (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7700 rtx_code_label *align_3_label = NULL; local
7722 align_3_label = gen_label_rtx (); /* Label when aligned to 3-byte */
7734 Pmode, 1, align_3_label);
7769 emit_label (align_3_label);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc8922 rtx_code_label *align_3_label = NULL; local
8944 align_3_label = gen_label_rtx (); /* Label when aligned to 3-byte */
8956 Pmode, 1, align_3_label);
8991 emit_label (align_3_label);

Completed in 307 milliseconds