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

12345

/freebsd-11-stable/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-11-stable/lib/libc/mips/net/
H A Dhtons.S38 move v0, a0
40 srl v0, a0, 8
41 and v0, v0, 0xff
44 or v0, v0, v1
H A Dntohs.S37 move v0, a0
39 srl v0, a0, 8
40 and v0, v0, 0xff
43 or v0, v0, v1
H A Dhtonl.S38 move v0, a0
41 sll v0, a0, 24 # v0 = 0x44000000
42 or v0, v0, v1
45 or v0, v0, v1
48 or v0, v0, v1
H A Dntohl.S38 move v0, a0
41 sll v0, a0, 24 # v0 = 0x44000000
42 or v0, v0, v1
45 or v0, v0, v1
48 or v0, v0, v1
/freebsd-11-stable/contrib/netbsd-tests/lib/csu/arch/alpha/
H A Dh_initfini_align.S12 ldiq v0, 0
14 cmoveq t0, 1, v0
/freebsd-11-stable/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-11-stable/contrib/file/tests/
H A DMakefile.am19 zstd-v0.2-FF.testfile \
20 zstd-v0.3-FF.testfile \
21 zstd-v0.4-FF.testfile \
22 zstd-v0.5-FF.testfile \
23 zstd-v0.6-FF.testfile \
24 zstd-v0.7-21.testfile \
25 zstd-v0.7-22.testfile \
26 zstd-v0.8-01.testfile \
27 zstd-v0.8-02.testfile \
28 zstd-v0
[all...]
/freebsd-11-stable/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
/freebsd-11-stable/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...]
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Dghashv8-armx.S29 pmull v0.1q,v20.1d,v20.1d
34 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
35 eor v18.16b,v0.16b,v2.16b
38 pmull v18.1q,v0.1d,v19.1d //1st phase
41 ins v1.d[1],v0.d[0]
42 eor v0.16b,v1.16b,v18.16b
44 ext v18.16b,v0.16b,v0.16b,#8 //2nd phase
45 pmull v0.1q,v0
[all...]
H A Daesv8-armx.S36 eor v0.16b,v0.16b,v0.16b
48 ext v5.16b,v0.16b,v3.16b,#12
50 aese v6.16b,v0.16b
54 ext v5.16b,v0.16b,v5.16b,#12
56 ext v5.16b,v0.16b,v5.16b,#12
66 ext v5.16b,v0.16b,v3.16b,#12
68 aese v6.16b,v0.16b
71 ext v5.16b,v0
[all...]
/freebsd-11-stable/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;
/freebsd-11-stable/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;
/freebsd-11-stable/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;
/freebsd-11-stable/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-11-stable/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;
/freebsd-11-stable/crypto/openssl/crypto/
H A Darm64cpuid.S23 aese v0.16b, v0.16b
37 sha256su0 v0.4s, v0.4s
43 pmull v0.1q, v0.1d, v0.1d
/freebsd-11-stable/contrib/libucl/klib/
H A Dkvec.h68 #define kv_copy(type, v1, v0) do { \
69 if ((v1).m < (v0).n) kv_resize(type, v1, (v0).n); \
70 (v1).n = (v0).n; \
71 memcpy((v1).a, (v0).a, sizeof(type) * (v0).n); \
90 #define kv_concat(type, v1, v0) do { \
91 if ((v1).m < (v0).n + (v1).n) kv_resize(type, v1, (v0).n + (v1).n); \
92 memcpy((v1).a + (v1).n, (v0)
[all...]
/freebsd-11-stable/sys/sys/
H A Dktr.h135 #define KTR_EVENT1(m, egroup, ident, etype, edat, a0, v0) \
136 CTR3(m, KTR_EFMT(egroup, ident, etype) a0, ident, edat, (v0))
137 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \
139 ident, edat, (v0), (v1))
140 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\
142 ident, edat, (v0), (v1), (v2))
144 a0, v0, a1, v1, a2, v2, a3, v3) \
146 ident, edat, (v0), (v1), (v2), (v3))
153 #define KTR_STATE1(m, egroup, ident, state, a0, v0) \
154 KTR_EVENT1(m, egroup, ident, "state:\"%s\"", state, a0, (v0))
[all...]

Completed in 202 milliseconds

12345