Searched refs:lz (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | vecemu.c | 96 int exp, mant, lz, frac; in elog2() local 110 asm("cntlzw %0,%1" : "=r" (lz) : "r" (mant)); in elog2() 111 mant <<= lz - 8; in elog2() 112 exp = (-118 - lz) << 23; in elog2() 144 asm("cntlzw %0,%1" : "=r" (lz) : "r" (exp)); in elog2() 145 lz = 8 - lz; in elog2() 146 if (lz > 0) in elog2() 147 exp >>= lz; in elog2() 148 else if (lz < 0) in elog2() 149 exp <<= -lz; in elog2() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bitops.h | 281 int lz; in fls() local 285 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in fls() 286 return 32 - lz; in fls() 299 int lz; in fls64() local 303 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x)); in fls64() 304 return 64 - lz; in fls64()
|
| /linux/tools/testing/selftests/powerpc/primitives/ |
| H A D | load_unaligned_zeropad.c | 32 int lz; in __fls() local 34 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); in __fls() 35 return sizeof(unsigned long) - 1 - lz; in __fls()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | bitops.h | 30 int lz; in __cntlz() local 31 asm ("nsau %0, %1" : "=r" (lz) : "r" (x)); in __cntlz() 32 return lz; in __cntlz()
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 110 …w -lelf -lnuma -lelf -lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -ldl -lz -llzma -lzstd -lssl 165 DWLIBS += -lelf -lz -llzma -lbz2 -lzstd 194 $(BUILD) -lelf -lz -lzstd 272 $(BUILD_BFD) || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz 276 $(BUILD_BFD) -lopcodes -liberty -lz 280 $(BUILD_BFD) -lopcodes -liberty -lz 289 …) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz 316 $(BUILD) -lz
|
| /linux/scripts/gendwarfksyms/ |
| H A D | Makefile | 12 HOSTLDLIBS_gendwarfksyms := -ldw -lelf -lz
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 133 LIBS = $(LIBBPF) -lelf -lz -lcrypto 134 LIBS_BOOTSTRAP = $(LIBBPF_BOOTSTRAP) -lelf -lz -lcrypto 174 LIBS += -lbfd -ldl -lopcodes -liberty -lz
|
| /linux/tools/bpf/runqslower/ |
| H A D | Makefile | |
| /linux/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 75 LIBS = $(LIBELF_LIBS) -lz
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 65 LDFLAGS = -lelf -lz -lpthread -lzstd
|
| /linux/tools/lib/bpf/ |
| H A D | Makefile | 163 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
|
| /linux/samples/hid/ |
| H A D | Makefile | 57 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 101 LDFLAGS += -lelf -lz -lpthread
|
| /linux/tools/testing/selftests/hid/ |
| H A D | Makefile | 30 LDLIBS += -lelf -lz -lrt -lpthread
|
| /linux/samples/bpf/ |
| H A D | Makefile | 170 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 189 DWARFLIBS += -lelf -lz -llzma -lbz2 552 EXTLIBS += -lz
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 54 LDLIBS += $(LIBELF_LIBS) -lz -lrt -lpthread
|