Searched refs:zeros (Results 1 – 11 of 11) sorted by relevance
/arch/s390/include/asm/ |
D | cio.h | 172 __u32 zeros[3]; member 188 __u32 zeros[3]; member 204 __u32 zeros[3]; member
|
/arch/arm/crypto/ |
D | poly1305-armv4.pl | 499 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/ |
D | fp_util.S | 147 | zeros and denormalized 192 | zeros and denormalized
|
/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 209 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/ |
D | poly1305-armv8.pl | 269 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/ |
D | am335x-osd335x-common.dtsi | 29 * EFUSE_SMA register reads as all zeros).
|
/arch/arc/lib/ |
D | strcmp.S | 72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
|
/arch/m68k/fpsp040/ |
D | decbin.S | 36 | 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
|
D | srem_mod.S | 13 | of them can be denormalized. The special cases of zeros, NaNs,
|
D | round.S | 388 subw #32,%d0 |account for ms mant being all zeros
|
/arch/powerpc/kvm/ |
D | book3s_emulate.c | 452 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()
|