diff options
Diffstat (limited to 'ffmpeg/libavcodec/alpha/regdef.h')
| -rw-r--r-- | ffmpeg/libavcodec/alpha/regdef.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ffmpeg/libavcodec/alpha/regdef.h b/ffmpeg/libavcodec/alpha/regdef.h index aa1959f..f05577a 100644 --- a/ffmpeg/libavcodec/alpha/regdef.h +++ b/ffmpeg/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 */ |
