Searched refs:R3 (Results 1 - 25 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dmemcpy.S42 R3 = R1 + R2; define
43 CC = R0 < R3; /* and dst < src+len */
49 R3 = R1 | R0; define
51 R3 = R3 & R1; define
52 CC = R3; /* low bits set on either address? */
64 R3 = B[P1++] (X); define
66 B[P0++] = R3;
75 R3 = [I1++]; define
78 [P0++] = R3;
80 R3 = [I1++]; define
88 R3 = 0x3; define
89 R3 = R2 & R3; define
[all...]
H A Dudivsi3.S28 R3 = R1 >> 15; /* and Y is a 15-bit number */ define
29 R2 = R2 | R3; /* then it's okay to use the DIVQ builtins (fallthrough to fast)*/
71 ** R3 currently holds Y>>15, which means R3's LSB is the
83 R3 += -1; /* if so, Y is 0x00008nnn */
89 R3 = R1 >> 1; /* Pre-scaled divisor for primitive case */ define
92 R2 = R3 - R2; /* shifted divisor < upper 16 bits of dividend */
122 R3 = 1; define
131 IF !CC R6 = R3; /* R1 doesn't, so at most 1 shifted */
134 R3 define
145 R3 = 0; /* Clear partial remainder */ define
152 R3 = R3 << 1 || R5 = [SP]; define
153 R3 = R3 | R6; /* Include any carry */ define
157 R3 = R3 + R5; /* Add/sub divsor to partial remainder */ define
171 R3 = R2; /* Copy of R2 */ define
261 R3 = R2.L (Z); /* Q = X' / Y' */ define
269 R3 = 0xFFFF (Z); define
272 R3 = 1 ; define
[all...]
H A Dsmulsi3_highpart.S19 R3 = R1.H * R0.L (IS,M); define
26 R1.L = R1.L + R3.L;
29 R3 >>>= 16;
30 R1 = R1 + R3;
H A Dmemmove.S29 R3 = R1 + R2; define
30 CC = R0 <= R3 (IU); /* (From+len) >= To */
33 R3 = 11; define
34 CC = R2 <= R3;
36 R3 = R1 | R0; /* OR addresses together */ define
37 R3 <<= 30; /* check bottom two bits */
44 R3 = 3; define
45 R2 = R2 & R3; /* remainder */
H A Dmuldi3.S18 R1:R0 * R3:R2
19 = R1.h:R1.l:R0.h:R0.l * R3.h:R3.l:R2.h:R2.l
20 [X] = (R1.h * R3.h) * 2^96
21 [X] + (R1.h * R3.l + R1.l * R3.h) * 2^80
22 [X] + (R1.h * R2.h + R1.l * R3.l + R3.h * R0.h) * 2^64
23 [T1] + (R1.h * R2.l + R3.h * R0.l + R1.l * R2.h + R3
59 R3 = A1.w; define
[all...]
H A Dmemchr.S32 R3 = B[P0++](Z); define
33 CC = R3 == R1;
H A Dmemset.S29 R3 = R0 + R2; /* end */ define
43 P2 = R3;
54 R2 = R3; /* end point */
55 R3 = P0; /* current position */ define
56 R2 = R2 - R3; /* bytes left */
H A Dumulsi3_highpart.S18 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU);
23 R0 = R0 + R3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drc2.cpp58 word16 R0, R1, R2, R3; local
59 Block::Get(inBlock)(R0)(R1)(R2)(R3);
63 R0 += (R1 & ~R3) + (R2 & R3) + K[4*i+0];
66 R1 += (R2 & ~R0) + (R3 & R0) + K[4*i+1];
69 R2 += (R3 & ~R1) + (R0 & R1) + K[4*i+2];
72 R3 += (R0 & ~R2) + (R1 & R2) + K[4*i+3];
73 R3 = rotlFixed(R3, 5);
77 R0 += K[R3
89 word16 R0, R1, R2, R3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S56 #define R3 %rdx define
232 movq (R3), R1
233 movq 8(R3), R3
235 input_whitening(R3,%r11,c_offset)
240 shr $32, R3
243 encrypt_round(R0,R1,R2,R3,0);
244 encrypt_round(R2,R3,R0,R1,8);
245 encrypt_round(R0,R1,R2,R3,2*8);
246 encrypt_round(R2,R3,R
[all...]
H A Dtwofish-i586-asm_32.S247 encrypt_round(R0,R1,R2,R3,0);
248 encrypt_round(R2,R3,R0,R1,8);
249 encrypt_round(R0,R1,R2,R3,2*8);
250 encrypt_round(R2,R3,R0,R1,3*8);
251 encrypt_round(R0,R1,R2,R3,4*8);
252 encrypt_round(R2,R3,R0,R1,5*8);
253 encrypt_round(R0,R1,R2,R3,6*8);
254 encrypt_round(R2,R3,R0,R1,7*8);
255 encrypt_round(R0,R1,R2,R3,8*8);
256 encrypt_round(R2,R3,R
[all...]
H A Daes-x86_64-asm_64.S30 #define R3 %rcx define
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
136 #define return epilogue(R8,R2,R9,R7,R5,R6,R3,R4,R11)
139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
150 round(TAB,OFFSET,R2,R1,R4,R3,R
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dpixels_bfin.S39 R3 = MAX(R1, R4) (V); define
40 R3 = MIN(R3, R5) (V) || R0 = [I0++]; define
41 R6 = BYTEPACK (R2,R3) || R1 = [I0++];
44 R3 = MAX(R1, R4) (V); define
45 R3 = MIN(R3, R5) (V) || R0 = [I0++]; define
46 R6 = BYTEPACK (R2,R3) || R1 = [I0++];
66 R2 = R2 << 8 || R0.H = W[I3--] || R3 = [I1++];
67 R3 define
73 R3 = R3 >> 8 || R1.L = W[I3] || I3 += 4; define
78 R3 = R3 >> 8 || R1.L = W[I3] || I3 += 4; define
556 R3 = 16; define
558 R3 = R2 - R3; define
586 R3 = 8; define
588 R3 = R2 - R3; define
[all...]
H A Dvp3_idct_bfin.S111 * R3=Y0, R2=Y4
114 R3=(A1+=R7.H*R0.L), R2=(A0-=R7.H*R0.L) (IS) || R1.H=W[I0--] || R7=[I3++];
140 * R3 is saved
142 * note: R3: Y0, R2: Y4, R1: Y2, R0: Y6
144 R3=R3+R0, R0=R3-R0;
145 R2=R2+R1, R1=R2-R1 || [TMP0]=R3 || R6.L=W[I0--];
158 R3 =(A1-=R7.L*R6.L), R2 =(A0+=R7.H*R6.L) (IS);
163 // R3
[all...]
H A Didct_bfin.S138 * R3=Y0, R2=Y4
141 R3=(A1+=R7.H*R0.L), R2=(A0-=R7.H*R0.L) (IS) || R1.H=W[I0--] || R7=[I3++];
167 * R3 is saved
169 * note: R3: Y0, R2: Y4, R1: Y2, R0: Y6
171 R3=R3+R0, R0=R3-R0;
172 R2=R2+R1, R1=R2-R1 || [TMP0]=R3 || R6.L=W[I0--];
185 R3 =(A1-=R7.L*R6.L), R2 =(A0+=R7.H*R6.L) (IS);
190 // R3
[all...]
H A Dfdct_bfin.S60 R0, R1, R2, R3, R4, R5, R6,R7, P0, P1, P2, P3, P4, P5, A0, A1.
199 I2 = I1; // Element 6 is read into R3.H.
200 I2 -= 4 || R3.H = W[I1++]; // I2 points to Input Element (0, 4).
210 R3.L = W[I1--]; // X7 is read into R3.L.
222 R0 = R0 +|+ R3, R3 = R0 -|- R3 || R1.L = W[I0++] || NOP;
236 * R3 has (6,7).
257 * The instruction W[I0] = R3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5_dgst.c150 R3(A,B,C,D,X[ 0], 6,0xf4292244L);
151 R3(D,A,B,C,X[ 7],10,0x432aff97L);
152 R3(C,D,A,B,X[14],15,0xab9423a7L);
153 R3(B,C,D,A,X[ 5],21,0xfc93a039L);
154 R3(A,B,C,D,X[12], 6,0x655b59c3L);
155 R3(D,A,B,C,X[ 3],10,0x8f0ccc92L);
156 R3(C,D,A,B,X[10],15,0xffeff47dL);
157 R3(B,C,D,A,X[ 1],21,0x85845dd1L);
158 R3(A,B,C,D,X[ 8], 6,0x6fa87e4fL);
159 R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/
H A Dmd5_dgst.c193 R3(A, B, C, D, X(0), 6, 0xf4292244L);
194 R3(D, A, B, C, X(7), 10, 0x432aff97L);
195 R3(C, D, A, B, X(14), 15, 0xab9423a7L);
196 R3(B, C, D, A, X(5), 21, 0xfc93a039L);
197 R3(A, B, C, D, X(12), 6, 0x655b59c3L);
198 R3(D, A, B, C, X(3), 10, 0x8f0ccc92L);
199 R3(C, D, A, B, X(10), 15, 0xffeff47dL);
200 R3(B, C, D, A, X(1), 21, 0x85845dd1L);
201 R3(A, B, C, D, X(8), 6, 0x6fa87e4fL);
202 R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/
H A Dmd5_dgst.c193 R3(A, B, C, D, X(0), 6, 0xf4292244L);
194 R3(D, A, B, C, X(7), 10, 0x432aff97L);
195 R3(C, D, A, B, X(14), 15, 0xab9423a7L);
196 R3(B, C, D, A, X(5), 21, 0xfc93a039L);
197 R3(A, B, C, D, X(12), 6, 0x655b59c3L);
198 R3(D, A, B, C, X(3), 10, 0x8f0ccc92L);
199 R3(C, D, A, B, X(10), 15, 0xffeff47dL);
200 R3(B, C, D, A, X(1), 21, 0x85845dd1L);
201 R3(A, B, C, D, X(8), 6, 0x6fa87e4fL);
202 R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dsha1.c94 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
100 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5); \ macro
168 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
169 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsha1.c34 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
38 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
78 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
79 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-586.pl24 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
29 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
140 sub R3 subroutine
144 &comment("R3 $ki");
256 &comment("R3 section");
257 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
258 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
259 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
260 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
261 &R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3 subroutine
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3 subroutine
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_type.h75 unsigned long R3; member in struct:rt_rtmp_rf_regs

Completed in 206 milliseconds

1234567