Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp594 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
718 case UNW_X86_64_RSI: return _msContext.Rsi; in getReg()
769 case UNW_X86_64_RSI: _msContext.Rsi = value; break; in setReg()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h47 UINT64 Rsi; member