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

/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dbitops.h17 "lz %0,%0" cris_swapnwbrlz()
29 "lz %0,%0" cris_swapwbrlz()
/linux-4.4.14/arch/powerpc/kernel/
H A Dvecemu.c93 int exp, mant, lz, frac; elog2() local
107 asm("cntlzw %0,%1" : "=r" (lz) : "r" (mant)); elog2()
108 mant <<= lz - 8; elog2()
109 exp = (-118 - lz) << 23; elog2()
141 asm("cntlzw %0,%1" : "=r" (lz) : "r" (exp)); elog2()
142 lz = 8 - lz; elog2()
143 if (lz > 0) elog2()
144 exp >>= lz; elog2() local
145 else if (lz < 0) elog2()
146 exp <<= -lz; elog2()
147 s += ((lz + 126) << 23) + exp; elog2()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbitops.h172 int lz; __ilog2() local
174 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); __ilog2()
175 return BITS_PER_LONG - 1 - lz; __ilog2()
238 int lz; fls() local
240 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x)); fls()
241 return 32 - lz; fls()
257 int lz; fls64() local
259 asm ("cntlzd %0,%1" : "=r" (lz) : "r" (x)); fls64()
260 return 64 - lz; fls64()
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dbitops.h24 "lz %0,%0" cris_swapnwbrlz()
33 "lz %0,%0" cris_swapwbrlz()
/linux-4.4.14/tools/build/feature/
H A DMakefile52 $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma
77 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
132 $(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl
138 $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
165 $(BUILD) -lz
/linux-4.4.14/arch/avr32/include/asm/
H A Dpage.h51 unsigned lz; get_order() local
54 asm("clz %0, %1" : "=r"(lz) : "r"(size)); get_order()
55 return 32 - lz; get_order()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c36 int lz; __fls() local
38 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); __fls()
39 return sizeof(unsigned long) - 1 - lz; __fls()
/linux-4.4.14/arch/xtensa/include/asm/
H A Dbitops.h32 int lz; __cntlz() local
33 asm ("nsau %0, %1" : "=r" (lz) : "r" (x)); __cntlz()
34 return lz; __cntlz()
H A Dpage.h127 int lz; get_order() local
128 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); get_order()
129 return 32 - lz; get_order()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dbmi.c224 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi lz data buffer 0x%p length %d\n", ath10k_bmi_lz_data()
261 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi lz stream start address 0x%x\n", ath10k_bmi_lz_stream_start()
/linux-4.4.14/fs/ext4/
H A Dextents_status.h7 * Zheng Liu <wenqing.lz@taobao.com>
H A Dextents_status.c8 * Zheng Liu <wenqing.lz@taobao.com>
/linux-4.4.14/tools/perf/config/
H A DMakefile309 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
531 EXTLIBS += -liberty -lz
568 EXTLIBS += -lz
/linux-4.4.14/drivers/char/
H A Dnvram.c564 seq_printf(seq, "HD type 48 data: %d/%d/%d C/H/S, precomp %d, lz %d\n", pc_proc_infos()
568 seq_printf(seq, "HD type 49 data: %d/%d/%d C/H/S, precomp %d, lz %d\n", pc_proc_infos()

Completed in 404 milliseconds