Searched refs:ebp (Results 1 - 25 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s35 pushl %ebp
36 movl %esp, %ebp
37 movl 8(%ebp), %eax
39 popl %ebp
44 pushl %ebp
45 movl %esp, %ebp
47 movl $0x0, -4(%ebp)
50 leal -4(%ebp), %eax
71 popl %ebp
H A Dtst.embedded.s35 pushl %ebp
36 movl %esp, %ebp
37 movl 8(%ebp), %eax
39 popl %ebp
44 pushl %ebp
45 movl %esp, %ebp
47 movl $0x0, -4(%ebp)
49 leal -4(%ebp), %eax
66 popl %ebp
H A Dtst.retlist.s40 pushl %ebp
41 movl %esp, %ebp
42 movl 8(%ebp), %eax
44 popl %ebp
H A Dtst.ret.s64 pushl %ebp
65 movl %esp, %ebp
66 movl 8(%ebp), %eax
68 movl %ebp, %esp
69 popl %ebp
74 pushl %ebp
75 movl %esp, %ebp
77 movl $0x0, -4(%ebp)
80 leal -4(%ebp), %eax
105 movl %ebp,
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s80 pushl %ebp /* allocate a stack frame */
81 movl %esp, %ebp
84 movl $0, EH_LOCALS_GREG(TRAPNO)(%ebp)
85 movl $0, EH_LOCALS_GREG(ERR)(%ebp)
86 movl %ebx, EH_LOCALS_GREG(EBX)(%ebp)
87 movl %ecx, EH_LOCALS_GREG(ECX)(%ebp)
88 movl %edx, EH_LOCALS_GREG(EDX)(%ebp)
89 movl %edi, EH_LOCALS_GREG(EDI)(%ebp)
90 movl %esi, EH_LOCALS_GREG(ESI)(%ebp)
91 mov %cs, EH_LOCALS_GREG(CS)(%ebp)
[all...]
H A Dcrt.s59 movl %esp, %ebp / first stack frame
65 movl 8(%ebp), %eax / argc in %eax
66 leal 12(%ebp), %ebx / &argv[0] in %ebx
67 leal 16(%ebp,%eax,4), %ecx / envp in %ecx
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s35 pushl %ebp
36 movl %esp, %ebp
37 movl %esp, (%ebp)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.s45 pushl %ebp
46 movl %esp,%ebp
47 fldl 16(%ebp) / y
49 fldl 8(%ebp) / load x
60 movl %ecx,-8(%ebp)
62 movl %ecx,-4(%ebp)
72 movl %ecx,-8(%ebp)
75 movl %ecx,-4(%ebp)
81 movl 8(%ebp),%eax / low x
82 movl 12(%ebp),
[all...]
H A Datan2.s55 pushl %ebp
56 movl %esp,%ebp
59 pushl 12(%ebp) / high y
60 pushl 8(%ebp) / low y
61 pushl 20(%ebp) / high x
62 pushl 16(%ebp) / low x
H A Dnextafterl.s41 pushl %ebp
42 movl %esp,%ebp
43 fldt 20(%ebp) / y
45 fldt 8(%ebp) / load x
55 movl $1,-12(%ebp) /// -12(%ebp) contains Fminl
56 movl $0,-8(%ebp)
58 movl %ecx,-4(%ebp)
67 movl $1,-12(%ebp) /// -12(%ebp) contain
[all...]
H A Dnexttowardl.s41 pushl %ebp
42 movl %esp,%ebp
43 fldt 20(%ebp) / y
45 fldt 8(%ebp) / load x
55 movl $1,-12(%ebp) /// -12(%ebp) contains Fminl
56 movl $0,-8(%ebp)
58 movl %ecx,-4(%ebp)
67 movl $1,-12(%ebp) /// -12(%ebp) contain
[all...]
H A Dnextafterf.s42 pushl %ebp
43 movl %esp,%ebp
45 flds 12(%ebp) / y
47 flds 8(%ebp) / x, y
57 movl $0x1,-4(%ebp) / -4(%ebp) contains Fminf
66 movl $0x80000001,-4(%ebp) / -4(%ebp) contains -Fminf
72 movl 8(%ebp),%eax / x
74 movl %eax,-4(%ebp)
[all...]
H A D__reduction.s65 pushl %ebp
66 movl %esp,%ebp
69 leal -16(%ebp),%eax / address of y[0]
72 pushl 16(%ebp)
73 pushl 12(%ebp)
75 pushl 20(%ebp)
76 pushl 16(%ebp)
79 fldl -8(%ebp) / y[1]
80 fldl -16(%ebp) / y[0], y[1]
H A Dlog.s64 pushl %ebp
65 movl %esp,%ebp
79 pushl %ebp
80 movl %esp,%ebp
85 pushl 12(%ebp)
86 pushl 8(%ebp)
87 pushl 12(%ebp)
88 pushl 8(%ebp)
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dgetcpuid.s46 pushl %ebp
47 movl %esp, %ebp
49 movl 8(%ebp), %eax
52 movl 0xc(%ebp), %eax
54 movl 0x10(%ebp), %eax
56 movl 0x14(%ebp), %eax
60 popl %ebp
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s56 * pushl %ebp
57 * movl %esp, %ebp
61 * so - -4(%ebp) contains the dyndata ptr
97 * -4(%ebp) store dyndata ptr
98 * -8(%ebp) store call destination
99 * -84(%ebp) space for gregset
100 * -88(%ebp) prev stack size
101 * -92(%ebp) entering %eax
102 * -96(%ebp) entering %ebx
103 * -100(%ebp) enterin
[all...]
H A Dcaller.s47 movl 4(%ebp),%eax
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/
H A Dkaif_invoke.s46 pushl %ebp
47 movl %esp, %ebp
50 movl 0xc(%ebp), %ecx /* argc */
51 movl 0x10(%ebp), %edi /* argv */
61 2: movl 0x8(%ebp), %eax
65 movl 0xc(%ebp), %ecx
H A Dkmdb_setcontext.s48 pushl %ebp
49 movl %esp, %ebp
51 movl 8(%ebp), %eax
/illumos-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s44 movl (%ebp), %edx / pop first frame [ back to f1() ]
45 movl (%edx), %ebp / pop second frame [ back to f2() ]
49 movl %ebp, 4(%esp)
62 pushl %ebp / save current frame pointer
64 movl (%ebp), %ebp / pop out one frame
69 movl %ebp, 4(%esp) / _t_cancel() gets frame pointer arg
79 movl %ebp, 4(%esp)
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dstart.S44 pushl %ebp
45 movl %esp, %ebp
47 pushl 12(%ebp) /* image_handle */
48 pushl 8(%ebp) /* system_table */
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.s47 push %ebp
48 mov %esp,%ebp
50 mov 12(%ebp),%eax / A.hi (a)
51 mull 16(%ebp) / Multiply A.hi by B.lo (produces ad)
53 movl 8(%ebp),%eax / A.Lo (b)
55 mull 16(%ebp) / Multiply A.Lo by B.LO (dx:ax = bd.)
58 mull 20(%ebp) / Multiply A.lo * B.hi (producing bc)
63 movl %ebp,%esp
64 popl %ebp
H A D_getsp.s36 movl %ebp, %eax
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s56 push %ebp / save stack
57 mov %esp,%ebp
71 movl 8(%ebp), %eax
78 pop %ebp / restore frame pointer
/illumos-gate/usr/src/lib/common/i386/
H A Dcrti.s62 pushl %ebp
63 movl %esp, %ebp
79 pushl %ebp
80 movl %esp, %ebp

Completed in 116 milliseconds

12345