Searched refs:v0 (Results 1 - 25 of 229) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dstrlen_user.S26 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
27 and v0, a0
28 bnez v0, .Lfault
31 move v0, a0
33 1: EX(lbu16, v1, (v0), .Lfault)
35 1: EX(lb, v1, (v0), .Lfault)
37 PTR_ADDIU v0, 1
39 PTR_SUBU v0, a0
43 .Lfault: move v0, zero
H A Dstrncpy_user.S32 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
33 and v0, a1
35 bnezc v0, .Lfault
37 bnez v0, .Lfault
44 1: EX(lbu, v0, (v1), .Lfault)
47 beqz v0, 2f
48 sb v0, (a0)
52 2: PTR_ADDU v0, a1, t0
53 xor v0, a1
54 bltz v0,
[all...]
H A Dstrnlen_user.S31 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
32 and v0, a0
34 bnezc v0, .Lfault
36 bnez v0, .Lfault
41 move v0, a0
42 1: beq v0, a1, 1f # limit reached?
44 EX(lb, t0, (v0), .Lfault)
46 addius5 v0, 1
49 PTR_SUBU v0, a0
52 PTR_ADDU v0,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb64enc.c70 register DES_LONG v0,v1; local
83 c2l(iv,v0); ti[0]=v0;
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
107 v0
[all...]
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
97 c2l(iv,v0);
99 ti[0]=v0;
103 ti[0]=v0;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
131 l2c(v0,i
[all...]
H A Dofb64ede.c71 register DES_LONG v0,v1; local
81 c2l(iv,v0);
83 ti[0]=v0;
86 l2c(v0,dp);
92 /* ti[0]=v0; */
95 v0=ti[0];
99 l2c(v0,dp);
108 /* v0=ti[0];
111 l2c(v0,iv);
114 v0
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
94 c2l(iv,v0);
101 ti[0]=v0;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
120 l2c(v0,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
137 c2l(iv,v0);
148 ti[0]=v0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dcfb64enc.c71 register DES_LONG v0, v1; local
81 c2l(iv, v0);
82 ti[0] = v0;
87 v0 = ti[0];
88 l2c(v0, iv);
89 v0 = ti[1];
90 l2c(v0, iv);
101 c2l(iv, v0);
102 ti[0] = v0;
107 v0
[all...]
H A Dofb_enc.c71 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; local
95 c2l(iv, v0);
97 ti[0] = v0;
100 ti[0] = v0;
113 v0 = v1;
116 v0 = vv0;
119 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
123 v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL;
128 l2c(v0, i
[all...]
H A Dofb64ede.c71 register DES_LONG v0, v1; local
81 c2l(iv, v0);
83 ti[0] = v0;
86 l2c(v0, dp);
90 /* ti[0]=v0; */
93 v0 = ti[0];
97 l2c(v0, dp);
105 /*- v0=ti[0];
108 l2c(v0, iv);
111 v0
[all...]
H A Dcfb_enc.c77 register DES_LONG d0, d1, v0, v1; local
98 c2l(iv, v0);
103 ti[0] = v0;
117 v0 = v1;
120 v0 = d0;
125 l2c(v0, iv);
130 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
139 v0 = sh[0], v1 = sh[1];
142 c2l(iv, v0);
150 ti[0] = v0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dcfb64enc.c71 register DES_LONG v0, v1; local
81 c2l(iv, v0);
82 ti[0] = v0;
87 v0 = ti[0];
88 l2c(v0, iv);
89 v0 = ti[1];
90 l2c(v0, iv);
101 c2l(iv, v0);
102 ti[0] = v0;
107 v0
[all...]
H A Dofb_enc.c71 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; local
95 c2l(iv, v0);
97 ti[0] = v0;
100 ti[0] = v0;
113 v0 = v1;
116 v0 = vv0;
119 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
123 v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL;
128 l2c(v0, i
[all...]
H A Dofb64ede.c71 register DES_LONG v0, v1; local
81 c2l(iv, v0);
83 ti[0] = v0;
86 l2c(v0, dp);
90 /* ti[0]=v0; */
93 v0 = ti[0];
97 l2c(v0, dp);
105 /*- v0=ti[0];
108 l2c(v0, iv);
111 v0
[all...]
H A Dcfb_enc.c77 register DES_LONG d0, d1, v0, v1; local
98 c2l(iv, v0);
103 ti[0] = v0;
117 v0 = v1;
120 v0 = d0;
125 l2c(v0, iv);
130 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
139 v0 = sh[0], v1 = sh[1];
142 c2l(iv, v0);
150 ti[0] = v0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-malta/
H A Dkernel-entry-init.h25 PTR_LA v0, 0x9fc00534 /* YAMON print */ variable
26 lw v0, (v0) variable
29 jal v0
31 PTR_LA v0, 0x9fc00520 /* YAMON exit */ variable
32 lw v0, (v0) variable
34 jal v0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-sead3/
H A Dkernel-entry-init.h25 PTR_LA v0, 0x9fc00534 /* YAMON print */ variable
26 lw v0, (v0) variable
29 jal v0
31 PTR_LA v0, 0x9fc00520 /* YAMON exit */ variable
32 lw v0, (v0) variable
34 jal v0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Daac.h32 unsigned v0, v1; local
41 : "=&r"(v0), "=&r"(v1), "+r"(dst), "=m"(dst[0]), "=m"(dst[1])
51 unsigned v0, v1, v2, v3; local
65 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
76 unsigned v0, v1, v2, v3; local
90 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
101 unsigned v0, v1, v2, v3, nz; local
133 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Daac.h32 unsigned v0, v1; local
41 : "=&r"(v0), "=&r"(v1), "+r"(dst), "=m"(dst[0]), "=m"(dst[1])
51 unsigned v0, v1, v2, v3; local
65 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
76 unsigned v0, v1, v2, v3; local
90 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
101 unsigned v0, v1, v2, v3, nz; local
133 : "=&r"(v0), "=&r"(v1), "=&r"(v2), "=&r"(v3), "+r"(dst),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrlen_user.S23 lda v0, $exception-99b(zero); \
50 andnot a0, 7, v0
55 subq a0, v0, t0
63 EX( ldq t0, 8(v0) )
65 addq v0, 8, v0 # addr += 8
79 addq v0, t4, v0
80 addq v0, t2, v0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Darm64cpuid.S24 aese v0.16b, v0.16b
38 sha256su0 v0.4s, v0.4s
44 pmull v0.1q, v0.1d, v0.1d
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_ofb64.c71 register BF_LONG v0, v1, t; local
81 n2l(iv, v0);
83 ti[0] = v0;
86 l2n(v0, dp);
102 v0 = ti[0];
105 l2n(v0, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2ofb64.c71 register unsigned long v0, v1, t; local
81 c2l(iv, v0);
83 ti[0] = v0;
86 l2c(v0, dp);
102 v0 = ti[0];
105 l2c(v0, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5ofb64.c71 register unsigned long v0, v1, t; local
81 c2l(iv, v0);
83 ti[0] = v0;
86 l2c(v0, dp);
102 v0 = ti[0];
105 l2c(v0, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2ofb64.c70 register unsigned long v0,v1,t; local
80 c2l(iv,v0);
82 ti[0]=v0;
85 l2c(v0,dp);
102 v0=ti[0];
105 l2c(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;

Completed in 100 milliseconds

12345678910