HomeSort by relevance Sort by last modified time
    Searched full:ebp (Results 251 - 275 of 1390) sorted by null

<<11121314151617181920>>

  /external/boringssl/mac-x86/crypto/fipsmodule/
sha256-586.S 8 pushl %ebp
18 popl %ebp
19 leal L001K256-L000pic_point(%ebp),%ebp
28 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L001K256(%ebp),%edx
143 movl (%ebp),%esi
154 addl $4,%ebp
201 movl (%ebp),%esi
213 addl $4,%ebp
241 subl $256,%ebp
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp 240 TestRegReg(cmp, esp, ebp, i32, 2, 0x3B, 0xE5);
241 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE);
249 TestRegReg(cmp, esp, ebp, i16, 3, 0x66, 0x3B, 0xE5);
250 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE);
258 TestRegReg(cmp, esp, ebp, i8, 2, 0x3A, 0xE5);
259 TestRegReg(cmp, ebp, esi, i8, 2, 0x3A, 0xEE);
269 TestRegImm(cmp, ebp, 5, i32, 3, 0x83, 0xFD, 0x05);
278 TestRegImm(cmp, ebp, 5, i16, 4, 0x66, 0x83, 0xFD, 0x05);
287 TestRegImm(cmp, ebp, 5, i8, 3, 0x80, 0xFD, 0x05);
297 TestRegImm(cmp, ebp, 0x100, i32, 6, 0x81, 0xFD, 0x00, 0x01, 0x00, 0x00)
    [all...]
  /external/libjpeg-turbo/simd/
jdsample-mmx.asm 63 push ebp
64 mov ebp,esp
73 mov eax, JDIMENSION [downsamp_width(ebp)] ; colctr
77 mov ecx, INT [max_v_samp(ebp)] ; rowctr
81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
82 mov edi, POINTER [output_data_ptr(ebp)]
192 pop ebp
212 %define original_ebp ebp+0
213 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_MMWORD ; mmword wk[WK_NUM]
221 push ebp
    [all...]
jdsample-sse2.asm 63 push ebp
64 mov ebp,esp
73 mov eax, JDIMENSION [downsamp_width(ebp)] ; colctr
77 mov ecx, INT [max_v_samp(ebp)] ; rowctr
81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
82 mov edi, POINTER [output_data_ptr(ebp)]
190 pop ebp
210 %define original_ebp ebp+0
211 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
219 push ebp
    [all...]
  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 92 0x55, // push ebp
93 0x8B, 0xEC, // mov ebp,esp
94 0x8B, 0x45, 0x08, // mov eax,dword ptr [ebp + 8]
95 0x5D, // pop ebp
100 0x55, // push ebp
101 0x8B, 0xEC, // mov ebp,esp
105 0x8B, 0x45, 0x08, // mov eax,dword ptr [ebp + 8]
107 0x5D, // pop ebp
113 0x55, // push ebp
114 0x8B, 0xEC, // mov ebp,es
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86.pl 47 ($b,$b_)=("ebx","ebp");
122 &picmeup("ebp","OPENSSL_ia32cap_P","eax",&label("pic_point"));
123 &test (&DWP(0,"ebp"),1<<24); # test FXSR bit
125 &test (&DWP(4,"ebp"),1<<9); # test SSSE3 bit
432 &mov ("ebp","esp");
435 &mov (&DWP(512,"esp"),"ebp");
453 &lea ("ebp",&DWP(256+128,"esp")); # size optimization
466 &movdqa (&QWP(16*12-128,"ebp"),"xmm0");
467 &movdqa (&QWP(16*13-128,"ebp"),"xmm1");
468 &movdqa (&QWP(16*14-128,"ebp"),"xmm2")
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DisablePaging32.c 28 push ebp
29 mov ebp, esp local
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stacks.s 68 # Fixup the ebp point to permenent memory
70 movl %ebp, %eax
73 movl %eax, %ebp # From now, ebp is pointed to permenent memory
76 # Fixup callee's ebp point for PeiDispatch
78 # movl %ebp, %eax
81 # movl %eax, %ebp # From now, ebp is pointed to permenent memory
  /external/llvm/test/CodeGen/X86/
