Lines Matching defs:L
18 #define L(label) .L ## label
86 b.gt L(page_cross)
103 beq L(main_loop_entry)
118 L(main_loop_entry):
121 L(main_loop):
123 L(page_cross_entry):
134 beq L(main_loop)
143 beq L(nonascii_loop)
146 L(tail):
168 L(nonascii_loop):
177 bne L(tail)
186 beq L(nonascii_loop)
187 b L(tail)
192 L(page_cross):
210 b L(page_cross_entry)