Lines Matching refs:getRegister
578 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()
579 _msContext.Rcx = r.getRegister(UNW_X86_64_RCX); in UnwindCursor()
580 _msContext.Rdx = r.getRegister(UNW_X86_64_RDX); in UnwindCursor()
581 _msContext.Rbx = r.getRegister(UNW_X86_64_RBX); in UnwindCursor()
582 _msContext.Rsp = r.getRegister(UNW_X86_64_RSP); in UnwindCursor()
583 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP); in UnwindCursor()
584 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
585 _msContext.Rdi = r.getRegister(UNW_X86_64_RDI); in UnwindCursor()
586 _msContext.R8 = r.getRegister(UNW_X86_64_R8); in UnwindCursor()
587 _msContext.R9 = r.getRegister(UNW_X86_64_R9); in UnwindCursor()
588 _msContext.R10 = r.getRegister(UNW_X86_64_R10); in UnwindCursor()
589 _msContext.R11 = r.getRegister(UNW_X86_64_R11); in UnwindCursor()
590 _msContext.R12 = r.getRegister(UNW_X86_64_R12); in UnwindCursor()
591 _msContext.R13 = r.getRegister(UNW_X86_64_R13); in UnwindCursor()
592 _msContext.R14 = r.getRegister(UNW_X86_64_R14); in UnwindCursor()
593 _msContext.R15 = r.getRegister(UNW_X86_64_R15); in UnwindCursor()
594 _msContext.Rip = r.getRegister(UNW_REG_IP); in UnwindCursor()
632 _msContext.R0 = r.getRegister(UNW_ARM_R0); in UnwindCursor()
633 _msContext.R1 = r.getRegister(UNW_ARM_R1); in UnwindCursor()
634 _msContext.R2 = r.getRegister(UNW_ARM_R2); in UnwindCursor()
635 _msContext.R3 = r.getRegister(UNW_ARM_R3); in UnwindCursor()
636 _msContext.R4 = r.getRegister(UNW_ARM_R4); in UnwindCursor()
637 _msContext.R5 = r.getRegister(UNW_ARM_R5); in UnwindCursor()
638 _msContext.R6 = r.getRegister(UNW_ARM_R6); in UnwindCursor()
639 _msContext.R7 = r.getRegister(UNW_ARM_R7); in UnwindCursor()
640 _msContext.R8 = r.getRegister(UNW_ARM_R8); in UnwindCursor()
641 _msContext.R9 = r.getRegister(UNW_ARM_R9); in UnwindCursor()
642 _msContext.R10 = r.getRegister(UNW_ARM_R10); in UnwindCursor()
643 _msContext.R11 = r.getRegister(UNW_ARM_R11); in UnwindCursor()
644 _msContext.R12 = r.getRegister(UNW_ARM_R12); in UnwindCursor()
645 _msContext.Sp = r.getRegister(UNW_ARM_SP); in UnwindCursor()
646 _msContext.Lr = r.getRegister(UNW_ARM_LR); in UnwindCursor()
647 _msContext.Pc = r.getRegister(UNW_ARM_IP); in UnwindCursor()
658 _msContext.X[i - UNW_AARCH64_X0] = r.getRegister(i); in UnwindCursor()
659 _msContext.Sp = r.getRegister(UNW_REG_SP); in UnwindCursor()
660 _msContext.Pc = r.getRegister(UNW_REG_IP); in UnwindCursor()
1316 return _registers.getRegister(regNum); in getReg()
2084 reinterpret_cast<void *>(_registers.getRegister(framePointerReg)), in getInfoFromTBTable()
2086 lsda = _registers.getRegister(framePointerReg) + stateTableOffset; in getInfoFromTBTable()
2219 registers.getRegister(2) + in getInfoFromTBTable()
2248 _info.extra = registers.getRegister(2); in getInfoFromTBTable()
2444 reinterpret_cast<void *>(newRegisters.getRegister(2))); in stepWithTBTable()