Searched refs:ecx (Results 1 – 9 of 9) sorted by relevance
/lib/raid6/ |
A D | x86.h | 59 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 D | crc32c-3way.S | 65 #define n_misaligned %ecx /* overlaps chunk_bytes! */ 67 #define chunk_bytes %ecx /* overlaps n_misaligned! */
|
A D | crc-pclmul-template.S | 256 .set LEN, %ecx 257 .set LEN32, %ecx
|
/lib/crypto/x86/ |
A D | sha1-ssse3-and-avx.S | 33 #define REG_A %ecx 93 mov $8, %ecx
|
A D | sha1-avx2-asm.S | 75 #define REG_A %ecx
|
A D | poly1305-x86_64-cryptogams.pl | 1478 mov 4($ctx),%ecx 4076 mov \$20,%ecx 4088 mov \$154,%ecx # sizeof(CONTEXT) 4092 xor %ecx,%ecx # arg1, UNW_FLAG_NHANDLER
|
A D | sha256-avx-asm.S | 102 c = %ecx
|
A D | sha256-ssse3-asm.S | 95 c = %ecx
|
A D | sha256-avx2-asm.S | 95 c = %ecx
|
Completed in 16 milliseconds