Home
last modified time | relevance | path

Searched refs:movl (Results 1 – 25 of 139) sorted by relevance

123456

/openbmc/linux/arch/x86/math-emu/
H A Dmul_Xsig.S30 movl %esp,%ebp
34 movl PARAM1,%esi
35 movl PARAM2,%ecx
38 movl %eax,-4(%ebp)
39 movl %eax,-8(%ebp)
41 movl (%esi),%eax /* lsl of Xsig */
43 movl %edx,-12(%ebp)
45 movl 4(%esi),%eax /* midl of Xsig */
51 movl 8(%esi),%eax /* msl of Xsig */
56 movl -12(%ebp),%eax
[all …]
H A Dwm_sqrt.S80 movl %esp,%ebp
88 movl PARAM1,%esi
90 movl SIGH(%esi),%eax
91 movl SIGL(%esi),%ecx
107 movl %eax,FPU_fsqrt_arg_2 /* ms word of n */
108 movl %ecx,FPU_fsqrt_arg_1
109 movl %edx,FPU_fsqrt_arg_0
114 movl $0xaaaaaaaa,%ecx
120 movl $0x80000000,%edx /* round up */
123 movl %edx,%esi /* Our first guess */
[all …]
H A Dround_Xsig.S28 movl %esp,%ebp
33 movl PARAM1,%esi
35 movl 8(%esi),%edx
36 movl 4(%esi),%ebx
37 movl (%esi),%eax
39 movl $0,-4(%ebp)
45 movl %ebx,%edx
46 movl %eax,%ebx
48 movl $-32,-4(%ebp)
68 movl $0x80000000,%edx
[all …]
H A Ddiv_Xsig.S80 movl %esp,%ebp
89 movl PARAM1,%esi /* pointer to num */
90 movl PARAM2,%ebx /* pointer to denom */
116 movl XsigH(%esi),%eax
118 movl %eax,FPU_accum_3
119 movl XsigL(%esi),%eax
121 movl %eax,FPU_accum_2
122 movl XsigLL(%esi),%eax
124 movl %eax,FPU_accum_1
125 movl $0,%eax
[all …]
H A Dwm_shrx.S38 movl %esp,%ebp
40 movl PARAM2,%ecx
41 movl PARAM1,%esi
47 movl (%esi),%ebx /* lsl */
48 movl 4(%esi),%edx /* msl */
53 movl %ebx,(%esi)
54 movl %edx,4(%esi)
65 movl (%esi),%eax /* lsl */
66 movl 4(%esi),%edx /* msl */
69 movl %edx,(%esi)
[all …]
H A Dpolynom_Xsig.S42 movl %esp,%ebp
48 movl PARAM2,%esi /* x */
49 movl PARAM3,%edi /* terms */
51 movl TERM_SIZE,%eax
55 movl 4(%edi),%edx /* terms[n] */
56 movl %edx,SUM_MS
57 movl (%edi),%edx /* terms[n] */
58 movl %edx,SUM_MIDDLE
60 movl %eax,SUM_LS
69 movl %eax,ACCUM_MS
[all …]
H A Dreg_u_div.S80 movl %esp,%ebp
89 movl REGA,%esi
90 movl REGB,%ebx
91 movl DEST,%edi
103 movl EXP_WAY_UNDER,%edx
121 movl SIGH(%ebx),%ecx /* The divisor */
122 movl SIGH(%esi),%edx /* Dividend */
123 movl SIGL(%esi),%eax /* Dividend */
134 movl %eax,FPU_result_2
139 movl %eax,FPU_result_1
[all …]
H A Dshr_Xsig.S27 movl %esp,%ebp
29 movl PARAM2,%ecx
30 movl PARAM1,%esi
36 movl (%esi),%eax /* lsl */
37 movl 4(%esi),%ebx /* midl */
38 movl 8(%esi),%edx /* msl */
42 movl %eax,(%esi)
43 movl %ebx,4(%esi)
44 movl %edx,8(%esi)
55 movl 4(%esi),%eax /* midl */
[all …]
/openbmc/linux/arch/x86/kernel/
H A Drelocate_kernel_32.S49 movl 20+8(%esp), %ebp /* list of pages */
50 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi
51 movl %esp, ESP(%edi)
52 movl %cr0, %eax
53 movl %eax, CR0(%edi)
54 movl %cr3, %eax
55 movl %eax, CR3(%edi)
56 movl %cr4, %eax
57 movl %eax, CR4(%edi)
60 movl 20+4(%esp), %ebx /* page_list */
[all …]
H A Dhead_32.S69 movl pa(initial_stack),%ecx
75 movl $(__BOOT_DS),%eax
76 movl %eax,%ds
77 movl %eax,%es
78 movl %eax,%fs
79 movl %eax,%gs
80 movl %eax,%ss
88 movl $pa(__bss_start),%edi
89 movl $pa(__bss_stop),%ecx
101 movl
[all...]
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcar.S46 movl $0x000C4500, %eax
47 movl $0xFEE00300, %esi
48 movl %eax, (%esi)
51 movl $MSR_IA32_UCODE_WRITE, %ecx
53 movl $_dt_ucode_base_size, %eax
54 movl (%eax), %eax
60 movl $mtrr_table, %esi
61 movl $((mtrr_table_end - mtrr_table) / 2), %edi
74 movl $MTRR_DEF_TYPE_MSR, %ecx
81 movl $(MTRR_PHYS_BASE_MSR(0)), %ecx
[all …]
/openbmc/linux/arch/x86/lib/
H A Dmsr-reg.S20 movl (%rdi), %eax
21 movl 4(%rdi), %ecx
22 movl 8(%rdi), %edx
23 movl 12(%rdi), %ebx
24 movl 20(%rdi), %r12d
25 movl 24(%rdi), %esi
26 movl 28(%rdi), %edi
28 2: movl %eax, (%r10)
29 movl %r11d, %eax /* Return value */
30 movl %ecx, 4(%r10)
[all …]
H A Dmemmove_32.S35 movl %esp, %ebp // set standard frame pointer
42 movl src_in, src
43 movl dest_in, dest
60 movl src, tmp0
70 movl 0*4(src), tmp0
71 movl 1*4(src), tmp1
72 movl tmp0, 0*4(dest)
73 movl tmp1, 1*4(dest)
74 movl 2*4(src), tmp0
75 movl 3*4(src), tmp1
[all …]
H A Datomic64_386_32.S37 movl (v), %eax
38 movl 4(v), %edx
45 movl %ebx, (v)
46 movl %ecx, 4(v)
53 movl (v), %eax
54 movl 4(v), %edx
55 movl %ebx, (v)
56 movl %ecx, 4(v)
73 movl %eax, (v)
74 movl %edx, 4(v)
[all …]
H A Datomic64_cx8_32.S12 movl %ebx, %eax
13 movl %ecx, %edx
50 movl %eax, %esi
51 movl %edx, %edi
52 movl %ecx, %ebp
56 movl %eax, %ebx
57 movl %edx, %ecx
65 movl %ebx, %eax
66 movl %ecx, %edx
84 movl %eax, %ebx
[all …]
/openbmc/linux/arch/x86/power/
H A Dhibernate_asm_32.S20 movl %esp, saved_context_esp
21 movl %ebx, saved_context_ebx
22 movl %ebp, saved_context_ebp
23 movl %esi, saved_context_esi
24 movl %edi, saved_context_edi
29 movl %cr3, %eax
30 movl %eax, restore_cr3
40 movl restore_jump_address, %ebx
41 movl restore_cr3, %ebp
43 movl mmu_cr4_features, %ecx
[all …]
/openbmc/linux/arch/x86/boot/compressed/
H A Defi_mixed.S56 movl efi32_boot_sp(%rip), %esp
81 movl %ds, %eax
83 movl %es, %eax
85 movl %ss, %eax
97 movl %esi, 0x0(%rsp)
98 movl %edx, 0x4(%rsp)
99 movl %ecx, 0x8(%rsp)
100 movl %r8d, 0xc(%rsp)
101 movl %r9d, 0x10(%rsp)
102 movl %ebp, 0x14(%rsp)
[all …]
H A Dmem_encrypt.S23 movl $0x80000000, %eax /* CPUID to check the highest leaf */
34 movl $0x8000001f, %eax
39 movl $MSR_AMD64_SEV, %ecx /* Read the SEV MSR */
44 movl %ebx, %eax
69 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
75 movl %eax, %ecx
89 movl $-1, %eax
100 movl %eax, %ebx
106 movl $0, %eax # Request CPUID[fn].EAX
107 movl %ebx, %edx # CPUID fn
[all …]
H A Dhead_64.S108 movl %eax, 2(%eax)
112 movl $__BOOT_DS, %eax
113 movl %eax, %ds
114 movl %eax, %es
115 movl %eax, %fs
116 movl %eax, %gs
117 movl %eax, %ss
148 movl %ebp, %ebx
149 movl BP_kernel_alignment(%esi), %eax
157 movl $LOAD_PHYSICAL_ADDR, %ebx
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S33 movl 44(%ebp), %eax
34 movl %eax, __registers + 0 /* eax */
35 movl 48(%ebp), %eax
36 movl %eax, __registers + 4 /* ebx */
37 movl 52(%ebp), %eax
38 movl %eax, __registers + 8 /* ecx */
39 movl 56(%ebp), %eax
40 movl %eax, __registers + 12 /* edx */
41 movl 60(%ebp), %eax
42 movl %eax, __registers + 16 /* esi */
[all …]
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S60 movl %cr3, \scratch_reg
62 movl \scratch_reg, %cr3
75 movl %cr3, %eax
90 movl %cr3, \scratch_reg
95 movl \scratch_reg, %cr3
184 movl 5*4(%esp), %eax # (modified) regs->sp
186 movl 4*4(%esp), %ecx # flags
187 movl %ecx, %ss:-1*4(%eax)
189 movl 3*4(%esp), %ecx # cs
191 movl %ecx, %ss:-2*4(%eax)
[all …]
/openbmc/linux/arch/x86/platform/olpc/
H A Dxo1-wakeup.S26 movl $initial_page_table - __PAGE_OFFSET, %eax
27 movl %eax, %cr3
29 movl saved_cr4, %eax
30 movl %eax, %cr4
32 movl saved_cr0, %eax
33 movl %eax, %cr0
51 movl %cr3, %eax
52 movl %eax, %cr3
64 movl %cr4, %edx
65 movl %edx, saved_cr4
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Draw_syscall_helper_32.S9 movl 5*4(%esp), %eax /* pointer to args struct */
11 movl 1*4(%eax), %ebx
12 movl 2*4(%eax), %ecx
13 movl 3*4(%eax), %edx
14 movl 4*4(%eax), %esi
15 movl 5*4(%eax), %edi
16 movl 6*4(%eax), %ebp
17 movl 0*4(%eax), %eax
23 movl 6*4(%esp), %eax
25 movl %ebx, 1*4(%eax)
[all …]
/openbmc/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S52 movl %cr0, %eax
54 movl %eax, %cr0
64 movl %eax, %cr0
70 movl $rm_stack_end, %esp
83 movl signature, %eax
88 movl end_signature, %eax
97 movl pmode_behavior, %edi
101 movl pmode_misc_en, %eax
102 movl pmode_misc_en + 4, %edx
103 movl $MSR_IA32_MISC_ENABLE, %ecx
[all …]
H A Dreboot.S26 movl $__KERNEL_DS, %eax
27 movl %eax, %ds
31 movl %cr0, %eax
33 movl %eax, %cr0
39 movl $MSR_EFER, %ecx
42 movl %edi, %eax
59 movl $16, %ecx
60 movl %ecx, %ds
61 movl %ecx, %es
62 movl %ecx, %fs
[all …]

123456