Home
last modified time | relevance | path

Searched refs:lz (Results 1 – 17 of 17) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dvecemu.c96 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 Dbitops.h281 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 Dload_unaligned_zeropad.c32 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 Dbitops.h30 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 DMakefile110 …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 DMakefile12 HOSTLDLIBS_gendwarfksyms := -ldw -lelf -lz
/linux/tools/bpf/bpftool/
H A DMakefile133 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 DMakefile
/linux/tools/bpf/resolve_btfids/
H A DMakefile75 LIBS = $(LIBELF_LIBS) -lz
/linux/tools/testing/selftests/sched_ext/
H A DMakefile65 LDFLAGS = -lelf -lz -lpthread -lzstd
/linux/tools/lib/bpf/
H A DMakefile163 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
/linux/samples/hid/
H A DMakefile57 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
/linux/tools/sched_ext/
H A DMakefile101 LDFLAGS += -lelf -lz -lpthread
/linux/tools/testing/selftests/hid/
H A DMakefile30 LDLIBS += -lelf -lz -lrt -lpthread
/linux/samples/bpf/
H A DMakefile170 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
/linux/tools/perf/
H A DMakefile.config189 DWARFLIBS += -lelf -lz -llzma -lbz2
552 EXTLIBS += -lz
/linux/tools/testing/selftests/bpf/
H A DMakefile54 LDLIBS += $(LIBELF_LIBS) -lz -lrt -lpthread