Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 9 of 9) sorted by relevance

/lib/raid6/
A Dx86.h59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local
63 ecx = 0; in boot_cpu_has()
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/crc/x86/
A Dcrc32c-3way.S65 #define n_misaligned %ecx /* overlaps chunk_bytes! */
67 #define chunk_bytes %ecx /* overlaps n_misaligned! */
A Dcrc-pclmul-template.S256 .set LEN, %ecx
257 .set LEN32, %ecx
/lib/crypto/x86/
A Dsha1-ssse3-and-avx.S33 #define REG_A %ecx
93 mov $8, %ecx
A Dsha1-avx2-asm.S75 #define REG_A %ecx
A Dpoly1305-x86_64-cryptogams.pl1478 mov 4($ctx),%ecx
4076 mov \$20,%ecx
4088 mov \$154,%ecx # sizeof(CONTEXT)
4092 xor %ecx,%ecx # arg1, UNW_FLAG_NHANDLER
A Dsha256-avx-asm.S102 c = %ecx
A Dsha256-ssse3-asm.S95 c = %ecx
A Dsha256-avx2-asm.S95 c = %ecx

Completed in 16 milliseconds