/arch/x86/crypto/ |
D | twofish-i586-asm_32.S | 81 movzx b ## B, %edi;\ 82 mov s1(%ebp,%edi,4),d ## D;\ 83 movzx a ## B, %edi;\ 84 mov s2(%ebp,%edi,4),%esi;\ 85 movzx b ## H, %edi;\ 87 xor s2(%ebp,%edi,4),d ## D;\ 88 movzx a ## H, %edi;\ 90 xor s3(%ebp,%edi,4),%esi;\ 91 movzx b ## B, %edi;\ 92 xor s3(%ebp,%edi,4),d ## D;\ [all …]
|
D | twofish-x86_64-asm_64.S | 79 movzx b ## B, %edi;\ 81 movzx a ## B, %edi;\ 83 movzx b ## H, %edi;\ 86 movzx a ## H, %edi;\ 89 movzx b ## B, %edi;\ 91 movzx a ## B, %edi;\ 93 movzx b ## H, %edi;\ 96 movzx a ## H, %edi;\ 117 movzx b ## B, %edi;\ 119 movzx a ## B, %edi;\ [all …]
|
D | salsa20-i586-asm_32.S | 20 # edi_stack = edi 21 movl %edi,92(%esp) 29 movl 12(%esp,%eax),%edi 109 movl %edi,228(%esp) 111 leal 0(%esp),%edi 117 leal 0(%esp),%edi 122 movl %edi,72(%esp) 219 movl 144(%esp),%edi 221 add %ebx,%edi 235 rol $7,%edi [all …]
|
/arch/x86/kernel/ |
D | relocate_kernel_32.S | 45 pushl %edi 50 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 51 movl %esp, ESP(%edi) 53 movl %eax, CR0(%edi) 55 movl %eax, CR3(%edi) 57 movl %eax, CR4(%edi) 71 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 72 movl %edi, CP_VA_CONTROL_PAGE(%edi) 74 movl %eax, CP_PA_PGD(%edi) 76 movl %eax, CP_PA_SWAP_PAGE(%edi) [all …]
|
D | head_32.S | 107 movl $pa(__bss_start),%edi 109 subl %edi,%ecx 120 movl $pa(boot_params),%edi 128 movl $pa(boot_command_line),%edi 192 movl $pa(pg0), %edi 193 movl %edi, pa(init_pg_tables_start) 197 leal PDE_IDENT_ATTR(%edi),%ecx /* Create PMD entry */ 214 leal (INIT_MAP_BEYOND_END+PTE_IDENT_ATTR)(%edi),%ebp 218 movl %edi,pa(init_pg_tables_end) 229 movl $pa(pg0), %edi [all …]
|
D | entry_64.S | 507 movl $_TIF_ALLWORK_MASK,%edi 515 andl %edi,%edx 560 movl $_TIF_WORK_MASK,%edi 583 movl $AUDIT_ARCH_X86_64,%edi /* 1st arg: audit arch */ 597 movzbl %al,%edi /* zero-extend that into %edi */ 598 inc %edi /* first arg, 0->1(AUDITSC_SUCCESS), 1->2(AUDITSC_FAILURE) */ 600 movl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT),%edi 640 movl $_TIF_ALLWORK_MASK,%edi 646 andl %edi,%edx 682 andl $~(_TIF_WORK_SYSCALL_EXIT|_TIF_SYSCALL_EMU),%edi [all …]
|
/arch/x86/math-emu/ |
D | polynom_Xsig.S | 44 pushl %edi 48 movl PARAM3,%edi /* terms */ 52 addl %eax,%edi 54 movl 4(%edi),%edx /* terms[n] */ 56 movl (%edi),%edx /* terms[n] */ 62 subl TERM_SIZE,%edi 107 addl (%edi),%eax /* term ls long */ 110 adcl (%edi),%eax /* term ls long */ 113 adcl 4(%edi),%eax /* term ms long */ 118 subl TERM_SIZE,%edi [all …]
|
D | reg_u_mul.S | 55 pushl %edi 59 movl PARAM2,%edi 64 testl $0x80000000,SIGH(%edi) 72 mull SIGL(%edi) 77 mull SIGH(%edi) 83 mull SIGL(%edi) 89 mull SIGH(%edi) 107 movl PARAM3,%edi /* Point to the destination */ 108 movw %ax,EXP(%edi) 119 decw EXP(%edi) [all …]
|
D | wm_sqrt.S | 84 pushl %edi 204 movl %eax,%edi 218 movl %eax,%edi 234 movl %edi,%eax /* ls word of guess */ 235 mull %edi 243 movl %edi,%eax 297 addl %ecx,%edi 322 addl %ecx,%edi 348 movl %edi,%ebx 349 movl PARAM1,%edi [all …]
|
D | reg_u_sub.S | 39 pushl %edi 43 movl PARAM2,%edi /* source 2 */ 52 testl $0x80000000,SIGH(%edi) /* The args are assumed to be be normalized */ 63 movl SIGH(%edi),%eax /* register ms word */ 64 movl SIGL(%edi),%ebx /* register ls word */ 66 movl PARAM3,%edi /* destination */ 68 movw %dx,EXP(%edi) /* Copy exponent to destination */ 194 subw $64,EXP(%edi) 205 movw $0,EXP(%edi) /* exponent */ 206 movl $0,SIGL(%edi) [all …]
|
D | reg_round.S | 115 pushl %edi 118 movl PARAM1,%edi 119 movl SIGH(%edi),%eax 120 movl SIGL(%edi),%ebx 136 cmpw EXP_UNDER,EXP(%edi) 381 incw EXP(%edi) 409 movl %eax,SIGH(%edi) 410 movl %ebx,SIGL(%edi) 412 cmpw EXP_OVER,EXP(%edi) 418 addw EXTENDED_Ebias,EXP(%edi) [all …]
|
D | reg_u_add.S | 38 pushl %edi 42 movl PARAM2,%edi /* source 2 */ 53 movl %edi,%esi 60 movl SIGL(%edi),%ebx 61 movl SIGH(%edi),%eax 64 movl PARAM3,%edi /* destination */ 65 movw %dx,EXP(%edi) /* Copy exponent to destination */ 145 incw EXP(%edi) 163 popl %edi
|
D | reg_u_div.S | 85 pushl %edi 90 movl DEST,%edi 106 movw %dx,EXP(%edi) 149 incw EXP(%edi) 425 incw EXP(%edi) 435 decw EXP(%edi) /* binary point between 1st & 2nd bits */ 466 popl %edi
|
/arch/x86/include/asm/ |
D | string_32.h | 54 long esi, edi; in __constant_memcpy() local 88 edi = (long)to; in __constant_memcpy() 93 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) in __constant_memcpy() 94 : "0" (n / 4), "1" (edi), "2" (esi) in __constant_memcpy() 101 : "=&D"(edi), "=&S"(esi) in __constant_memcpy() 102 : "0"(edi), "1"(esi) in __constant_memcpy() 106 : "=&D"(edi), "=&S"(esi) in __constant_memcpy() 107 : "0"(edi), "1"(esi) in __constant_memcpy() 111 : "=&D"(edi), "=&S"(esi) in __constant_memcpy() 112 : "0"(edi), "1"(esi) in __constant_memcpy() [all …]
|
/arch/um/sys-i386/ |
D | checksum.S | 254 pushl %edi 260 movl ARGBASE+8(%esp),%edi # dst 262 testl $2, %edi # Check alignment. 270 DST( movw %bx, (%edi) ) 271 addl $2, %edi 282 DST( movl %ebx, (%edi) ) 284 DST( movl %edx, 4(%edi) ) 289 DST( movl %ebx, 8(%edi) ) 291 DST( movl %edx, 12(%edi) ) 296 DST( movl %ebx, 16(%edi) ) [all …]
|
D | setjmp.S | 13 # %edi 34 movl %edi,16(%edx) 55 movl 16(%edx),%edi
|
/arch/x86/lib/ |
D | checksum_32.S | 312 pushl %edi 314 CFI_REL_OFFSET edi, 0 324 movl ARGBASE+8(%esp),%edi # dst 326 testl $2, %edi # Check alignment. 334 DST( movw %bx, (%edi) ) 335 addl $2, %edi 346 DST( movl %ebx, (%edi) ) 348 DST( movl %edx, 4(%edi) ) 353 DST( movl %ebx, 8(%edi) ) 355 DST( movl %edx, 12(%edi) ) [all …]
|
/arch/x86/boot/compressed/ |
D | head_64.S | 120 leal pgtable(%ebx), %edi 126 leal pgtable + 0(%ebx), %edi 127 leal 0x1007 (%edi), %eax 128 movl %eax, 0(%edi) 131 leal pgtable + 0x1000(%ebx), %edi 132 leal 0x1007(%edi), %eax 134 1: movl %eax, 0x00(%edi) 136 addl $8, %edi 141 leal pgtable + 0x2000(%ebx), %edi 144 1: movl %eax, 0(%edi) [all …]
|
D | head_32.S | 94 leal _end(%ebx), %edi 123 leal _edata(%ebx),%edi 125 subl %edi,%ecx 156 movl %ebp, %edi 157 addl %ecx, %edi 169 1: subl $4, %edi 170 movl 0(%edi), %ecx
|
/arch/x86/xen/ |
D | xen-asm_32.S | 271 lea PT_EFLAGS(%esp), %edi 278 movl 0+4(%edi),%eax /* copy EAX (just above top of frame) */ 281 lea ESP_OFFSET(%edi),%edi /* move dest up over saved regs */ 289 lea 4(%edi),%esp /* point esp to new frame */
|
/arch/x86/power/ |
D | hibernate_asm_32.S | 22 movl %edi, saved_context_edi 42 movl pbe_orig_address(%edx), %edi 74 movl saved_context_edi, %edi
|
/arch/x86/kernel/cpu/cpufreq/ |
D | speedstep-smi.c | 102 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; in speedstep_smi_get_freqs() local 119 : "=a" (result), "=b" (high_mhz), "=c" (low_mhz), "=d" (state), "=D" (edi), "=S" (dummy) in speedstep_smi_get_freqs() 143 u32 result, state, edi, command, dummy; in speedstep_get_state() local 153 : "=a" (result), "=b" (state), "=D" (edi), "=c" (dummy), "=d" (dummy), "=S" (dummy) in speedstep_get_state()
|
/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 57 movl %edi, saved_context_edi 69 movl saved_context_edi, %edi
|
/arch/x86/boot/ |
D | pmjump.S | 75 xorl %edi, %edi
|
/arch/x86/kernel/cpu/mcheck/ |
D | p4.c | 27 u32 edi; member 137 rdmsr(MSR_IA32_MCG_EDI, r->edi, h); in intel_get_extended_msrs() 166 dbg.esi, dbg.edi, dbg.ebp, dbg.esp); in intel_machine_check()
|