| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 46 " xor %%r10d, %%r10d;" in add_scalar() 163 " xor %%r10d, %%r10d;" in fmul() 178 " xor %%r10d, %%r10d;" in fmul() 199 " xor %%r10d, %%r10d;" in fmul() 220 " xor %%r10d, %%r10d;" in fmul() 298 " xor %%r10d, %%r10d;" in fmul2() 313 " xor %%r10d, %%r10d;" in fmul2() 334 " xor %%r10d, %%r10d;" in fmul2() 355 " xor %%r10d, %%r10d;" in fmul2() 381 " xor %%r10d, %%r10d;" in fmul2() [all …]
|
| H A D | poly1305-x86_64-cryptogams.pl | 293 mov %r10d,0(%rdx) 1468 mov 16($ctx),%r10d 2882 mov %r10d,0(%rdx) 2921 mov \$7,%r10d 2923 kmovw %r10d,%k7 3996 mov 0(%r11),%r10d # HandlerData[0] 4003 mov 4(%r11),%r10d # HandlerData[1] 4046 mov 0(%r11),%r10d # HandlerData[0] 4053 mov 4(%r11),%r10d # HandlerData[1]
|
| H A D | sha256-ni-asm.S | 197 #define COUNT32 %r10d
|
| H A D | sha256-avx-asm.S | 110 g = %r10d
|
| H A D | sha256-ssse3-asm.S | 103 g = %r10d
|
| H A D | sha256-avx2-asm.S | 105 g = %r10d
|
| /linux/arch/x86/kernel/ |
| H A D | cfi.c | 29 * movl -<id>, %r10d ; 6 bytes in decode_cfi_insn() 30 * addl -<pos>(%reg), %r10d; 4 bytes in decode_cfi_insn()
|
| H A D | alternative.c | 1346 * movl $(-0x12345678),%r10d // 6 movl $0x12345678,%eax // 5 1347 * addl $-15(%r11),%r10d // 4 lea -0x10(%r11),%r11 // 4 1481 /* 41 ba 88 a9 cb ed mov $(-0x12345678),%r10d */ in decode_caller_hash()
|
| /linux/arch/x86/include/asm/ |
| H A D | cfi.h | 63 * movl $(-0x12345678), %r10d 64 * addl -4(%r11), %r10d # -15 when CONFIG_CALL_PADDING
|
| H A D | asm.h | 170 ".irp rs,eax,ecx,edx,ebx,esp,ebp,esi,edi,r8d,r9d,r10d,r11d,r12d,r13d,r14d,r15d\n" \
|
| /linux/arch/x86/lib/ |
| H A D | csum-copy_64.S | 161 movl %r10d, %ecx 206 movl %ecx, %r10d
|
| H A D | x86-opcode-map.txt | 564 ca: BSWAP RDX/EDX/R10/R10D
|
| /linux/arch/x86/virt/vmx/tdx/ |
| H A D | tdxcall.S | 167 xorl %r10d, %r10d
|
| /linux/arch/x86/entry/ |
| H A D | calling.h | 114 xorl %r10d, %r10d /* nospec r10 */
|
| /linux/arch/x86/crypto/ |
| H A D | aes-ctr-avx-x86_64.S | 500 mov LEN, %r10d 503 mov %r10d, %ecx
|
| H A D | twofish-avx-x86_64-asm_64.S | 83 #define RGS3d %r10d
|
| H A D | cast6-avx-x86_64-asm_64.S | 82 #define RFS3d %r10d
|
| /linux/tools/perf/util/dwarf-regs-arch/ |
| H A D | dwarf-regs-x86.c | 86 { "r10", 10 }, { "r10d", 10 }, { "r10w", 10 }, { "r10b", 10 },
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_x86.c | 63 SDT_NAME_REG(r10d, r10),
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | insn-x86-dat-src.c | 2801 asm volatile("bextr %r25d,%edx,%r10d"); in main() 2817 asm volatile("bzhi %r25d,%edx,%r10d"); in main() 2903 asm volatile("pdep %r25d,%edx,%r10d"); in main() 2907 asm volatile("pext %r25d,%edx,%r10d"); in main() 2911 asm volatile("shlx %r25d,%edx,%r10d"); in main() 2915 asm volatile("shrx %r25d,%edx,%r10d"); in main()
|
| H A D | insn-x86-dat-64.c | 4133 "62 72 34 00 f7 d2 \tbextr %r25d,%edx,%r10d",}, 4165 "62 72 34 00 f5 d2 \tbzhi %r25d,%edx,%r10d",}, 4337 "62 5a 6f 08 f5 d1 \tpdep %r25d,%edx,%r10d",}, 4345 "62 5a 6e 08 f5 d1 \tpext %r25d,%edx,%r10d",}, 4353 "62 72 35 00 f7 d2 \tshlx %r25d,%edx,%r10d",}, 4361 "62 72 37 00 f7 d2 \tshrx %r25d,%edx,%r10d",},
|
| /linux/tools/objtool/ |
| H A D | check.c | 4296 * movl $(-0x12345678), %r10d in validate_retpoline() 4297 * addl -4(%r11), %r10d in validate_retpoline()
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 564 ca: BSWAP RDX/EDX/R10/R10D
|