HomeSort by relevance Sort by last modified time
    Searched refs:EBP (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/libunwind/src/x86/
Gos-linux.c 128 c->dwarf.loc[EBP] = DWARF_LOC (sc_addr + LINUX_SC_EBP_OFF, 0);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 478 case X86::EBP:
503 // Encode that we are using EBP/RBP as the frame pointer.
530 (Is64Bit ? X86::RBP : X86::EBP) && "Invalid frame pointer!");
659 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
X86MCCodeEmitter.cpp 441 if (Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
484 // If the base is not EBP/ESP and there is no displacement, use simple
486 // encoding for [EBP] with no displacement means [disp32] so we handle it
488 if (Disp.isImm() && Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
538 BaseRegNo != N86::EBP) {
544 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP
548 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 375 SC2(ebp,EBP);
614 tst->arch.vex.guest_EBP = sc->ebp;
  /external/valgrind/coregrind/
vgdb-invoker-solaris.c 305 /* Set EBP, ESP, EIP to invoke gdbserver.
307 (*regs)[EBP] = sp; // bp set to sp
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 69 // The ebp of the signal handler frame on x86. Can be 0 if this is a
107 uintptr_t last_ebp = (*gregs)[EBP];
217 context->ebp = regs[EBP];
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 262 UNW_R_OFF(EBP, ebp)
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 117 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_RegisterId, EBP, OS)
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 396 case X86::RBP: return X86::EBP;
  /external/valgrind/VEX/auxprogs/
genoffsets.c 93 GENOFFSET(X86,x86,EBP);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 110 #define EBP bp
172 #define EBP %ebp
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 1046 asm volatile ("pushl %%ebp\n\t"
1049 "movl %3, %%ebp\n\t"
1051 "movzbl (%%ebp), %1\n\t"
1053 "popl %%ebp\n\t"
    [all...]
test-i386.c 1008 asm volatile ("pushl %%ebp\n\t"
1011 "movl %3, %%ebp\n\t"
1013 "movzbl (%%ebp), %1\n\t"
1015 "popl %%ebp\n\t"
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/valgrind/memcheck/
mc_machine.c     [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 44 static constexpr Register kCoreCalleeSaves[] = { EBP, ESI, EDI };
    [all...]

Completed in 975 milliseconds

1 2 34