2010-06-25-asm-RA-crash.ll 13 call void asm sideeffect "push %ebp\0Apush $$0\0Apush $$0\0Apush $$Return${:uid}\0Apush $0\0Acall ${1:c}\0AReturn${:uid}: pop %ebp\0A", "imr,imr,~{ax},~{bx},~{cx},~{dx},~{si},~{di},~{flags},~{memory},~{dirflag},~{fpsr},~{flags}"(i8* %tmp.i, void (...)* @RtlUnwind) nounwind, !srcloc !0
avx2-nontemporal.ll 8 ; X32-NEXT: pushl %ebp
9 ; X32-NEXT: movl %esp, %ebp
12 ; X32-NEXT: vmovdqa 104(%ebp), %ymm3
13 ; X32-NEXT: vmovdqa 72(%ebp), %ymm4
14 ; X32-NEXT: vmovdqa 40(%ebp), %ymm5
15 ; X32-NEXT: movl 8(%ebp), %eax
28 ; X32-NEXT: movl %ebp, %esp
29 ; X32-NEXT: popl %ebp
inline-asm-stack-realign3.ll 23 ; CHECK: pushl %ebp
28 ; CHECK: popl %ebp
localescape.ll 67 ; Force usage of EBP with a dynamic alloca.
90 ; X86: pushl %ebp
91 ; X86: movl %esp, %ebp
95 ; X86: movl $42, -4(%ebp)
96 ; X86: movl $13, -12(%ebp)
97 ; X86: pushl %ebp
99 ; X86: movl %ebp, %esp
100 ; X86: popl %ebp
unwind-init.ll 29 ; X8632: pushl %ebp
36 ; X8632: popl %ebp
force-align-stack-alloca.ll 20 ; CHECK: pushl %ebp
21 ; CHECK-NEXT: movl %esp, %ebp
55 ; Restore %esp from %ebp (frame pointer) and subtract the size of
59 ; CHECK: leal -8(%ebp), %esp
62 ; CHECK-NEXT: popl %ebp
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2010-06-25-asm-RA-crash.ll 13 call void asm sideeffect "push %ebp\0Apush $$0\0Apush $$0\0Apush $$Return${:uid}\0Apush $0\0Acall ${1:c}\0AReturn${:uid}: pop %ebp\0A", "imr,imr,~{ax},~{bx},~{cx},~{dx},~{si},~{di},~{flags},~{memory},~{dirflag},~{fpsr},~{flags}"(i8* %tmp.i, void (...)* @RtlUnwind) nounwind, !srcloc !0
  /external/syslinux/gpxe/src/arch/i386/core/
dumpregs.c 16 "ESI=%08x EDI=%08x EBP=%08x ESP=%08x\n"
20 ix86->regs.ebp, ix86->regs.esp,
setjmp.S 19 movl %ebp,12(%ecx)
35 movl 12(%edx),%ebp
  /external/valgrind/none/tests/x86/
bug126147-x86.c 59 %ebp = if uppercase is set, then %ebp is 'A'-10 else %ebp is 'a'-10
69 " pushl %ebp\n"
78 " movl $55, %ebp # 55 == char(A)-10\n"
82 " addl $0x20, %ebp # set lowercase\n"
90 " addl %ebp, %edx\n"
108 " popl %ebp\n"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
avx-gather-intel.d 12 [ ]*[a-f0-9]+: c4 e2 e9 92 4c 7d 00 vgatherdpd xmm1,QWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm2
13 [ ]*[a-f0-9]+: c4 e2 e9 93 4c 7d 00 vgatherqpd xmm1,QWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm2
14 [ ]*[a-f0-9]+: c4 e2 ed 92 4c 7d 00 vgatherdpd ymm1,QWORD PTR \[ebp\+xmm7\*2\+0x0\],ymm2
15 [ ]*[a-f0-9]+: c4 e2 ed 93 4c 7d 00 vgatherqpd ymm1,QWORD PTR \[ebp\+ymm7\*2\+0x0\],ymm2
24 [ ]*[a-f0-9]+: c4 e2 69 92 4c 7d 00 vgatherdps xmm1,DWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm2
25 [ ]*[a-f0-9]+: c4 e2 69 93 4c 7d 00 vgatherqps xmm1,DWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm2
26 [ ]*[a-f0-9]+: c4 e2 6d 92 4c 7d 00 vgatherdps ymm1,DWORD PTR \[ebp\+ymm7\*2\+0x0\],ymm2
27 [ ]*[a-f0-9]+: c4 e2 6d 93 4c 7d 00 vgatherqps xmm1,DWORD PTR \[ebp\+ymm7\*2\+0x0\],xmm2
36 [ ]*[a-f0-9]+: c4 e2 69 90 4c 7d 00 vpgatherdd xmm1,DWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm2
37 [ ]*[a-f0-9]+: c4 e2 69 91 4c 7d 00 vpgatherqd xmm1,DWORD PTR \[ebp\+xmm7\*2\+0x0\],xmm
    [all...]
