Searched refs:R1 (Results 1 - 25 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dsmulsi3_highpart.S18 R2 = R1.L * R0.L (FU);
19 R3 = R1.H * R0.L (IS,M);
20 R0 = R0.H * R1.H, R1 = R0.H * R1.L (IS,M);
22 R1.L = R2.H + R1.L;
26 R1.L = R1.L + R3.L;
28 R1 >>>
30 R1 = R1 + R3; define
31 R1 = R1 + R2; define
33 R1 = R1 + R2; define
[all...]
H A Dstrcpy.S11 * R1 = address (src)
26 P1 = R1 ; /* src*/
29 R1 = B [P1++] (Z); define
30 B [P0++] = R1;
31 CC = R1;
H A Dumulsi3_highpart.S18 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU);
19 R0 = R1.L * R0.L, R1 = R1.H * R0.L (FU);
24 R0 = R0 + R1;
26 R1 = cc; define
27 R1 = PACK(R1.l,R0.h); define
28 R0 = R1
[all...]
H A Ddivsi3.S20 * R1 - Denominator (i)
39 R3 = R0 ^ R1;
57 DIVS(R0, R1);
58 DIVQ(R0, R1);
59 DIVQ(R0, R1);
60 DIVQ(R0, R1);
61 DIVQ(R0, R1);
62 DIVQ(R0, R1);
63 DIVQ(R0, R1);
64 DIVQ(R0, R1);
185 R1 = R1.L (Z); define
[all...]
H A Dmemmove.S14 * R1 = From Address
22 P3 = R1; /* P3 = From Address */
27 CC = R1 < R0 (IU); /* From < To */
29 R3 = R1 + R2;
36 R3 = R1 | R0; /* OR addresses together */
47 R1 = [I0++]; define
52 [P0++] = R1;
54 R1 = [I0++]; define
58 MNOP || [P0++] = R1 || R1
79 R1 = B[P3--] (Z); define
[all...]
H A Dudivsi3.S20 CC = R0 < R1 (IU); /* If X < Y, always return 0 */
23 R2 = R1 << 16;
28 R3 = R1 >> 15; /* and Y is a 15-bit number */
47 DIVQ(R0, R1); // 1
48 DIVQ(R0, R1); // 2
49 DIVQ(R0, R1); // 3
50 DIVQ(R0, R1); // 4
51 DIVQ(R0, R1); // 5
52 DIVQ(R0, R1); // 6
53 DIVQ(R0, R1); //
218 R1 = R1.L (Z); define
273 R1 = R0 - R3; define
[all...]
H A Dmemcmp.S11 * R1 = Second Address (s2)
24 P3 = R1; /* P3 = s2 Address */
28 I0 = R1; /* s2 */
29 R1 = R1 | R0; /* OR addresses together */ define
30 R1 <<= 30; /* check bottom two bits */
43 R1 = [I0++]; define
45 MNOP || R0 = [P0++] || R1 = [I0++];
47 CC = R0 == R1;
60 R1 define
[all...]
H A Dstrcmp.S11 * R1 = address (s2)
28 P1 = R1 ; /* s2 */
32 R1 = B[P1++] (Z); /* get *s2 */ define
33 CC = R0 == R1; /* compare a byte */
39 R0 = R0 - R1; /* *s1 - *s2 */
H A Dmodsi3.S4 * Registers in: R0, R1 = Numerator/ Denominator
27 CC=R1==0;
29 CC=R0==R1;
31 CC = R1 == 1;
33 CC = R1 == -1;
42 R6 = R1; /* Save for later */
H A Dumodsi3.S23 CC= R1==0;
25 CC=R0==R1;
27 CC = R1 == 1;
29 CC = R0<R1 (IU);
35 R6 = R1;
H A Dmemcpy.S17 * R1 = From Address (src)
36 P1 = R1 ; /* src*/
40 CC = R1 < R0; /* src < dst */
42 R3 = R1 + R2;
49 R3 = R1 | R0;
50 R1 = 0x3; define
51 R3 = R3 & R1;
99 R1 = B[P1++] (X); define
101 B[P0++] = R1;
118 R1 define
[all...]
H A Dmemset.S20 * R1 = filler byte
32 R1 = R1.B (Z); /* R1 = fill char */ define
40 R2 = R1 << 8; /* create quad filler */
41 R2.L = R2.L + R1.L(NS);
42 R2.H = R2.L + R1.H(NS);
66 B[P0++] = R1;
78 B[P0++] = R1;
83 B[P0++] = R1;
[all...]
H A Dmemchr.S11 * R1 = sought byte (c)
24 R1 = R1.B(Z); define
33 CC = R3 == R1;
H A Dstrncmp.S11 * R1 = address (src)
29 P1 = R1 ; /* s2 */
32 R1 = B[P1++] (Z); /* get *s2 */ define
33 CC = R0 == R1; /* compare a byte */
44 R0 = R0 - R1; /* *s1 - *s2 */
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
66 R1 = A0.w; define
[all...]
H A Douts.S17 P1 = R1; /* P1 = address */
28 P1 = R1; /* P1 = address */
39 P1 = R1; /* P1 = address */
50 P1 = R1; /* P1 = address */
54 .Lword8_loop_s: R1 = B[P1++];
57 R0 = R0 + R1;
H A Dstrncpy.S12 * R1 = address (src)
32 P1 = R1 ; /* src*/
36 R1 = B [P1++] (Z); define
37 B [P0++] = R1;
38 CC = R1 == 0;
64 * R1 = filler byte (this case it's zero, set above)
81 B [P0++] = R1;
/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];
67 R1 = rotlFixed(R1, 2);
69 R2 += (R3 & ~R1) + (R0 & R1) + K[4*i+2];
72 R3 += (R0 & ~R2) + (R1 & R2) + K[4*i+3];
78 R1
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/blackfin/kernel/
H A Dfixed_code.S36 * R1: value to store
41 [P0] = R1;
49 * R1: compare value
57 CC = R0 == R1;
70 * R1: previous contents of the memory address.
73 R1 = [P0]; define
74 R0 = R1 + R0;
85 * R1: previous contents of the memory address.
88 R1 = [P0]; define
89 R0 = R1
103 R1 = [P0]; define
118 R1 = [P0]; define
133 R1 = [P0]; define
[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.S46 #define R1 %rbx define
222 pushq R1
232 movq (R3), R1
234 input_whitening(R1,%r11,a_offset)
238 shr $32, R1
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,R0,R1,3*8);
247 encrypt_round(R0,R1,R
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dpixels_bfin.S30 I1 = R1; // dest
35 R1 = [I0++]; define
39 R3 = MAX(R1, R4) (V);
41 R6 = BYTEPACK (R2,R3) || R1 = [I0++];
44 R3 = MAX(R1, R4) (V);
46 R6 = BYTEPACK (R2,R3) || R1 = [I0++];
60 I1 = R1; // dest
62 I2 = R1; // dest
67 R3 = R3 >> 8 || R1.L = W[I3] || I3 += 4;
68 R6 = BYTEOP3P(R1
[all...]
H A Dfdct_bfin.S60 R0, R1, R2, R3, R4, R5, R6,R7, P0, P1, P2, P3, P4, P5, A0, A1.
211 R1.H = W[I0++]; // X2 is read into R1.H.
219 * It reads the data 3 in R1.L.
222 R0 = R0 +|+ R3, R3 = R0 -|- R3 || R1.L = W[I0++] || NOP;
232 R1 = R1 +|+ R2, R2 = R1 -|- R2 (CO) || NOP || R7 = [I3++]; define
235 * At the end of stage 1 R0 has (1,0), R1 has (2,3), R2 has (4, 5) and
246 R0 = R0 +|+ R1, R
[all...]
H A Didct_bfin.S99 RELOC(R1, P3, coefs); // Pointer to Coefficients
101 B3 = R1;
135 * R1=(Y2,Y6)
140 A1=R7.H*R0.H, A0=R7.H*R0.H (IS) || I0+= 4 || R1.L=W[I1++];
141 R3=(A1+=R7.H*R0.L), R2=(A0-=R7.H*R0.L) (IS) || R1.H=W[I0--] || R7=[I3++];
158 * R1=Y2, R0=Y6
160 A1=R7.L*R1.H, A0=R7.H*R1.H (IS) || I0+=4 || R5.H=W[I0];
161 R1=(A1-=R7.H*R1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dcache.S33 * R1 = end address
43 R1 += -1;
44 R1 = R1 & R2; define
45 R1 += L1_CACHE_BYTES;
48 R2 = R1 - R0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4_dgst.c116 R1(A,B,C,D,X[ 0], 3,0x5A827999L);
117 R1(D,A,B,C,X[ 4], 5,0x5A827999L);
118 R1(C,D,A,B,X[ 8], 9,0x5A827999L);
119 R1(B,C,D,A,X[12],13,0x5A827999L);
120 R1(A,B,C,D,X[ 1], 3,0x5A827999L);
121 R1(D,A,B,C,X[ 5], 5,0x5A827999L);
122 R1(C,D,A,B,X[ 9], 9,0x5A827999L);
123 R1(B,C,D,A,X[13],13,0x5A827999L);
124 R1(A,B,C,D,X[ 2], 3,0x5A827999L);
125 R1(
[all...]

Completed in 186 milliseconds

12345