Searched defs:EBP (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | fiber.d | 254 push EBP; in fiber_switchContext() local 255 mov EBP, ESP; in fiber_switchContext() local 278 pop EBP; in fiber_switchContext() local 364 push EBP; in fiber_switchContext() local 365 mov EBP, ESP; in fiber_switchContext() local 382 pop EBP; in fiber_switchContext() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.h | 51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/ |
H A D | execinfo.d | 38 asm nothrow @trusted { mov p[EBP], EBP; } in backtrace() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/ |
H A D | execinfo.d | 38 asm nothrow @trusted { mov p[EBP], EBP; } in backtrace() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/ |
H A D | execinfo.d | 40 asm nothrow @trusted { mov p[EBP], EBP; } in backtrace() local
|
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/ |
H A D | regset.h | 138 #define EBP 6 macro
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/ |
H A D | i386-stub.c | 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | runtime.d | 811 asm { naked; mov EAX, EBP; ret; } in this() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | macdefs.h | 175 #define EBP 006 /* Frame pointer */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 318 EBP, enumerator
|