HomeSort by relevance Sort by last modified time
    Searched defs:RSP (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 23 RSP
202 register["SP"] = RSP
286 register["SP"] = RSP
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 23 RSP
202 register["SP"] = RSP
286 register["SP"] = RSP
  /external/libunwind/src/x86_64/
unwind_i.h 46 #define RSP 7
  /bionic/libc/include/sys/
reg.h 75 #define RSP 19
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 47 # define RSP 19
  /art/runtime/arch/x86_64/
registers_x86_64.h 35 RSP = 4,
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 61 #define RSP 152
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 58 #define RSP 152
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace-abi.h 50 #define RSP 152
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace-abi.h 50 #define RSP 152
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 119 RSP = chr(43) # Telnet Remote Serial Port
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 85 // * Instrumented memory operand can have RSP as a base or an index
88 // already stored on stack and RSP was modified.
90 // RSP is used as a frame register. So, we need to select some
115 bool IsStackReg(unsigned Reg) { return Reg == X86::RSP || Reg == X86::ESP; }
798 if (FrameReg == X86::RSP) {
836 if (FrameReg == X86::RSP)
858 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1,
860 EmitLEA(*Op, 64, X86::RSP, Out);
870 .addReg(X86::RSP)
871 .addReg(X86::RSP)
    [all...]
  /external/python/cpython2/Lib/
telnetlib.py 120 RSP = chr(43) # Telnet Remote Serial Port
  /external/python/cpython3/Lib/
telnetlib.py 119 RSP = bytes([43]) # Telnet Remote Serial Port
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 120 RSP = chr(43) # Telnet Remote Serial Port
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 120 RSP = chr(43) # Telnet Remote Serial Port
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 120 RSP = chr(43) # Telnet Remote Serial Port
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 120 RSP = chr(43) # Telnet Remote Serial Port
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 216 RSP
551 RSP: "RSP",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 216 RSP
551 RSP: "RSP",
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 517 RSP = 335,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 522 RSP = 335,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeView.h 533 RSP = 335,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeView.h 533 RSP = 335,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 522 RSP = 335,

Completed in 337 milliseconds

1 2