Home
last modified time | relevance | path

Searched refs:lz (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/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() local
148 else if (lz < in elog2()
[all...]
/kernel/linux/linux-6.6/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() local
148 else if (lz < in elog2()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dbitops.h219 int lz; in fls() local
223 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in fls()
224 return 32 - lz; in fls()
237 int lz; in fls64() local
241 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x)); in fls64()
242 return 64 - lz; in fls64()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dbitops.h292 int lz; in fls() local
296 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in fls()
297 return 32 - lz; in fls()
310 int lz; in fls64() local
314 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x)); in fls64()
315 return 64 - lz; in fls64()
/kernel/linux/linux-5.10/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()
H A Dpage.h119 int lz; in get_order() local
120 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); in get_order()
121 return 32 - lz; in get_order()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
H A Dpage.h121 int lz; in get_order() local
122 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); in get_order()
123 return 32 - lz; in get_order()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile90 BUILD_ALL = $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -lcap
148 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
248 $(BUILD_BFD) || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz
252 $(BUILD_BFD) -lopcodes -liberty -lz
256 $(BUILD_BFD) -lopcodes -liberty -lz
265 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
292 $(BUILD) -lz
/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile92 $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -I/usr/include/slang -lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -lcap
139 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
245 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
272 $(BUILD) -lz
/kernel/linux/linux-5.10/kernel/bpf/preload/
H A DMakefile21 bpf_preload_umd-userldlibs := $(LIBBPF_A) -lelf -lz
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile129 LIBS = $(LIBBPF) -lelf -lz
130 LIBS_BOOTSTRAP = $(LIBBPF_BOOTSTRAP) -lelf -lz
160 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile93 LIBS = $(LIBBPF) -lelf -lz
112 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile45 $(Q)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A DMakefile56 LIBS = -lelf -lz
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A DMakefile77 LIBS = $(LIBELF_LIBS) -lz
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A DMakefile54 $(QUIET_LINK)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A DMakefile25 LDLIBS += -lelf -lz -lrt -lpthread
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile190 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
/kernel/linux/linux-6.6/tools/lib/bpf/
H A DMakefile168 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile57 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
/kernel/liteos_a/tools/build/mk/
H A Dlos_config.mk232 LITEOS_BASELIB += -lz
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile31 LDLIBS += -lcap -lelf -lz -lrt -lpthread

Completed in 14 milliseconds

12