Lines Matching refs:x64State

156 	x86_64_debug_cpu_state* x64State = (x86_64_debug_cpu_state*)state;  in UpdateDebugState()  local
158 x64State->rip = InstructionPointer(); in UpdateDebugState()
159 x64State->rsp = StackPointer(); in UpdateDebugState()
160 x64State->rbp = StackFramePointer(); in UpdateDebugState()
161 x64State->rax = IntRegisterValue(X86_64_REGISTER_RAX); in UpdateDebugState()
162 x64State->rbx = IntRegisterValue(X86_64_REGISTER_RBX); in UpdateDebugState()
163 x64State->rcx = IntRegisterValue(X86_64_REGISTER_RCX); in UpdateDebugState()
164 x64State->rdx = IntRegisterValue(X86_64_REGISTER_RDX); in UpdateDebugState()
165 x64State->rsi = IntRegisterValue(X86_64_REGISTER_RSI); in UpdateDebugState()
166 x64State->rdi = IntRegisterValue(X86_64_REGISTER_RDI); in UpdateDebugState()
167 x64State->r8 = IntRegisterValue(X86_64_REGISTER_R8); in UpdateDebugState()
168 x64State->r9 = IntRegisterValue(X86_64_REGISTER_R9); in UpdateDebugState()
169 x64State->r10 = IntRegisterValue(X86_64_REGISTER_R10); in UpdateDebugState()
170 x64State->r11 = IntRegisterValue(X86_64_REGISTER_R11); in UpdateDebugState()
171 x64State->r12 = IntRegisterValue(X86_64_REGISTER_R12); in UpdateDebugState()
172 x64State->r13 = IntRegisterValue(X86_64_REGISTER_R13); in UpdateDebugState()
173 x64State->r14 = IntRegisterValue(X86_64_REGISTER_R14); in UpdateDebugState()
174 x64State->r15 = IntRegisterValue(X86_64_REGISTER_R15); in UpdateDebugState()
175 x64State->cs = IntRegisterValue(X86_64_REGISTER_CS); in UpdateDebugState()
176 x64State->ds = IntRegisterValue(X86_64_REGISTER_DS); in UpdateDebugState()
177 x64State->es = IntRegisterValue(X86_64_REGISTER_ES); in UpdateDebugState()
178 x64State->fs = IntRegisterValue(X86_64_REGISTER_FS); in UpdateDebugState()
179 x64State->gs = IntRegisterValue(X86_64_REGISTER_GS); in UpdateDebugState()
180 x64State->ss = IntRegisterValue(X86_64_REGISTER_SS); in UpdateDebugState()
183 *(long double*)(x64State->extended_registers.fp_fxsave.fp[i].value) in UpdateDebugState()
187 memcpy(&x64State->extended_registers.fp_fxsave.mmx[i], in UpdateDebugState()
194 memcpy(&x64State->extended_registers.fp_fxsave.xmm[i], in UpdateDebugState()
197 memset(&x64State->extended_registers.fp_fxsave.xmm[i], in UpdateDebugState()