Home
last modified time | relevance | path

Searched refs:Rsp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp70 stack_frame.AddrStack.Offset = ctx.Rsp; in UnwindSlow()
H A Dsanitizer_stoptheworld_win.cpp47 # define SP_REG Rsp
H A Dsanitizer_win.cpp992 sp = (uptr)context_record->Rsp; in InitPcSpBp()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDebugSupport.h219 UINT64 Rsp; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp592 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()
716 case UNW_X86_64_RSP: return _msContext.Rsp; in getReg()
767 case UNW_X86_64_RSP: _msContext.Rsp = value; break; in setReg()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc554 StackFrame.AddrStack.Offset = Context.Rsp;
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h46 UINT64 Rsp; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td2677 : Pseudo<(outs GPR64sp:$Rd), (ins GPR64sp:$Rsp, GPR64:$Rm), []>,