HomeSort by relevance Sort by last modified time
    Searched refs:ESP (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/libpcap/
scanner.l 203 esp return ESP;
scanner.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 395 case SP, ESP, RSP, BP, EBP, RBP:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 395 case SP, ESP, RSP, BP, EBP, RBP:
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 476 // The SIB byte must be used if the base is ESP/RSP/R12, all of which
479 BaseRegNo != N86::ESP &&
490 // If the base is not EBP/ESP and there is no displacement, use simple
528 assert(IndexReg.getReg() != X86::ESP &&
529 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
574 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)
582 IndexRegNo = 4; // For example [ESP+1*<noreg>+4]
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
rel.conf 616 ~c200,~c268=ESP # Spain
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 143 {EFI_SMM_SAVE_STATE_REGISTER_RSP , CPU_SAVE_STATE_GET_OFFSET(ESP)},
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 103 DebugStackBegin db "<<<< DbgStkBegin" ;; initial debug ESP == DebugStackBegin, set in stub
183 ;; At this point, the stub has saved the current application stack esp into AppRsp
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 163 ; esp
179 mov esp, PcdGet32(PcdEsramStage1Base)
181 add esp, esi ; ESP = top of stack (stack grows downwards).
233 ; Input: esp - Return address
258 mov ebp, esp
404 mov esp, ebp
431 ; Input: esp - return address
450 mov esi, esp ; Save the return address
467 mov esp, esi ; Restore the return address
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 116 #define ESP sp
178 #define ESP %esp
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 1150 printf("popl esp=%x\n", res);
1230 r->esp = (r->esp & ~0xffff) | ((r->esp - 2) & 0xffff);
1231 *(uint16_t *)seg_to_linear(r->ss, r->esp) = val;
    [all...]
test-i386.c 1109 asm volatile ("pushl $12345432 ; pushl $0x9abcdef ; popl (%%esp) ; popl %0"
1111 printf("popl esp=%x\n", res);
1115 asm volatile ("pushl $12345432 ; pushl $0x9abcdef ; popw (%%esp) ; addl $2, %%esp ; popl %0"
1117 printf("popw esp=%x\n", res);
1190 r->esp = (r->esp & ~0xffff) | ((r->esp - 2) & 0xffff);
1191 *(uint16_t *)seg_to_linear(r->ss, r->esp) = val;
1227 r->esp = 0xfffe
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 86 UINT32 Esp;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 32 UINT32 Esp;
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 62 StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
    [all...]
X86ISelLowering.cpp 174 X86StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 349 if ((RegNode->getReg() == X86::ESP) ||
429 // movl 4(%esp), %eax
433 // addl 4(%esp), %eax
    [all...]
X86ISelLowering.cpp     [all...]
  /external/valgrind/memcheck/
mc_machine.c     [all...]

Completed in 2526 milliseconds

1 2 3 45