Searched refs:X86_64_REG_RSI (Results 1 – 4 of 4) sorted by relevance
87 fn("rsi", regs_[X86_64_REG_RSI]); in IterateRegisters()110 (*regs)[X86_64_REG_RSI] = user->rsi; in Read()124 regs_[X86_64_REG_RSI] = ucontext->uc_mcontext.rsi; in SetFromUcontext()
31 X86_64_REG_RSI = 4, enumerator
151 result.push_back({"rsi", X86_64_REG_RSI}); in ExpectedRegisters()
192 {"rdi", X86_64_REG_RDI}, {"rsi", X86_64_REG_RSI}, {"rbp", X86_64_REG_RBP},