[RFC PATCH 01/15] FIXME: add t4..t7 definitions for MIPS64
Peter Mamonov
pmamonov at gmail.com
Thu May 17 06:58:44 PDT 2018
Signed-off-by: Peter Mamonov <pmamonov at gmail.com>
---
arch/mips/include/asm/regdef.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/mips/include/asm/regdef.h b/arch/mips/include/asm/regdef.h
index 7c8ecb6b9..5a31ea022 100644
--- a/arch/mips/include/asm/regdef.h
+++ b/arch/mips/include/asm/regdef.h
@@ -66,12 +66,16 @@
#define a3 $7
#define a4 $8 /* arg reg 64 bit; caller saved in 32 bit */
#define ta0 $8
+#define t4 $8
#define a5 $9
#define ta1 $9
+#define t5 $9
#define a6 $10
#define ta2 $10
+#define t6 $10
#define a7 $11
#define ta3 $11
+#define t7 $11
#define t0 $12 /* caller saved */
#define t1 $13
#define t2 $14
--
2.17.0
More information about the barebox
mailing list