Searched refs:ebp (Results 76 - 100 of 180) sorted by relevance

12345678

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dexeprefix.S116 xorl %ebp, %ebp
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/
H A Dshuffle-simple.asm30 mov ebp, 0x7c00
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dint10Defines.h22 #define X86_EBP CPU_RD(ebp,0)
34 #define X86_BP CPU_RW(ebp,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dint10Defines.h52 #define X86_EBP CPU_RD(ebp,0)
64 #define X86_BP CPU_RW(ebp,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dint10Defines.h52 #define X86_EBP CPU_RD(ebp,0)
64 #define X86_BP CPU_RW(ebp,0)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DS3Asm.asm34 push ebp
35 mov ebp, esp
39 mov ecx, [ebp + 8]
/vbox/src/VBox/Runtime/common/math/
H A Dllrint.asm39 push ebp
40 mov ebp, esp
43 fld qword [ebp + 8h]
H A Dllrintf.asm39 push ebp
40 mov ebp, esp
43 fld dword [ebp + 8h]
H A Dlrint.asm39 push ebp
40 mov ebp, esp
43 fld qword [ebp + 8h]
H A Dlrintf.asm39 push ebp
40 mov ebp, esp
43 fld dword [ebp + 8h]
H A DRTUInt128MulByU64.asm39 ; @param puResult x86:[ebp + 8] gcc:rdi msc:rcx
40 ; @param puValue1 x86:[ebp + 12] gcc:rsi msc:rdx
41 ; @param uValue2 x86:[ebp + 16] gcc:rdx msc:r8
H A Dldexpl.asm35 ; @param exp [ebp + 14h] gcc:edi msc:ecx
46 fild dword [ebp + xCB*2 + RTLRD_CB]
H A Dremainderl.asm44 fld tword [ebp + 8h + RTLRD_CB]
45 fld tword [ebp + 8h]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm175 push ebp ; ebp is not used by APM
179 mov ebp, apm_pm32_back
183 pop ebp
184 add ebp, 8 ; calculate 16-bit code selector
187 mov ebp, apm_pm16_entry_from_32
197 pop ebp ; restore scratch register
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm63 mov [xDX + VMMR0JMPBUF.ebp], ebp
172 mov ebp, [xDX + VMMR0JMPBUF.ebp]
270 pop ebp
280 ; @param pJmpBuf msc:rcx gcc:rdi x86:[ebp+8] Pointer to the jump buffer.
281 ; @param rc msc:rdx gcc:rsi x86:[ebp+c] The return code.
287 push ebp
288 mov ebp, esp
300 mov edx, [ebp
[all...]
H A DTRPMR0A.asm30 ; @param uIP x86:[ebp+8] msc:rcx gcc:rdi The interrupt gate IP.
31 ; @param SelCS x86:[ebp+12] msc:dx gcc:si The interrupt gate CS.
93 mov ecx, [ebp + 8] ; uIP
94 movzx edx, word [ebp + 12] ; SelCS
/vbox/src/libs/zlib-1.2.6/contrib/gcc_gvmat64/
H A Dgvmat64.S253 mov ebp, strstart
272 sub ebp, eax
276 cmovng ebp,edi
307 cmp r8d, ebp
327 cmp r8d, ebp
346 cmp r8d, ebp
381 ;;; ebp = limit
388 cmp r8d, ebp
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm35 push ebp
36 mov ebp, esp
40 mov ebx, [ebp + 8] ; pTst
61 ; Does an rdtsc (trashing edx:eax) and move the result to ecx:ebp.
64 xchg eax, ebp
71 ; Input is in edi:esi (start) and [ebp + 8] points to TSTMICRO.
74 mov ebx, [ebp + 8]
85 ; Input is in edi:esi (start) and [ebp + 8] points to TSTMICRO.
102 mov [gEBPResume], ebp
274 xor ebp, eb
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DLongJump.S39 movl 12(%edx), %ebp
H A DThunk16.asm124 add bp, ax ; add ebp, eax
161 mov cr4, ebp ; real mode starts at next instruction
167 pop bp ; ebp <- address of @Base
213 InternalAsmThunk16 PROC USES ebp ebx esi edi ds es fs gs
238 mov ebp, cr4
239 mov [edx + (SavedCr4 - SavedCr0)], ebp
240 and ebp, 300h ; clear all but PCE and OSFXSR bits
248 lea eax, [ebp - sizeof (IA32_REGS)] ; eax <- the address of IA32_REGS
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DSearchForBfvBase.asm77 mov ebp, eax
81 mov ebp, eax
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffast.S230 pushl %ebp
257 movl start_sp(%esp), %ebp
261 subl %ecx, %ebp /* start -= avail_out */
262 negl %ebp /* start = -start */
263 addl %ebx, %ebp /* start += next_out */
269 movl %ebp, beg(%esp)
309 movl hold_state(state_r), %ebp
347 orl %eax, %ebp
420 #define hold_r %ebp
435 /* regs: %esi = in, %ebp
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/
H A Dlibrm.S193 /* Real-mode %ss:%sp => %ebp:%edx and virtual address => %esi */
194 xorl %ebp, %ebp
197 movl %ebp, %eax
273 /* Real-mode %ss:sp => %ebp:edx and virtual address => %edi */
274 movzwl rm_ss, %ebp
277 movl %ebp, %eax
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1A.asm64 mov bl, byte [ds:ebp + 1234h]
77 mov ebx, [ebp + eax*4 + 4]
78 mov ebx, [ebp + eax*4]
133 pfrcpit1 mm2, qword [es:ebp+000101510h]
143 pmulhrwa mm0, qword [ds:ebp+edi*8+00f000001h]
206 lddqu xmm1, [ds:ebp+edi*8+00f000001h]
207 vlddqu xmm1, [ds:ebp+edi*8+00f000001h]
208 vlddqu ymm1, [ds:ebp+edi*8+00f000001h]
306 mov rbx, [ebp + eax*4]
396 lddqu xmm1, [ebp
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm384 push ebp
385 mov ebp, esp
458 pop ebp
550 pop ebp
696 push ebp
705 pop ebp
764 pop ebp
796 push ebp ; bp - 0h
797 mov ebp, esp
824 mov cx, [ebp
[all...]

Completed in 103 milliseconds

12345678