Home
last modified time | relevance | path

Searched refs:UCONTEXT_REG_VFPREGS (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-context.c368 #ifdef UCONTEXT_REG_VFPREGS in mono_sigctx_to_monoctx()
369 memcpy (&mctx->fregs, UCONTEXT_REG_VFPREGS (my_uc), sizeof (double) * 16); in mono_sigctx_to_monoctx()
387 #ifdef UCONTEXT_REG_VFPREGS in mono_monoctx_to_sigctx()
388 memcpy (UCONTEXT_REG_VFPREGS (my_uc), &mctx->fregs, sizeof (double) * 16); in mono_monoctx_to_sigctx()
H A Dmono-sigcontext.h393 #define UCONTEXT_REG_VFPREGS(ctx) (double*)(((ucontext_t*)(ctx))->uc_mcontext->__fs.__r) macro
445 #define UCONTEXT_REG_VFPREGS(ctx) (((ucontext_t*)(ctx))->uc_mcontext.__gregs[_REG_VFPREGS]) macro