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