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

<<21222324252627282930>>

  /external/syslinux/gpxe/src/arch/i386/image/
bootsector.c 103 : "eax", "ecx", "esi", "ebp" );
  /external/v8/src/ia32/
deoptimizer-ia32.cc 210 __ mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
223 __ sub(edx, ebp);
230 __ mov(edi, Operand(ebp, CommonFrameConstants::kContextOrFrameTypeOffset));
232 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
  /external/v8/src/x87/
deoptimizer-x87.cc 205 __ mov(Operand::StaticVariable(c_entry_fp_address), ebp); local
243 __ sub(edx, ebp);
251 __ mov(edi, Operand(ebp, CommonFrameConstants::kContextOrFrameTypeOffset));
253 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
  /external/valgrind/coregrind/m_gdbserver/
32bit-core.xml 35 <reg name="ebp" bitsize="32" type="data_ptr"/>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 89 unsigned long ebp; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 35 unsigned long Ebp;
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_386.go 188 ebp uint32
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_386.go 188 ebp uint32
  /external/libjpeg-turbo/simd/
jidctint-sse2.asm 102 %define original_ebp ebp+0
103 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
110 push ebp
111 mov eax,esp ; eax = original ebp
115 mov ebp,esp ; ebp = aligned ebp
    [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 98 new x86::Register(x86::EBP),
156 .find("%eax %eax\n%eax %ebx\n%eax %ecx\n%eax %edx\n%eax %ebp\n%eax %esp\n%eax %esi\n"
157 "%eax %edi\n%ebx %eax\n%ebx %ebx\n%ebx %ecx\n%ebx %edx\n%ebx %ebp\n%ebx %esp\n"),
163 "%ecx $18\n%edx $0\n%edx $-1\n%edx $18\n%ebp $0\n%ebp $-1\n%ebp $18\n%esp $0\n"
193 "%edx 2(%eax,%ebx,1)\n%ebp 2(%eax,%ebx,1)\n%esp 2(%eax,%ebx,1)\n"
200 "2(%eax,%ebx,1) %edx\n2(%eax,%ebx,1) %ebp\n2(%eax,%ebx,1) %esp\n"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.S 163 movl %esp,%ebp
165 movl 0x24(%ebp), %ebx
MpFuncs.asm 153 mov ebp,esp
155 mov ebx, dword ptr [ebp+24h]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.asm 72 mov bp, ax ; ebp = GDT base
144 mov byte ptr [ebp + TSS_SEGMENT + 5], 89h ; clear busy flag
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 156 movl %esp,%ebp
158 movl 0x24(%ebp), %ebx
MpFuncs.asm 155 mov ebp,esp
157 mov ebx, dword ptr [ebp+24h]
MpFuncs.nasm 149 mov ebp,esp
151 mov ebx, dword [ebp+0x24]
SmiEntry.S 64 movw %ax, %bp # ebp = GDT base
137 movb $0x89, (TSS_SEGMENT + 5)(%ebp) # clear busy flag
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
bn-586.pl 138 &push("ebp");
147 $w="ebp";
254 &push("ebp");
266 $num="ebp";
360 &push("ebp");
441 $num="ebp";
513 $num="ebp";
585 $num="ebp";
  /external/compiler-rt/lib/interception/
interception_win.cc 397 case 0x55: // push ebp / rbp
400 case 0x5D: // pop ebp / rbp
437 case 0xEC8B: // 8B EC : mov ebp, esp
511 case 0x458B: // 8B 45 XX : mov eax, dword ptr [ebp + XX]
512 case 0x5D8B: // 8B 5D XX : mov ebx, dword ptr [ebp + XX]
513 case 0x7D8B: // 8B 7D XX : mov edi, dword ptr [ebp + XX]
515 case 0x75FF: // FF 75 XX : push dword ptr [ebp + XX]
522 case 0x7D83: // 83 7D XX YY : cmp dword ptr [ebp + XX], YY
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 239 i686.get_pc_thunk.ebp \
255 i686.get_pc_thunk.eax i686.get_pc_thunk.ebp i686.get_pc_thunk.ebx \
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 171 /// Sets up EBP and optionally ESI based on the incoming EBP value. Only
  /external/llvm/test/CodeGen/X86/
materialize.ll 172 tail call void asm sideeffect "", "~{eax},~{ebx},~{ecx},~{edx},~{edi},~{esi},~{ebp},~{dirflag},~{fpsr},~{flags}"()
194 tail call void asm sideeffect "", "~{eax},~{ebx},~{ecx},~{edx},~{edi},~{esi},~{ebp},~{dirflag},~{fpsr},~{flags}"()
  /external/llvm/test/MC/X86/
x86-16.s 28 // CHECK: movl %eax, 16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0x10]
29 movl %eax, 16(%ebp)
30 // CHECK: movl %eax, -16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0xf0]
31 movl %eax, -16(%ebp)
396 testl %ecx, -24(%ebp)
397 // CHECK: testl -24(%ebp), %ecx
398 testl -24(%ebp), %ecx
399 // CHECK: testl -24(%ebp), %ecx
x86-32.s 77 // CHECK: movl %eax, 16(%ebp) # encoding: [0x89,0x45,0x10]
78 movl %eax, 16(%ebp)
79 // CHECK: movl %eax, -16(%ebp) # encoding: [0x89,0x45,0xf0]
80 movl %eax, -16(%ebp)
510 testl %ecx, -24(%ebp)
511 // CHECK: testl -24(%ebp), %ecx
512 testl -24(%ebp), %ecx
513 // CHECK: testl -24(%ebp), %ecx
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 49 // CHECK: movl %eax, 16(%ebp) # encoding: [0x89,0x45,0x10]
50 movl %eax, 16(%ebp)
51 // CHECK: movl %eax, -16(%ebp) # encoding: [0x89,0x45,0xf0]
52 movl %eax, -16(%ebp)
472 testl %ecx, -24(%ebp)
473 // CHECK: testl -24(%ebp), %ecx
474 testl -24(%ebp), %ecx
475 // CHECK: testl -24(%ebp), %ecx

Completed in 1045 milliseconds

<<21222324252627282930>>