Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-context.c64 #ifdef UCONTEXT_HAS_XMM in mono_sigctx_to_monoctx()
65 if (UCONTEXT_HAS_XMM (ctx)) { in mono_sigctx_to_monoctx()
122 #ifdef UCONTEXT_HAS_XMM in mono_monoctx_to_sigctx()
123 if (UCONTEXT_HAS_XMM (ctx)) { in mono_monoctx_to_sigctx()
195 #ifdef UCONTEXT_HAS_XMM in mono_sigctx_to_monoctx()
196 if (UCONTEXT_HAS_XMM (ctx)) { in mono_sigctx_to_monoctx()
267 #ifdef UCONTEXT_HAS_XMM in mono_monoctx_to_sigctx()
268 if (UCONTEXT_HAS_XMM (ctx)) { in mono_monoctx_to_sigctx()
H A Dmono-sigcontext.h52 #define UCONTEXT_HAS_XMM(_ctx) (TRUE) macro
189 #define UCONTEXT_HAS_XMM(_ctx) (TRUE) macro
303 #define UCONTEXT_HAS_XMM(ctx) (UCONTEXT_HAS_FREGS (ctx)) macro