summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/regdef.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 16:53:07 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:29:22 +0300
commit2957d29f0531ccd8a6f4378293424dfd92db3044 (patch)
tree3b17973f39abf686ef973484ba3fc3d08c66dd36 /libavcodec/alpha/regdef.h
parent78ce568e43a7f3993c33100aa8f5d56c4c4bd493 (diff)
alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/alpha/regdef.h')
-rw-r--r--libavcodec/alpha/regdef.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libavcodec/alpha/regdef.h b/libavcodec/alpha/regdef.h
index fa9ad98e5c..100594352d 100644
--- a/libavcodec/alpha/regdef.h
+++ b/libavcodec/alpha/regdef.h
@@ -63,4 +63,15 @@
#define sp $30 /* stack pointer */
#define zero $31 /* reads as zero, writes are noops */
+/* Some nicer register names. */
+#define ta t10
+#define tb t11
+#define tc t12
+#define td AT
+/* Danger: these overlap with the argument list and the return value */
+#define te a5
+#define tf a4
+#define tg a3
+#define th v0
+
#endif /* AVCODEC_ALPHA_REGDEF_H */