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

<<11121314

  /external/v8/src/x64/
macro-assembler-x64.h 683 // from the stack, clobbering only the rsp register.
723 // Does not push rsp/rbp nor any of the assembler's special purpose registers
    [all...]
disasm-x64.cc 472 // index == rsp means no index. Only use sib byte with no index for
473 // rsp and r12 base.
    [all...]
lithium-codegen-x64.cc 144 __ movq(rbp, rsp);
160 __ subq(rsp, Immediate(slots * kPointerSize));
169 __ movq(Operand(rsp, offset), rax);
    [all...]
assembler-x64.h 92 // rsp - stack pointer
166 const Register rsp = { 4 }; member in namespace:v8::internal
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 51 = { "%rax", "%rcx", "%rdx", "%rbx", "%rsp", "%rbp", "%rsi", "%rdi",
    [all...]
guest_amd64_toIR.c 818 %rsp %rbp %rsi %rdi.
876 = { "%rax", "%rcx", "%rdx", "%rbx", "%rsp", "%rbp", "%rsi", "%rdi",
    [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 114 "subq $256, %%rsp\n" /* don't trash the stack redzone */
126 "addq $256, %%rsp\n" /* restore stack ptr */
m_stacktrace.c 285 /* fp is %rbp. sp is %rsp. ip is %rip. */
330 functions which begin "pushq %rbp ; movq %rsp, %rbp".
m_debugger.c 81 regs.rsp = vex->guest_RSP;
  /external/qemu/target-i386/
op_helper.c 2352 target_ulong rsp; local
    [all...]
kvm.c 347 kvm_getput_reg(&regs.rsp, &env->regs[R_ESP], set);
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 498 // The SIB byte must be used if the base is ESP/RSP/R12, all of which
536 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
    [all...]
X86MCCodeEmitter.cpp 281 // The SIB byte must be used if the base is ESP/RSP/R12, all of which
320 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
    [all...]
X86InstrInfo.cpp     [all...]
X86FrameLowering.cpp 610 // MSVC x64's __chkstk needs to adjust %rsp.
    [all...]
  /external/v8/src/
gdb-jit.cc 1128 // RBP for this function will be the value of RSP after pushing the RBP
1154 // RBP / CFA for this function is now the current RSP, so just set the
    [all...]
platform-cygwin.cc 719 sample->sp = reinterpret_cast<Address>(context.Rsp);
platform-win32.cc     [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 209 unsigned long rsp; member in struct:vki_sigcontext
491 unsigned long rsp,ss; member in struct:vki_user_regs_struct
  /external/llvm/test/CodeGen/X86/
2007-01-13-StackPtrIndex.ll 2 ; RUN: not grep {,%rsp)} %t
2009-03-23-MultiUseSched.ll 3 ; RUN: not grep {%rsp} %t
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 267 regs->rsp = arch->vex.guest_RSP;
  /external/strace/
process.c     [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 31 "%rsp",
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]

Completed in 2049 milliseconds

<<11121314