avx-gather.d 11 [ ]*[a-f0-9]+: c4 e2 e9 92 4c 7d 00 vgatherdpd %xmm2,0x0\(%ebp,%xmm7,2\),%xmm1
12 [ ]*[a-f0-9]+: c4 e2 e9 93 4c 7d 00 vgatherqpd %xmm2,0x0\(%ebp,%xmm7,2\),%xmm1
13 [ ]*[a-f0-9]+: c4 e2 ed 92 4c 7d 00 vgatherdpd %ymm2,0x0\(%ebp,%xmm7,2\),%ymm1
14 [ ]*[a-f0-9]+: c4 e2 ed 93 4c 7d 00 vgatherqpd %ymm2,0x0\(%ebp,%ymm7,2\),%ymm1
23 [ ]*[a-f0-9]+: c4 e2 69 92 4c 7d 00 vgatherdps %xmm2,0x0\(%ebp,%xmm7,2\),%xmm1
24 [ ]*[a-f0-9]+: c4 e2 69 93 4c 7d 00 vgatherqps %xmm2,0x0\(%ebp,%xmm7,2\),%xmm1
25 [ ]*[a-f0-9]+: c4 e2 6d 92 4c 7d 00 vgatherdps %ymm2,0x0\(%ebp,%ymm7,2\),%ymm1
26 [ ]*[a-f0-9]+: c4 e2 6d 93 4c 7d 00 vgatherqps %xmm2,0x0\(%ebp,%ymm7,2\),%xmm1
35 [ ]*[a-f0-9]+: c4 e2 69 90 4c 7d 00 vpgatherdd %xmm2,0x0\(%ebp,%xmm7,2\),%xmm1
36 [ ]*[a-f0-9]+: c4 e2 69 91 4c 7d 00 vpgatherqd %xmm2,0x0\(%ebp,%xmm7,2\),%xmm
    [all...]
lwp.d 14 [ ]*[a-f0-9]+: 8f e9 78 12 c5[ ]+llwpcb %ebp
19 [ ]*[a-f0-9]+: 8f e9 78 12 cd[ ]+slwpcb %ebp
27 [ ]*[a-f0-9]+: 8f ea 68 12 c5 78 56 34 12[ ]+lwpins \$0x12345678,%ebp,%edx
30 [ ]*[a-f0-9]+: 8f ea 50 12 c2 78 56 34 12[ ]+lwpins \$0x12345678,%edx,%ebp
35 [ ]*[a-f0-9]+: 8f ea 68 12 cd 78 56 34 12[ ]+lwpval \$0x12345678,%ebp,%edx
38 [ ]*[a-f0-9]+: 8f ea 50 12 ca 78 56 34 12[ ]+lwpval \$0x12345678,%edx,%ebp
43 [ ]*[a-f0-9]+: 8f ea 68 12 45 00 78 56 34 12[ ]+lwpins \$0x12345678,0x0\(%ebp\),%edx
46 [ ]*[a-f0-9]+: 8f ea 50 12 02 78 56 34 12[ ]+lwpins \$0x12345678,\(%edx\),%ebp
51 [ ]*[a-f0-9]+: 8f ea 68 12 4d 00 78 56 34 12[ ]+lwpval \$0x12345678,0x0\(%ebp\),%edx
54 [ ]*[a-f0-9]+: 8f ea 50 12 0a 78 56 34 12[ ]+lwpval \$0x12345678,\(%edx\),%ebp
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
load6.s 21 subl bar@GOT(%ecx), %ebp
30 subl foo@GOT(%ecx), %ebp
  /external/llvm/test/MC/COFF/
cv-def-range.s 20 pushl %ebp
21 movl %esp, %ebp
23 leal -4(%ebp), %eax
27 movl $0, -4(%ebp)
34 popl %ebp
  /external/llvm/test/tools/llvm-objdump/X86/
macho-universal-x86_64.i386.test 20 UEXE-all: 00001fa0 pushl %ebp
21 UEXE-all: 00001fa1 movl %esp, %ebp
27 UArchive-i386: 00000000 pushl %ebp
28 UArchive-i386: 00000001 movl %esp, %ebp
29 UArchive-i386: 00000003 popl %ebp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-i386.s 32 pushl %ebp
34 .cfi_offset ebp,-8
35 movl %esp, %ebp
36 .cfi_def_cfa_register ebp
115 .cfi_undefined ebp ; nop

Completed in 780 milliseconds

<<11121314151617181920>>