Lines Matching full:sse
27 which are described below. In addition, the kernel's support for the SSE
66 * SSE user: A thread that can use both the standard floating point registers
67 and SSE registers
73 or SSE user are not impacted by the computations performed by the other users.
257 FPU user or SSE user on a case-by-case basis. A "lazy save" algorithm is used
270 preemptive SSE 464 bytes
275 The thread is tagged as an SSE user if the kernel has been configured
276 to support the SSE registers, or as an FPU user if the SSE registers are
278 tagged as an SSE user, or if the application wants to avoid the exception
295 :c:func:`k_float_disable` to remove its tagging as an FPU user or SSE user.
300 itself as an FPU user or SSE user by calling :c:func:`k_float_enable`.