⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fpregdef.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* * Definitions for the FPU register names * * This file is subject to the terms and conditions of the GNU General Public * License.  See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 1999 Ralf Baechle * Copyright (C) 1985 MIPS Computer Systems, Inc. * Copyright (C) 1990 - 1992, 1999 Silicon Graphics, Inc. */#ifndef _ASM_FPREGDEF_H#define _ASM_FPREGDEF_H#define fv0	$f0	/* return value */#define fv1	$f2#define fa0	$f12	/* argument registers */#define fa1	$f13#define fa2	$f14#define fa3	$f15#define fa4	$f16#define fa5	$f17#define fa6	$f18#define fa7	$f19#define ft0	$f4	/* caller saved */#define ft1	$f5#define ft2	$f6#define ft3	$f7#define ft4	$f8#define ft5	$f9#define ft6	$f10#define ft7	$f11#define ft8	$f20#define ft9	$f21#define ft10	$f22#define ft11	$f23#define ft12	$f1#define ft13	$f3#define fs0	$f24	/* callee saved */#define fs1	$f25#define fs2	$f26#define fs3	$f27#define fs4	$f28#define fs5	$f29#define fs6	$f30#define fs7	$f31#define fcr31	$31#endif /* _ASM_FPREGDEF_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -