Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 11 of 11) sorted by relevance

/arch/s390/include/asm/
Dcio.h172 __u32 zeros[3]; member
188 __u32 zeros[3]; member
204 __u32 zeros[3]; member
/arch/arm/crypto/
Dpoly1305-armv4.pl499 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7));
544 mov $zeros,#2 @ counter
665 subs $zeros,$zeros,#1
774 adr $zeros,.Lzeros
790 adr $zeros,.Lzeros
833 mov $tbl1,$zeros
843 movlo $in2,$zeros
921 movlo $in2,$zeros
/arch/m68k/math-emu/
Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
/arch/x86/crypto/
Daegis128-aesni-glue.c209 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local
227 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
/arch/arm64/crypto/
Dpoly1305-armv8.pl269 my ($in2,$zeros)=("x16","x17");
270 my $is_base2_26 = $zeros; # borrow
476 adr $zeros,.Lzeros
571 csel $in2,$zeros,$in2,lo
/arch/arm/boot/dts/
Dam335x-osd335x-common.dtsi29 * EFUSE_SMA register reads as all zeros).
/arch/arc/lib/
Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
38 | if negative, count the trailing zeros. Set the adjusted
Dsrem_mod.S13 | of them can be denormalized. The special cases of zeros, NaNs,
Dround.S388 subw #32,%d0 |account for ms mant being all zeros
/arch/powerpc/kvm/
Dbook3s_emulate.c452 u32 zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in kvmppc_core_emulate_op_pr() local
464 r = kvmppc_st(vcpu, &addr, 32, zeros, true); in kvmppc_core_emulate_op_pr()