fpregdef.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 51 行

H
51
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?