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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 497 #define LABEL_TO_ALIGNMENT(LABEL) \
503 label_to_alignment (rtx label)
506 return LABEL_TO_ALIGNMENT (label);
555 align_flags alignment = LABEL_TO_ALIGNMENT (align_label);
729 LABEL_TO_ALIGNMENT (label) = max_alignment;
772 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter);
870 align_flags alignment = LABEL_TO_ALIGNMENT (label);
888 LABEL_TO_ALIGNMENT (label) = max_alignment;
932 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0)
499 label_to_alignment (rtx label) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 512 #define LABEL_TO_ALIGNMENT(LABEL) \
518 label_to_alignment (rtx label)
521 return LABEL_TO_ALIGNMENT (label);
570 align_flags alignment = LABEL_TO_ALIGNMENT (align_label);
748 LABEL_TO_ALIGNMENT (label) = max_alignment;
792 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter);
886 align_flags alignment = LABEL_TO_ALIGNMENT (label);
904 LABEL_TO_ALIGNMENT (label) = max_alignment;
948 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0)
514 label_to_alignment (rtx label) function
    [all...]

Completed in 19 milliseconds