Home | History | Annotate | Download | only in bfin

Lines Matching defs:R3

103 R3.L = R4.H >>> 15;
104 R4.H = R3.L >>> 0;
131 R3.L = R4.H << 15(S);
132 R4.H = R3.L << 0(S);
144 R4 = R3 >>> 31;
145 R3 = R4 >>> 0;
158 R4 = R3 << 31(S);
159 R3 = R4 << 0(S);
196 r3.l = ashift r0.h by r7.l ; /* shift, half-word */
197 r3.h = ashift r0.l by r7.l ;
198 r3.h = ashift r0.h by r7.l ;
199 r3.l = ashift r0.l by r7.l ;
200 r3.l = ashift r0.h by r7.l(s) ; /* shift, half-word, saturated */
201 r3.h = ashift r0.l by r7.l(s) ; /* shift, half-word, saturated */
202 r3.h = ashift r0.h by r7.l(s) ;
203 r3.l = ashift r0.l by r7.l (s) ;
219 r3 >>= 17 ; /* data right shift */
220 r3 <<= 17 ; /* data left shift */
221 r3.l = r0.l >> 4 ; /* data right shift, half-word register */
222 r3.l = r0.h >> 4 ; /* same as above; half-word register combinations are arbitrary */
223 r3.h = r0.l << 12 ; /* data left shift, half-word register */
224 r3.h = r0.h << 14 ; /* same as above; half-word register combinations are arbitrary */
226 r3 = r6 >> 4 ; /* right shift, 32-bit word */
227 r3 = r6 << 4 ; /* left shift, 32-bit word */
234 r3 >>= r0 ; /* data right shift */
235 r3 <<= r1 ; /* data left shift */
237 r3.l = lshift r0.l by r2.l ; /* shift direction controlled by sign of R2.L */
238 r3.h = lshift r0.l by r2.l ;
256 a0 = rot a0 by r3.l ;