Lines Matching defs:L
20 #define L(label) .L ## label44 cbz wordcnt, L(byte_loop)48 L(word_loop):55 b.ne L(found_word)56 cbnz wordcnt, L(word_loop)57 L(byte_loop):58 cbz cntin, L(not_found)62 b.ne L(byte_loop)65 L(found_word):71 L(not_found):