fpregdef.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Definitions for the FPU register names
  3.  *
  4.  * This file is subject to the terms and conditions of the GNU General Public
  5.  * License.  See the file "COPYING" in the main directory of this archive
  6.  * for more details.
  7.  *
  8.  * Copyright (C) 1995, 1999 Ralf Baechle
  9.  * Copyright (C) 1985 MIPS Computer Systems, Inc.
  10.  * Copyright (C) 1990 - 1992, 1999 Silicon Graphics, Inc.
  11.  */
  12. #ifndef _ASM_FPREGDEF_H
  13. #define _ASM_FPREGDEF_H
  14. #define fv0 $f0 /* return value */
  15. #define fv1 $f2
  16. #define fa0 $f12 /* argument registers */
  17. #define fa1 $f13
  18. #define fa2 $f14
  19. #define fa3 $f15
  20. #define fa4 $f16
  21. #define fa5 $f17
  22. #define fa6 $f18
  23. #define fa7 $f19
  24. #define ft0 $f4 /* caller saved */
  25. #define ft1 $f5
  26. #define ft2 $f6
  27. #define ft3 $f7
  28. #define ft4 $f8
  29. #define ft5 $f9
  30. #define ft6 $f10
  31. #define ft7 $f11
  32. #define ft8 $f20
  33. #define ft9 $f21
  34. #define ft10 $f22
  35. #define ft11 $f23
  36. #define ft12 $f1
  37. #define ft13 $f3
  38. #define fs0 $f24 /* callee saved */
  39. #define fs1 $f25
  40. #define fs2 $f26
  41. #define fs3 $f27
  42. #define fs4 $f28
  43. #define fs5 $f29
  44. #define fs6 $f30
  45. #define fs7 $f31
  46. #define fcr31 $31
  47. #endif /* _ASM_FPREGDEF_H */