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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.h 95 #define LABEL_ALIGN(LABEL) nios2_label_align (LABEL)
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.h 430 #define LABEL_ALIGN(x) (align_labels.levels[0].log > 0 ? align_labels : align_flags (rx_align_for_label (x, 3)))
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.h 95 #define LABEL_ALIGN(LABEL) nios2_label_align (LABEL)
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.h 430 #define LABEL_ALIGN(x) (align_labels.levels[0].log > 0 ? align_labels : align_flags (rx_align_for_label (x, 3)))
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.h 277 #define LABEL_ALIGN(insn) 2
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.h 277 #define LABEL_ALIGN(insn) 2
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h 1330 #define LABEL_ALIGN(LABEL) (arc_label_align (LABEL))
  /src/external/gpl3/gcc/dist/gcc/
final.cc 316 static vec<align_flags> label_align;
458 #ifndef LABEL_ALIGN
459 #define LABEL_ALIGN(LABEL) align_labels
498 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno])
622 label_align.truncate (0);
626 label_align.safe_grow_cleared (max_labelno - min_labelno + 1, true);
665 max_alignment = LABEL_ALIGN (label);
736 /* Grow the LABEL_ALIGN array after new labels are created. */
750 label_align.safe_grow_cleared (n_labels, true);
842 /* Compute maximum UID and allocate label_align / uid_shuid. *
313 static vec<align_flags> label_align; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 1313 #define LABEL_ALIGN(LABEL) (arc_label_align (LABEL))
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 331 static vec<align_flags> label_align;
473 #ifndef LABEL_ALIGN
474 #define LABEL_ALIGN(LABEL) align_labels
513 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno])
637 label_align.truncate (0);
641 label_align.safe_grow_cleared (max_labelno - min_labelno + 1, true);
681 max_alignment = LABEL_ALIGN (label);
756 /* Grow the LABEL_ALIGN array after new labels are created. */
770 label_align.safe_grow_cleared (n_labels, true);
858 /* Compute maximum UID and allocate label_align / uid_shuid. *
328 static vec<align_flags> label_align; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.h 936 #define LABEL_ALIGN(LABEL) \
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 501 #define LABEL_ALIGN(A_LABEL) \
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.h 936 #define LABEL_ALIGN(LABEL) \
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 501 #define LABEL_ALIGN(A_LABEL) \
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.h 1670 #define LABEL_ALIGN(x) \
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.h 1670 #define LABEL_ALIGN(x) \

Completed in 38 milliseconds