Searched refs:edx (Results 1 – 10 of 10) sorted by relevance
/lib/raid6/ |
A D | x86.h | 59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local 66 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has() 69 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1; in boot_cpu_has()
|
/lib/crypto/x86/ |
A D | poly1305-x86_64-cryptogams.pl | 462 mov \$0x3ffffff,%edx 466 and $r0#d,%edx 473 mov \$0x3ffffff,%edx 475 and $d2#d,%edx 492 and \$0x3ffffff,%edx 503 mov \$0x3ffffff,%edx 507 and $d2#d,%edx 537 and $d1#d,%edx 554 and $d1#d,%edx 577 and $d1#d,%edx [all …]
|
A D | sha1-avx2-asm.S | 79 #define REG_E %edx
|
A D | chacha-ssse3-x86_64.S | 205 # %edx: nrounds 213 mov %edx,%r8d
|
A D | sha1-ssse3-and-avx.S | 37 #define REG_E %edx
|
A D | sha256-avx-asm.S | 104 e = %edx
|
A D | sha256-ssse3-asm.S | 97 e = %edx
|
A D | sha256-avx2-asm.S | 97 e = %edx # clobbers NUM_BLKS
|
/lib/crc/x86/ |
A D | crc32c-3way.S | 64 #define len_dw %edx
|
A D | crc-pclmul-template.S | 248 .set LEN32, %edx 255 .set BUF, %edx
|
Completed in 15 milliseconds