Mercurial > libavcodec.hg
annotate ps2/mmi.h @ 7697:30d7b2e3a381 libavcodec
(cosmetics) Remove incorrect comment.
author | voroshil |
---|---|
date | Tue, 26 Aug 2008 18:06:07 +0000 |
parents | 43c97362dfa8 |
children | c4a4495715dd |
rev | line source |
---|---|
3699
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
1 /* |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
2 * copyright (c) 2002 Leon van Stuivenberg |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
3 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
4 * This file is part of FFmpeg. |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
5 * |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
6 * FFmpeg is free software; you can redistribute it and/or |
3699
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
7 * modify it under the terms of the GNU Lesser General Public |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
8 * License as published by the Free Software Foundation; either |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
9 * version 2.1 of the License, or (at your option) any later version. |
3699
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
10 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
11 * FFmpeg is distributed in the hope that it will be useful, |
3699
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
14 * Lesser General Public License for more details. |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
15 * |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
16 * You should have received a copy of the GNU Lesser General Public |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3699
diff
changeset
|
17 * License along with FFmpeg; if not, write to the Free Software |
3699
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
19 */ |
c537a97eec66
Add official LGPL license headers to the files that were missing them.
diego
parents:
2979
diff
changeset
|
20 |
5830
1d83e9c34641
Add FFMPEG_ prefix to all multiple inclusion guards.
diego
parents:
5200
diff
changeset
|
21 #ifndef FFMPEG_MMI_H |
1d83e9c34641
Add FFMPEG_ prefix to all multiple inclusion guards.
diego
parents:
5200
diff
changeset
|
22 #define FFMPEG_MMI_H |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
23 |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
24 #define align16 __attribute__ ((aligned (16))) |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
25 |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
26 /* |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
27 #define r0 $zero |
2979 | 28 #define r1 $at //assembler! |
29 #define r2 $v0 //return | |
30 #define r3 $v1 //return | |
31 #define r4 $a0 //arg | |
32 #define r5 $a1 //arg | |
33 #define r6 $a2 //arg | |
34 #define r7 $a3 //arg | |
35 #define r8 $t0 //temp | |
36 #define r9 $t1 //temp | |
37 #define r10 $t2 //temp | |
38 #define r11 $t3 //temp | |
39 #define r12 $t4 //temp | |
40 #define r13 $t5 //temp | |
41 #define r14 $t6 //temp | |
42 #define r15 $t7 //temp | |
43 #define r16 $s0 //saved temp | |
44 #define r17 $s1 //saved temp | |
45 #define r18 $s2 //saved temp | |
46 #define r19 $s3 //saved temp | |
47 #define r20 $s4 //saved temp | |
48 #define r21 $s5 //saved temp | |
49 #define r22 $s6 //saved temp | |
50 #define r23 $s7 //saved temp | |
51 #define r24 $t8 //temp | |
52 #define r25 $t9 //temp | |
53 #define r26 $k0 //kernel | |
54 #define r27 $k1 //kernel | |
55 #define r28 $gp //global ptr | |
56 #define r29 $sp //stack ptr | |
57 #define r30 $fp //frame ptr | |
58 #define r31 $ra //return addr | |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
59 */ |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
60 |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
61 |
2979 | 62 #define lq(base, off, reg) \ |
6636 | 63 asm volatile ("lq " #reg ", %0("#base ")" : : "i" (off) ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
64 |
2979 | 65 #define lq2(mem, reg) \ |
6636 | 66 asm volatile ("lq " #reg ", %0" : : "r" (mem)) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
67 |
2979 | 68 #define sq(reg, off, base) \ |
6636 | 69 asm volatile ("sq " #reg ", %0("#base ")" : : "i" (off) ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
70 |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
71 /* |
2979 | 72 #define ld(base, off, reg) \ |
6636 | 73 asm volatile ("ld " #reg ", " #off "("#base ")") |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
74 */ |
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
75 |
2979 | 76 #define ld3(base, off, reg) \ |
6636 | 77 asm volatile (".word %0" : : "i" ( 0xdc000000 | (base<<21) | (reg<<16) | (off))) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
78 |
2979 | 79 #define ldr3(base, off, reg) \ |
6636 | 80 asm volatile (".word %0" : : "i" ( 0x6c000000 | (base<<21) | (reg<<16) | (off))) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
81 |
2979 | 82 #define ldl3(base, off, reg) \ |
6636 | 83 asm volatile (".word %0" : : "i" ( 0x68000000 | (base<<21) | (reg<<16) | (off))) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
84 |
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
85 /* |
2979 | 86 #define sd(reg, off, base) \ |
6636 | 87 asm volatile ("sd " #reg ", " #off "("#base ")") |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
88 */ |
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
89 //seems assembler has bug encoding mnemonic 'sd', so DIY |
2979 | 90 #define sd3(reg, off, base) \ |
6636 | 91 asm volatile (".word %0" : : "i" ( 0xfc000000 | (base<<21) | (reg<<16) | (off))) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
92 |
2979 | 93 #define sw(reg, off, base) \ |
6636 | 94 asm volatile ("sw " #reg ", " #off "("#base ")") |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
95 |
2979 | 96 #define sq2(reg, mem) \ |
6636 | 97 asm volatile ("sq " #reg ", %0" : : "m" (*(mem))) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
98 |
2979 | 99 #define pinth(rs, rt, rd) \ |
6636 | 100 asm volatile ("pinth " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
101 |
2979 | 102 #define phmadh(rs, rt, rd) \ |
6636 | 103 asm volatile ("phmadh " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
104 |
2979 | 105 #define pcpyud(rs, rt, rd) \ |
6636 | 106 asm volatile ("pcpyud " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
107 |
2979 | 108 #define pcpyld(rs, rt, rd) \ |
6636 | 109 asm volatile ("pcpyld " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
110 |
2979 | 111 #define pcpyh(rt, rd) \ |
6636 | 112 asm volatile ("pcpyh " #rd ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
113 |
2979 | 114 #define paddw(rs, rt, rd) \ |
6636 | 115 asm volatile ("paddw " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
116 |
2979 | 117 #define pextlw(rs, rt, rd) \ |
6636 | 118 asm volatile ("pextlw " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
119 |
2979 | 120 #define pextuw(rs, rt, rd) \ |
6636 | 121 asm volatile ("pextuw " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
122 |
2979 | 123 #define pextlh(rs, rt, rd) \ |
6636 | 124 asm volatile ("pextlh " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
125 |
2979 | 126 #define pextuh(rs, rt, rd) \ |
6636 | 127 asm volatile ("pextuh " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
128 |
2979 | 129 #define psubw(rs, rt, rd) \ |
6636 | 130 asm volatile ("psubw " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
131 |
2979 | 132 #define psraw(rt, sa, rd) \ |
6636 | 133 asm volatile ("psraw " #rd ", " #rt ", %0" : : "i"(sa) ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
134 |
2979 | 135 #define ppach(rs, rt, rd) \ |
6636 | 136 asm volatile ("ppach " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
137 |
2979 | 138 #define ppacb(rs, rt, rd) \ |
6636 | 139 asm volatile ("ppacb " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
140 |
2979 | 141 #define prevh(rt, rd) \ |
6636 | 142 asm volatile ("prevh " #rd ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
143 |
2979 | 144 #define pmulth(rs, rt, rd) \ |
6636 | 145 asm volatile ("pmulth " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
146 |
2979 | 147 #define pmaxh(rs, rt, rd) \ |
6636 | 148 asm volatile ("pmaxh " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
149 |
2979 | 150 #define pminh(rs, rt, rd) \ |
6636 | 151 asm volatile ("pminh " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
152 |
2979 | 153 #define pinteh(rs, rt, rd) \ |
6636 | 154 asm volatile ("pinteh " #rd ", " #rs ", " #rt ) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
155 |
2979 | 156 #define paddh(rs, rt, rd) \ |
6636 | 157 asm volatile ("paddh " #rd ", " #rs ", " #rt ) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
158 |
2979 | 159 #define psubh(rs, rt, rd) \ |
6636 | 160 asm volatile ("psubh " #rd ", " #rs ", " #rt ) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
161 |
2979 | 162 #define psrah(rt, sa, rd) \ |
6636 | 163 asm volatile ("psrah " #rd ", " #rt ", %0" : : "i"(sa) ) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
164 |
2979 | 165 #define pmfhl_uw(rd) \ |
6636 | 166 asm volatile ("pmfhl.uw " #rd) |
721
71f669e9f633
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
689
diff
changeset
|
167 |
2979 | 168 #define pextlb(rs, rt, rd) \ |
6636 | 169 asm volatile ("pextlb " #rd ", " #rs ", " #rt ) |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
diff
changeset
|
170 |
5830
1d83e9c34641
Add FFMPEG_ prefix to all multiple inclusion guards.
diego
parents:
5200
diff
changeset
|
171 #endif /* FFMPEG_MMI_H */ |