Home
last modified time | relevance | path

Searched refs:fx_rdp (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp337 struct x86_fpu_addr *fp = (struct x86_fpu_addr *)&m_fpr.fxstate.fx_rdp; in ReadRegister()
343 struct x86_fpu_addr *fp = (struct x86_fpu_addr *)&m_fpr.fxstate.fx_rdp; in ReadRegister()
535 struct x86_fpu_addr *fp = (struct x86_fpu_addr *)&m_fpr.fxstate.fx_rdp; in WriteRegister()
541 struct x86_fpu_addr *fp = (struct x86_fpu_addr *)&m_fpr.fxstate.fx_rdp; in WriteRegister()
/openbsd/sys/arch/amd64/include/
H A Dreg.h115 #define fp_rdp fxstate.fx_rdp
H A Dfpu.h24 u_int64_t fx_rdp; member
/openbsd/regress/sys/arch/amd64/fpu/
H A Dfxproc0.c108 printf("rdp\t%016llx\n", fxs->fx_rdp); in fenv_proc()