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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dstrnlen_user.S29 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
30 and v0, a0
31 bnez v0, fault
34 move v0, a0
36 1: beq v0, a1, 1f # limit reached?
37 EX(lb, t0, (v0), fault)
38 PTR_ADDU v0, 1
40 1: PTR_SUBU v0, a0
44 fault: move v0, zero
H A Dstrlen_user.S25 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
26 and v0, a0
27 bnez v0, fault
30 move v0, a0
31 1: EX(lb, t0, (v0), fault)
32 PTR_ADDIU v0, 1
34 PTR_SUBU v0, a0
38 fault: move v0, zero
H A Dstrncpy_user.S31 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
32 and v0, a1
33 bnez v0, fault
36 move v0, zero
43 PTR_ADDIU v0, 1
44 bne v0, a2, 1b
47 2: PTR_ADDU t0, a1, v0
53 fault: li v0, -EFAULT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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.c74 register DES_LONG d0,d1,v0,v1; local
83 c2l(iv,v0);
90 ti[0]=v0;
102 { v0=v1; v1=d0; }
104 { v0=d0; v1=d1; }
108 l2c(v0,iv);
122 c2l(iv,v0);
132 ti[0]=v0;
140 { v0=v1; v1=d0; }
142 { v0
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
79 c2l(iv,v0);
81 ti[0]=v0;
84 l2c(v0,dp);
101 v0=ti[0];
104 l2c(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
79 c2l(iv,v0);
81 ti[0]=v0;
84 l2c(v0,dp);
101 v0=ti[0];
104 l2c(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-low.S73 mfc0 v0, CP0_STATUS
74 LONG_S v0, GDB_FR_STATUS(sp)
75 mfc0 v0, CP0_CAUSE
76 LONG_S v0, GDB_FR_CAUSE(sp)
77 DMFC0 v0, CP0_EPC
78 LONG_S v0, GDB_FR_EPC(sp)
79 DMFC0 v0, CP0_BADVADDR
80 LONG_S v0, GDB_FR_BADVADDR(sp)
81 mfhi v0
82 LONG_S v0, GDB_FR_H
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5ofb64.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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
79 n2l(iv,v0);
81 ti[0]=v0;
84 l2n(v0,dp);
101 v0=ti[0];
104 l2n(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_ofb64.c70 register CAST_LONG v0,v1,t; local
80 n2l(iv,v0);
82 ti[0]=v0;
85 l2n(v0,dp);
102 v0=ti[0];
105 l2n(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_ofb64.c70 register unsigned long v0,v1,t; local
80 n2l(iv,v0);
82 ti[0]=v0;
85 l2n(v0,dp);
102 v0=ti[0];
105 l2n(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
79 n2l(iv,v0);
81 ti[0]=v0;
84 l2n(v0,dp);
101 v0=ti[0];
104 l2n(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_ofb64.c70 register CAST_LONG v0,v1,t; local
80 n2l(iv,v0);
82 ti[0]=v0;
85 l2n(v0,dp);
102 v0=ti[0];
105 l2n(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_ofb64.c70 register unsigned long v0,v1,t; local
80 n2l(iv,v0);
82 ti[0]=v0;
85 l2n(v0,dp);
102 v0=ti[0];
105 l2n(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5ofb64.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 130 milliseconds

12345