blob: 87003251f164195ddb6013b291d1793274768101 [file] [log] [blame]
Raghu Gandham82fa43f2012-03-27 11:37:17 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _ASM_REGDEF_H
20#define _ASM_REGDEF_H
21#include <asm/sgidefs.h>
22#if _MIPS_SIM == _MIPS_SIM_ABI32
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080024#define zero $0
25#define AT $1
26#define v0 $2
Raghu Gandham82fa43f2012-03-27 11:37:17 -070027#define v1 $3
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080029#define a0 $4
Raghu Gandham82fa43f2012-03-27 11:37:17 -070030#define a1 $5
31#define a2 $6
32#define a3 $7
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080034#define t0 $8
Raghu Gandham82fa43f2012-03-27 11:37:17 -070035#define t1 $9
36#define t2 $10
37#define t3 $11
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39#define t4 $12
40#define t5 $13
41#define t6 $14
42#define t7 $15
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080044#define s0 $16
Raghu Gandham82fa43f2012-03-27 11:37:17 -070045#define s1 $17
46#define s2 $18
47#define s3 $19
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49#define s4 $20
50#define s5 $21
51#define s6 $22
52#define s7 $23
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080054#define t8 $24
Raghu Gandham82fa43f2012-03-27 11:37:17 -070055#define t9 $25
Elliott Hughesc95eb572013-01-29 18:15:55 -080056#define jp $25
57#define k0 $26
Raghu Gandham82fa43f2012-03-27 11:37:17 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59#define k1 $27
Elliott Hughesc95eb572013-01-29 18:15:55 -080060#define gp $28
61#define sp $29
62#define fp $30
Raghu Gandham82fa43f2012-03-27 11:37:17 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080064#define s8 $30
65#define ra $31
Raghu Gandham82fa43f2012-03-27 11:37:17 -070066#endif
67#if _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM == _MIPS_SIM_NABI32
68/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080069#define zero $0
70#define AT $at
71#define v0 $2
Raghu Gandham82fa43f2012-03-27 11:37:17 -070072#define v1 $3
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080074#define a0 $4
Raghu Gandham82fa43f2012-03-27 11:37:17 -070075#define a1 $5
76#define a2 $6
77#define a3 $7
78/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080079#define a4 $8
Raghu Gandham82fa43f2012-03-27 11:37:17 -070080#define ta0 $8
81#define a5 $9
82#define ta1 $9
83/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84#define a6 $10
85#define ta2 $10
86#define a7 $11
87#define ta3 $11
88/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080089#define t0 $12
Raghu Gandham82fa43f2012-03-27 11:37:17 -070090#define t1 $13
91#define t2 $14
92#define t3 $15
93/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -080094#define s0 $16
Raghu Gandham82fa43f2012-03-27 11:37:17 -070095#define s1 $17
96#define s2 $18
97#define s3 $19
98/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
99#define s4 $20
100#define s5 $21
101#define s6 $22
102#define s7 $23
103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -0800104#define t8 $24
105#define t9 $25
106#define jp $25
107#define k0 $26
Raghu Gandham82fa43f2012-03-27 11:37:17 -0700108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
109#define k1 $27
Elliott Hughesc95eb572013-01-29 18:15:55 -0800110#define gp $28
111#define sp $29
112#define fp $30
Raghu Gandham82fa43f2012-03-27 11:37:17 -0700113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesc95eb572013-01-29 18:15:55 -0800114#define s8 $30
115#define ra $31
Raghu Gandham82fa43f2012-03-27 11:37:17 -0700116#endif
117#endif
118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */