Home
last modified time | relevance | path

Searched refs:Rsi (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDebugSupport.h217 UINT64 Rsi; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp618 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
742 case UNW_X86_64_RSI: return _msContext.Rsi; in getReg()
793 case UNW_X86_64_RSI: _msContext.Rsi = value; break; in setReg()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp1070 Printf("rsi = %llx ", ctx->Rsi); in DumpAllRegisters()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h49 UINT64 Rsi; member