Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 10 of 10) sorted by relevance

/lib/crypto/x86/
A Dblake2s-core.S68 movzbl (%rcx),%eax
70 movzbl 0x1(%rcx),%eax
72 movzbl 0x2(%rcx),%eax
74 movzbl 0x3(%rcx),%eax
89 movzbl 0x4(%rcx),%eax
91 movzbl 0x5(%rcx),%eax
93 movzbl 0x6(%rcx),%eax
95 movzbl 0x7(%rcx),%eax
113 movzbl 0x8(%rcx),%eax
115 movzbl 0x9(%rcx),%eax
[all …]
A Dpoly1305-x86_64-cryptogams.pl261 xor %eax,%eax
310 mov \$1,%eax
464 and $h0#d,%eax
474 and $d1#d,%eax
506 and $d1#d,%eax
2860 xor %eax,%eax
3169 dec %eax
3904 xor %eax,%eax
3914 xor %eax,%eax
3953 xor %eax,%eax
[all …]
A Dsha1-ssse3-and-avx.S39 #define REG_T1 %eax
95 xor %eax, %eax
A Dsha1-avx2-asm.S78 #define REG_D %eax
A Dsha256-avx-asm.S106 a = %eax
A Dsha256-ssse3-asm.S99 a = %eax
A Dsha256-avx2-asm.S102 a = %eax
/lib/crc/x86/
A Dcrc32c-3way.S106 imul $2731, len_dw, %eax # 2731 = ceil(2^16 / 24)
107 shr $16, %eax
112 mov $128, %eax
121 mov %eax, chunk_bytes
123 sub $5, %eax # 4 for 4x_loop, 1 for special last iter
142 sub $4, %eax
146 add $4, %eax
154 dec %eax
A Dcrc-pclmul-template.S254 .set CRC, %eax
545 _cond_vex "pextrb $7 + LSB_CRC,", %xmm0, %eax // (%xmm0 / x^56) mod x^8
547 _cond_vex "pextrw $3 + LSB_CRC,", %xmm0, %eax // (%xmm0 / x^48) mod x^16
549 _cond_vex "pextrd $1 + LSB_CRC,", %xmm0, %eax // (%xmm0 / x^32) mod x^32
/lib/raid6/
A Dx86.h59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local
61 eax = (flag & 0x100) ? 7 : in boot_cpu_has()
66 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has()

Completed in 16 milliseconds