Home
last modified time | relevance | path

Searched refs:K_SSE_REGS (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/arch/x86/core/ia32/
Dfloat.c149 if ((thread->base.user_options & K_SSE_REGS) != 0) { in FpCtxSave()
167 if ((thread->base.user_options & K_SSE_REGS) != 0) { in FpCtxInit()
Dswap.S210 testb $K_SSE_REGS, _thread_offset_to_user_options(%ebx)
249 testb $K_SSE_REGS, _thread_offset_to_user_options(%eax)
/Zephyr-Core-2.7.6/tests/kernel/fpu_sharing/generic/src/
Dtest_common.h18 #define THREAD_FP_FLAGS (K_FP_REGS | K_SSE_REGS)
/Zephyr-Core-2.7.6/arch/x86/include/ia32/
Dkernel_arch_data.h48 #define _FP_USER_MASK (K_FP_REGS | K_SSE_REGS)
/Zephyr-Core-2.7.6/tests/kernel/fpu_sharing/float_disable/src/
Dk_float_disable.c20 #define K_FP_OPTS (K_FP_REGS | K_SSE_REGS)
/Zephyr-Core-2.7.6/doc/reference/kernel/other/
Dfloat.rst280 :c:macro:`K_FP_REGS` or :c:macro:`K_SSE_REGS` option to
284 :c:macro:`K_FP_REGS` or :c:macro:`K_SSE_REGS` option to
288 by passing the :c:macro:`K_FP_REGS` or :c:macro:`K_SSE_REGS` option to
/Zephyr-Core-2.7.6/include/
Dkernel.h226 #define K_SSE_REGS (BIT(7)) macro
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/
Dindex.rst324 :c:macro:`K_SSE_REGS`