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

/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c32 int lz; local
34 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x));
35 return sizeof(unsigned long) - 1 - lz;
/linux-master/arch/powerpc/kernel/
H A Dvecemu.c96 int exp, mant, lz, frac; local
110 asm("cntlzw %0,%1" : "=r" (lz) : "r" (mant));
111 mant <<= lz - 8;
112 exp = (-118 - lz) << 23;
144 asm("cntlzw %0,%1" : "=r" (lz) : "r" (exp));
145 lz = 8 - lz;
146 if (lz > 0)
147 exp >>= lz; local
148 else if (lz <
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h281 int lz; local
285 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x));
286 return 32 - lz;
299 int lz; local
303 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x));
304 return 64 - lz;
/linux-master/arch/xtensa/include/asm/
H A Dbitops.h30 int lz; local
31 asm ("nsau %0, %1" : "=r" (lz) : "r" (x));
32 return lz;
H A Dpage.h121 int lz; local
122 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT));
123 return 32 - lz;
/linux-master/tools/build/feature/
H A DMakefile92 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
150 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
253 $(BUILD_BFD) || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz
257 $(BUILD_BFD) -lopcodes -liberty -lz
261 $(BUILD_BFD) -lopcodes -liberty -lz
270 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
300 $(BUILD) -lz
/linux-master/tools/bpf/bpftool/
H A DMakefile129 LIBS = $(LIBBPF) -lelf -lz
130 LIBS_BOOTSTRAP = $(LIBBPF_BOOTSTRAP) -lelf -lz
160 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile77 LIBS = $(LIBELF_LIBS) -lz
/linux-master/tools/bpf/runqslower/
H A DMakefile54 $(QUIET_LINK)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
/linux-master/tools/testing/selftests/hid/
H A DMakefile27 LDLIBS += -lelf -lz -lrt -lpthread
/linux-master/samples/hid/
H A DMakefile57 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
/linux-master/tools/lib/bpf/
H A DMakefile168 -Wl,--version-script=$(VERSION_SCRIPT) $< -lelf -lz -o $@
/linux-master/samples/bpf/
H A DMakefile192 TPROGS_LDLIBS += $(LIBBPF) -lelf -lz
/linux-master/tools/perf/
H A DMakefile.config155 DWARFLIBS += -lelf -lebl -ldl -lz -llzma -lbz2
525 EXTLIBS += -lz
927 # we are on a system that requires -liberty and (maybe) -lz
941 EXTLIBS += -lbfd -lopcodes -liberty -lz
942 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -lz -ldl
943 FEATURE_CHECK_LDFLAGS-disassembler-init-styled += -liberty -lz -ldl
/linux-master/tools/testing/selftests/bpf/
H A DMakefile42 LDLIBS += $(LIBELF_LIBS) -lz -lrt -lpthread

Completed in 197 milliseconds