mipsregs.h (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) mipsregs.h (ece276de2a1f90b6a7836d388c372b9025345469)
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001 by Ralf Baechle
7 * Copyright (C) 2000 Silicon Graphics, Inc.
8 * Modified for further R[236]000 support by Paul M. Antoine, 1996.

--- 1087 unchanged lines hidden (view full) ---

1096#define FPU_CSR_COND6_S 30 /* $fcc6 */
1097#define FPU_CSR_COND6 (_ULCAST_(1) << FPU_CSR_COND6_S)
1098#define FPU_CSR_COND7_S 31 /* $fcc7 */
1099#define FPU_CSR_COND7 (_ULCAST_(1) << FPU_CSR_COND7_S)
1100
1101/*
1102 * Bits 22:20 of the FPU Status Register will be read as 0,
1103 * and should be written as zero.
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001 by Ralf Baechle
7 * Copyright (C) 2000 Silicon Graphics, Inc.
8 * Modified for further R[236]000 support by Paul M. Antoine, 1996.

--- 1087 unchanged lines hidden (view full) ---

1096#define FPU_CSR_COND6_S 30 /* $fcc6 */
1097#define FPU_CSR_COND6 (_ULCAST_(1) << FPU_CSR_COND6_S)
1098#define FPU_CSR_COND7_S 31 /* $fcc7 */
1099#define FPU_CSR_COND7 (_ULCAST_(1) << FPU_CSR_COND7_S)
1100
1101/*
1102 * Bits 22:20 of the FPU Status Register will be read as 0,
1103 * and should be written as zero.
1104 * MAC2008 was removed in Release 5 so we still treat it as
1105 * reserved.
1104 */
1105#define FPU_CSR_RSVD (_ULCAST_(7) << 20)
1106
1106 */
1107#define FPU_CSR_RSVD (_ULCAST_(7) << 20)
1108
1109#define FPU_CSR_MAC2008 (_ULCAST_(1) << 20)
1107#define FPU_CSR_ABS2008 (_ULCAST_(1) << 19)
1108#define FPU_CSR_NAN2008 (_ULCAST_(1) << 18)
1109
1110/*
1111 * X the exception cause indicator
1112 * E the exception enable
1113 * S the sticky/flag bit
1114*/

--- 1751 unchanged lines hidden ---
1110#define FPU_CSR_ABS2008 (_ULCAST_(1) << 19)
1111#define FPU_CSR_NAN2008 (_ULCAST_(1) << 18)
1112
1113/*
1114 * X the exception cause indicator
1115 * E the exception enable
1116 * S the sticky/flag bit
1117*/

--- 1751 unchanged lines hidden ---