Searched refs:eax (Results 1 – 10 of 10) sorted by relevance
/lib/crypto/x86/ |
A D | blake2s-core.S | 68 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 D | poly1305-x86_64-cryptogams.pl | 261 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 D | sha1-ssse3-and-avx.S | 39 #define REG_T1 %eax 95 xor %eax, %eax
|
A D | sha1-avx2-asm.S | 78 #define REG_D %eax
|
A D | sha256-avx-asm.S | 106 a = %eax
|
A D | sha256-ssse3-asm.S | 99 a = %eax
|
A D | sha256-avx2-asm.S | 102 a = %eax
|
/lib/crc/x86/ |
A D | crc32c-3way.S | 106 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 D | crc-pclmul-template.S | 254 .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 D | x86.h | 59 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