Lines Matching +full:in +full:- +full:masks
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 FP_PS=0, /* 24 bit (single-precision) */
63 FP_PD, /* 53 bit (double-precision) */
64 FP_PE /* 64 bit (extended-precision) */
70 * Exception bit masks.
81 * FPU control word bit-field masks.
83 #define FP_MSKS_FLD 0x3f /* exception masks field */
88 * FPU status word bit-field masks.
93 * FPU control word bit-field offsets (shift counts).
95 #define FP_MSKS_OFF 0 /* exception masks offset */
100 * FPU status word bit-field offsets (shift counts).