HomeSort by relevance Sort by last modified time
    Searched refs:ebp (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libm/i387/
s_trunc.S 10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 fldl 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
s_truncf.S 10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 flds 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
s_truncl.S 10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
17 movw %dx,-8(%ebp)
18 fldcw -8(%ebp) /* load modfied control word */
20 fldt 8(%ebp) /* round */
23 fldcw -4(%ebp) /* restore original control word */
s_ceil.S 41 pushl %ebp
42 movl %esp,%ebp
45 fstcw -4(%ebp) /* store fpu control word */
46 movw -4(%ebp),%dx
49 movw %dx,-8(%ebp)
50 fldcw -8(%ebp) /* load modfied control word */
52 fldl 8(%ebp); /* round */
55 fldcw -4(%ebp) /* restore original control word */
s_ceilf.S 12 pushl %ebp
13 movl %esp,%ebp
16 fstcw -4(%ebp) /* store fpu control word */
17 movw -4(%ebp),%dx
20 movw %dx,-8(%ebp)
21 fldcw -8(%ebp) /* load modfied control word */
23 flds 8(%ebp); /* round */
26 fldcw -4(%ebp) /* restore original control word */
s_ceill.S 10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
18 movw %dx,-8(%ebp)
19 fldcw -8(%ebp) /* load modfied control word */
21 fldt 8(%ebp) /* round */
24 fldcw -4(%ebp) /* restore original control word */
s_floor.S 41 pushl %ebp
42 movl %esp,%ebp
45 fstcw -4(%ebp) /* store fpu control word */
46 movw -4(%ebp),%dx
49 movw %dx,-8(%ebp)
50 fldcw -8(%ebp) /* load modfied control word */
52 fldl 8(%ebp); /* round */
55 fldcw -4(%ebp) /* restore original control word */
s_floorf.S 12 pushl %ebp
13 movl %esp,%ebp
16 fstcw -4(%ebp) /* store fpu control word */
17 movw -4(%ebp),%dx
20 movw %dx,-8(%ebp)
21 fldcw -8(%ebp) /* load modfied control word */
23 flds 8(%ebp); /* round */
26 fldcw -4(%ebp) /* restore original control word */
s_floorl.S 10 pushl %ebp
11 movl %esp,%ebp
14 fstcw -4(%ebp) /* store fpu control word */
15 movw -4(%ebp),%dx
18 movw %dx,-8(%ebp)
19 fldcw -8(%ebp) /* load modfied control word */
21 fldt 8(%ebp) /* round */
24 fldcw -4(%ebp) /* restore original control word */
  /dalvik/vm/mterp/x86/
entry.S 28 push %ebp # save caller base pointer
29 movl %esp, %ebp # set our %ebp
40 movl %edi,EDI_SPILL(%ebp)
41 movl %esi,ESI_SPILL(%ebp)
42 movl %ebx,EBX_SPILL(%ebp)
76 movl %esp,%ebp
77 addl $$(FRAME_SIZE-4), %ebp # Restore %ebp at point of setjmp
78 movl EDI_SPILL(%ebp),%ed
    [all...]
  /external/llvm/test/MC/AsmParser/
hello.s 8 pushl %ebp
9 movl %esp, %ebp
14 movl $0, -4(%ebp)
19 movl $0, -4(%ebp)
20 movl -4(%ebp), %eax
22 popl %ebp
  /dalvik/vm/compiler/template/ia32/
header.S 20 #define rSELF (%ebp)
  /system/core/debuggerd/x86/
unwind.c 19 unsigned int ebp = (unsigned int)r.ebp; local
25 //ebp==0, it indicates that the stack is poped to the bottom or there is no stack at all.
26 while (ebp) {
44 eip = ptrace(PTRACE_PEEKTEXT, pid, (void*)(ebp + 4), NULL);
45 ebp = ptrace(PTRACE_PEEKTEXT, pid, (void*)ebp, NULL);
47 ebp = (unsigned int)r.ebp;
50 if (ebp)
    [all...]
crashglue.S 14 movl $0, %ebp
15 jmp *%ebp
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 21 ;; ConverterInfo (ebp+..)
34 push ebp
35 mov ebp,esp
40 mov eax,[ebp+8]
45 mov ebp,eax
47 mov esi,[ebp+0]
48 mov edi,[ebp+16]
51 mov ecx,[ebp+4]
53 call [ebp+32]
55 add esi,[ebp+12
    [all...]
x86_main.asm 23 ;; ConverterInfo (ebp+..)
36 push ebp
37 mov ebp,esp
42 mov eax,[ebp+8]
47 mov ebp,eax
49 mov esi,[ebp+0]
50 mov edi,[ebp+16]
53 mov ecx,[ebp+4]
55 call [ebp+32]
57 add esi,[ebp+12
    [all...]
  /external/valgrind/main/none/tests/x86/
cpuid_s.S 11 pushl %ebp
12 movl %esp, %ebp
13 movl 8(%ebp), %eax
35 popl %ebp
41 pushl %ebp
42 movl %esp, %ebp
43 movl 8(%ebp), %eax
65 popl %ebp
  /external/libffi/src/x86/
win32.S 43 pushl %ebp
44 movl %esp,%ebp
47 movl 16(%ebp),%ecx
53 pushl 12(%ebp)
55 call *8(%ebp)
63 call *28(%ebp)
66 movl 16(%ebp),%ecx
70 movl 20(%ebp),%ecx
73 cmpl $0,24(%ebp)
88 movl 24(%ebp),%ec
    [all...]
sysv.S 43 pushl %ebp
45 movl %esp,%ebp
49 movl 16(%ebp),%ecx
56 pushl 12(%ebp)
58 call *8(%ebp)
63 call *28(%ebp)
66 movl 20(%ebp),%ecx
72 cmpl $0,24(%ebp)
127 movl 24(%ebp),%ecx
133 movl 24(%ebp),%ecx
    [all...]
  /external/quake/quake/src/QW/client/
d_scana.s 43 pushl %ebp // preserve caller's stack frame pointer
57 movl C(r_turb_turb),%ebp
61 movl (%ebp,%eax,4),%eax
62 movl (%ebp,%edx,4),%edx
70 movl C(r_turb_pbase),%ebp
75 movb (%ebp,%edx,1),%dl
85 popl %ebp // restore caller's stack frame pointer
surf8.s 48 pushl %ebp // preserve caller's stack frame
71 movl %eax,%ebp
75 subl %edx,%ebp
77 andl $0xFFFFF,%ebp
94 orl $0xF0000000,%ebp
109 movl %ebp,C(lightdelta)
112 sarl $4,%ebp
116 addl %ebp,%edx
119 addl %ebp,%edx
130 addl %ebp,%ed
    [all...]
  /external/quake/quake/src/WinQuake/
d_scana.s 43 pushl %ebp // preserve caller's stack frame pointer
57 movl C(r_turb_turb),%ebp
61 movl (%ebp,%eax,4),%eax
62 movl (%ebp,%edx,4),%edx
70 movl C(r_turb_pbase),%ebp
75 movb (%ebp,%edx,1),%dl
85 popl %ebp // restore caller's stack frame pointer
worlda.s 61 pushl %ebp
65 movl hu_planes(%ebx),%ebp
74 // %ebp: hull->planes
93 movb pl_type(%ebp,%ecx,4),%bl
99 flds pl_normal(%ebp,%ecx,4)
101 flds pl_normal+4(%ebp,%ecx,4)
103 flds pl_normal+8(%ebp,%ecx,4)
108 fsubs pl_dist(%ebp,%ecx,4)
112 flds pl_dist(%ebp,%ecx,4)
135 popl %ebp
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 61 pushl %ebp
64 movl %esp, %ebp
65 popl %ebp
74 pushl %ebp
75 movl %esp, %ebp
91 pushl %ebp
92 movl %esp, %ebp
  /external/quake/quake/src/QW/server/
worlda.s 41 pushl %ebp
45 movl hu_planes(%ebx),%ebp
54 // %ebp: hull->planes
73 movl pl_type(%ebp,%ecx,4),%bl
79 flds pl_normal(%ebp,%ecx,4)
81 flds pl_normal+4(%ebp,%ecx,4)
83 flds pl_normal+8(%ebp,%ecx,4)
88 fsubs pl_dist(%ebp,%ecx,4)
92 flds pl_dist(%ebp,%ecx,4)
115 popl %ebp
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 9