Home
last modified time | relevance | path

Searched refs:LABEL_TO_ALIGNMENT (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfinal.c535 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
546 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
732 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
822 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
853 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
950 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
951 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
979 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1084 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1133 rel_align = LABEL_TO_ALIGNMENT (prev); in shorten_branches()
[all …]
H A DChangeLog.03036 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfinal.c566 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
577 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
764 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
874 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
905 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1001 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
1002 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1031 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1136 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1185 rel_align = LABEL_TO_ALIGNMENT (prev); in shorten_branches()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfinal.c535 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
546 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
732 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
822 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
853 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
950 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
951 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
979 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1084 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1133 rel_align = LABEL_TO_ALIGNMENT (prev); in shorten_branches()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfinal.c543 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
555 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
792 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
841 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
978 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1083 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1117 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1225 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1243 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfinal.c536 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
548 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
787 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
836 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
940 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
971 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1076 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1110 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1218 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1236 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfinal.c536 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
548 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
787 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
836 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
940 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
971 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1076 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1110 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1218 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1236 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfinal.c504 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
513 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
739 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
783 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
876 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
894 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1031 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1139 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1155 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1214 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1116 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1224 int log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
1240 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfinal.c552 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
564 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
799 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
909 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
940 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1045 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1079 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1187 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1205 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1260 rel_align = LABEL_TO_ALIGNMENT (prev); in shorten_branches()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfinal.c552 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
564 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
799 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
909 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
940 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1045 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1079 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1187 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
1205 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1260 rel_align = LABEL_TO_ALIGNMENT (prev); in shorten_branches()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfinal.c517 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
526 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
752 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
796 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
889 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
907 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1044 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1152 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1168 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1227 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfinal.c517 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
526 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
752 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
796 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
889 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
907 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1044 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1152 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1168 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1227 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfinal.c517 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
526 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
752 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
796 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
889 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
907 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1044 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1152 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1168 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1227 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfinal.c518 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
527 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
753 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
797 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
890 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
908 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
1045 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
1153 int log = LABEL_TO_ALIGNMENT (label).levels[0].log; in shorten_branches()
1169 LABEL_TO_ALIGNMENT (insn) = log; in shorten_branches()
1228 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log; in shorten_branches()
[all …]

1234