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

1234

/freebsd-9.3-release/sys/mips/sibyte/
H A Dsb_asm.S46 mfc0 v0, MIPS_COP_0_PRID
47 srl v0, v0, 25
49 and v0, v0, 7
/freebsd-9.3-release/lib/libc/mips/net/
H A Dhtons.S45 move v0, a0
47 srl v0, a0, 8
48 and v0, v0, 0xff
51 or v0, v0, v1
H A Dntohs.S44 move v0, a0
46 srl v0, a0, 8
47 and v0, v0, 0xff
50 or v0, v0, v1
H A Dhtonl.S45 move v0, a0
48 sll v0, a0, 24 # v0 = 0x44000000
49 or v0, v0, v1
52 or v0, v0, v1
55 or v0, v0, v1
H A Dntohl.S45 move v0, a0
48 sll v0, a0, 24 # v0 = 0x44000000
49 or v0, v0, v1
52 or v0, v0, v1
55 or v0, v0, v1
/freebsd-9.3-release/crypto/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...]
H A Dofb64enc.c70 register DES_LONG v0, v1, t; local
80 c2l(iv, v0);
82 ti[0] = v0;
85 l2c(v0, dp);
101 v0 = ti[0];
104 l2c(v0, iv);
107 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-9.3-release/lib/libc/mips/sys/
H A Dbrk.S57 PTR_LA v0, _C_LABEL(minbrk)
58 PTR_L v0, 0(v0)
59 bgeu a0, v0, 1f
60 move a0, v0 # dont allow break < minbrk
62 li v0, SYS_break
67 move v0, zero
H A Dpipe.S48 li v0, SYS_pipe # pipe(fildes) int fildes[2];
51 sw v0, 0(a0) # store the two file descriptors
53 move v0, zero
/freebsd-9.3-release/lib/libc/mips/string/
H A Dffs.S50 move v0, zero
54 addu v0, v0, 1
H A Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
60 and v0, v0, 3
62 bne v0, zero, unaligned # not possible to align addresses
67 move v0, v1 # init v0,v1 so unmodified bytes match
68 LWHI v0, 0(a0) # read 1, 2, or 3 bytes
71 bne v0, v1, nomatch
78 lw v0, 0(a0) # compare words
81 bne v0, v
[all...]
H A Dstrlen.S50 lb v0, 0(a0) # get byte from string
52 bne v0, zero, 1b # continue if not end
53 PTR_SUBU v0, a0, v1 # compute length - 1 for '\0' char
/freebsd-9.3-release/crypto/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;
H A Dbf_cfb64.c72 register BF_LONG v0, v1, t; local
82 n2l(iv, v0);
83 ti[0] = v0;
102 n2l(iv, v0);
103 ti[0] = v0;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-9.3-release/crypto/openssl/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;
H A Drc5cfb64.c72 register unsigned long v0, v1, t; local
82 c2l(iv, v0);
83 ti[0] = v0;
102 c2l(iv, v0);
103 ti[0] = v0;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_ofb64.c71 register CAST_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;
H A Dc_cfb64.c72 register CAST_LONG v0, v1, t; local
82 n2l(iv, v0);
83 ti[0] = v0;
102 n2l(iv, v0);
103 ti[0] = v0;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_ofb64.c71 register unsigned 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;
H A Di_cfb64.c72 register unsigned long v0, v1, t; local
82 n2l(iv, v0);
83 ti[0] = v0;
102 n2l(iv, v0);
103 ti[0] = v0;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-9.3-release/crypto/openssl/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;
/freebsd-9.3-release/sys/mips/sentry5/
H A Ds5reg.h21 int v0; \
22 __asm __volatile ("mfc0 %[v0], $22, "__XSTRING(r)" ;" \
23 : [v0] "=&r"(v0)); \
25 return (v0); \

Completed in 107 milliseconds

1234