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

123456

/freebsd-12-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-12-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-12-stable/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h8 v0 += v1; \
10 v1 ^= v0; \
11 v0 = ROTL64(v0, 32); \
15 v0 += v3; \
17 v3 ^= v0; \
/freebsd-12-stable/contrib/netbsd-tests/lib/csu/arch/alpha/
H A Dh_initfini_align.S12 ldiq v0, 0
14 cmoveq t0, 1, v0
/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dcfb64enc.c22 register DES_LONG v0, v1; local
32 c2l(iv, v0);
33 ti[0] = v0;
38 v0 = ti[0];
39 l2c(v0, iv);
40 v0 = ti[1];
41 l2c(v0, iv);
52 c2l(iv, v0);
53 ti[0] = v0;
58 v0
[all...]
H A Dofb_enc.c22 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; local
46 c2l(iv, v0);
48 ti[0] = v0;
51 ti[0] = v0;
64 v0 = v1;
67 v0 = vv0;
70 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
74 v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL;
79 l2c(v0, i
[all...]
H A Dofb64ede.c22 register DES_LONG v0, v1; local
32 c2l(iv, v0);
34 ti[0] = v0;
37 l2c(v0, dp);
41 /* ti[0]=v0; */
44 v0 = ti[0];
48 l2c(v0, dp);
57 l2c(v0, iv);
60 v0 = v1 = ti[0] = ti[1] = 0;
H A Dcfb_enc.c28 register DES_LONG d0, d1, v0, v1; local
49 c2l(iv, v0);
54 ti[0] = v0;
68 v0 = v1;
71 v0 = d0;
76 l2c(v0, iv);
81 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
90 v0 = sh[0], v1 = sh[1];
93 c2l(iv, v0);
101 ti[0] = v0;
[all...]
H A Dofb64enc.c21 register DES_LONG v0, v1, t; local
31 c2l(iv, v0);
33 ti[0] = v0;
36 l2c(v0, dp);
52 v0 = ti[0];
55 l2c(v0, iv);
58 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-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-12-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-12-stable/secure/lib/libcrypto/aarch64/
H A Dghashv8-armx.S30 pmull v0.1q,v20.1d,v20.1d
35 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
36 eor v18.16b,v0.16b,v2.16b
39 pmull v18.1q,v0.1d,v19.1d //1st phase
42 ins v1.d[1],v0.d[0]
43 eor v0.16b,v1.16b,v18.16b
45 ext v18.16b,v0.16b,v0.16b,#8 //2nd phase
46 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-12-stable/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c22 register unsigned long v0, v1, t; local
32 c2l(iv, v0);
34 ti[0] = v0;
37 l2c(v0, dp);
53 v0 = ti[0];
56 l2c(v0, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c22 register unsigned long v0, v1, t; local
32 c2l(iv, v0);
34 ti[0] = v0;
37 l2c(v0, dp);
53 v0 = ti[0];
56 l2c(v0, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c22 register BF_LONG v0, v1, t; local
32 n2l(iv, v0);
34 ti[0] = v0;
37 l2n(v0, dp);
53 v0 = ti[0];
56 l2n(v0, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_ofb64.c22 register CAST_LONG v0, v1, t; local
32 n2l(iv, v0);
34 ti[0] = v0;
37 l2n(v0, dp);
53 v0 = ti[0];
56 l2n(v0, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_ofb64.c22 register unsigned long v0, v1, t; local
32 n2l(iv, v0);
34 ti[0] = v0;
37 l2n(v0, dp);
53 v0 = ti[0];
56 l2n(v0, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-12-stable/sys/sys/
H A Dktr.h137 #define KTR_EVENT1(m, egroup, ident, etype, edat, a0, v0) \
138 CTR3(m, KTR_EFMT(egroup, ident, etype) a0, ident, edat, (v0))
139 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \
141 ident, edat, (v0), (v1))
142 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\
144 ident, edat, (v0), (v1), (v2))
146 a0, v0, a1, v1, a2, v2, a3, v3) \
148 ident, edat, (v0), (v1), (v2), (v3))
155 #define KTR_STATE1(m, egroup, ident, state, a0, v0) \
156 KTR_EVENT1(m, egroup, ident, "state:\"%s\"", state, a0, (v0))
[all...]
/freebsd-12-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_local.h14 uint64_t v0; member in struct:siphash_st
/freebsd-12-stable/contrib/netbsd-tests/lib/csu/arch/mips/
H A Dh_initfini_align.S17 sltiu v0,v1,1

Completed in 312 milliseconds

123456