Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-bus.dtsi14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
91 compatible = "operating-points-v2";
121 compatible = "operating-points-v2";
141 compatible = "operating-points-v2";
155 compatible = "operating-points-v2";
[all …]
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dghashv8-armx.S41 ins v2.d[0],v1.d[1]
73 ins v2.d[0],v1.d[1]
121 ins v2.d[0],v1.d[1]
198 eor v2.16b,v2.16b,v6.16b
215 ins v2.d[0],v1.d[1]
231 eor v2.16b,v2.16b,v18.16b
252 ins v2.d[0],v1.d[1]
339 eor v2.16b,v2.16b,v31.16b
393 eor v2.16b,v2.16b,v31.16b
449 eor v2.16b,v2.16b,v31.16b
[all …]
H A Dvpaes-armv8.S157 eor v2.16b, v2.16b, v5.16b // vpxor %xmm5, %xmm2, %xmm2 # 2 = 2A
178 eor v2.16b, v2.16b, v1.16b // vpxor %xmm1, %xmm2, %xmm2 # 2 = io
257 eor v2.16b, v2.16b, v5.16b // vpxor %xmm5, %xmm2, %xmm2 # 2 = 2A
358 eor v2.16b, v2.16b, v16.16b // vpxor %xmm4, %xmm2, %xmm2
412 eor v2.16b, v2.16b, v1.16b // vpxor %xmm1, %xmm2, %xmm2 # 2 = io
473 eor v2.16b, v2.16b, v16.16b // vpxor %xmm4, %xmm2, %xmm2
558 eor v2.16b, v2.16b, v1.16b // vpxor %xmm1, %xmm2, %xmm2 # 2 = io
765 eor v2.16b, v2.16b, v2.16b // vpxor %xmm2, %xmm2, %xmm2
949 eor v2.16b, v2.16b, v3.16b // vpxor %xmm3, %xmm2, %xmm2
957 eor v2.16b, v2.16b, v3.16b // vpxor %xmm3, %xmm2, %xmm2
[all …]
H A Daesv8-armx.S238 aesmc v2.16b,v2.16b
242 aesmc v2.16b,v2.16b
247 aesmc v2.16b,v2.16b
250 eor v2.16b,v2.16b,v0.16b
267 aesimc v2.16b,v2.16b
271 aesimc v2.16b,v2.16b
276 aesimc v2.16b,v2.16b
279 eor v2.16b,v2.16b,v0.16b
505 orr v0.16b,v2.16b,v2.16b
657 eor v2.16b,v2.16b,v7.16b
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-opp.dtsi8 compatible = "operating-points-v2";
39 compatible = "operating-points-v2";
78 compatible = "operating-points-v2";
108 operating-points-v2 = <&cluster0_opp>;
112 operating-points-v2 = <&cluster0_opp>;
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster1_opp>;
128 operating-points-v2 = <&cluster1_opp>;
132 operating-points-v2 = <&gpu_opp_table>;
H A Drk3399-op1-opp.dtsi8 compatible = "operating-points-v2";
43 compatible = "operating-points-v2";
86 compatible = "operating-points-v2";
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster0_opp>;
128 operating-points-v2 = <&cluster0_opp>;
132 operating-points-v2 = <&cluster1_opp>;
136 operating-points-v2 = <&cluster1_opp>;
140 operating-points-v2 = <&gpu_opp_table>;
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h12 v2 += v3; \
14 v3 ^= v2; \
18 v2 += v1; \
20 v1 ^= v2; \
21 v2 = ROTL64(v2, 32); \
H A Dshorthash_siphashx24_ref.c11 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphashx24() local
22 v2 ^= k0; in crypto_shorthash_siphashx24()
61 v2 ^= 0xee; in crypto_shorthash_siphashx24()
66 b = v0 ^ v1 ^ v2 ^ v3; in crypto_shorthash_siphashx24()
73 b = v0 ^ v1 ^ v2 ^ v3; in crypto_shorthash_siphashx24()
H A Dshorthash_siphash24_ref.c12 uint64_t v2 = 0x6c7967656e657261ULL; in crypto_shorthash_siphash24() local
23 v2 ^= k0; in crypto_shorthash_siphash24()
62 v2 ^= 0xff; in crypto_shorthash_siphash24()
67 b = v0 ^ v1 ^ v2 ^ v3; in crypto_shorthash_siphash24()
/f-stack/app/redis-5.0.5/src/
H A Dsiphash.c103 v2 += v3; \
105 v3 ^= v2; \
112 v2 = ROTL(v2, 32); \
122 uint64_t v2 = 0x6c7967656e657261ULL; in siphash() local
131 v2 ^= k0; in siphash()
160 v2 ^= 0xff; in siphash()
165 b = v0 ^ v1 ^ v2 ^ v3; in siphash()
182 uint64_t v2 = 0x6c7967656e657261ULL; in siphash_nocase() local
191 v2 ^= k0; in siphash_nocase()
220 v2 ^= 0xff; in siphash_nocase()
[all …]
/f-stack/freebsd/sys/
H A Dktr.h144 ident, edat, (v0), (v1), (v2))
146 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
148 ident, edat, (v0), (v1), (v2), (v3))
161 state, a0, (v0), a1, (v1), a2, (v2))
178 counter, a0, (v0), a1, (v1), a2, (v2))
194 a0, (v0), a1, (v1), a2, (v2))
217 a0, (v0), a1, (v1), a2, (v2))
219 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
221 a0, (v0), a1, (v1), a2, (v2), a3, (v3))
237 a0, (v0), a1, (v1), a2, (v2))
[all …]
/f-stack/freebsd/netgraph/
H A Dng_patch.c411 val.v2 = ntohs(val.v2); in do_patch()
416 val.v2 = privp->conf->ops[i].val.v2; in do_patch()
419 val.v2 += privp->conf->ops[i].val.v2; in do_patch()
422 val.v2 -= privp->conf->ops[i].val.v2; in do_patch()
425 val.v2 *= privp->conf->ops[i].val.v2; in do_patch()
428 val.v2 /= privp->conf->ops[i].val.v2; in do_patch()
434 val.v2 &= privp->conf->ops[i].val.v2; in do_patch()
437 val.v2 |= privp->conf->ops[i].val.v2; in do_patch()
440 val.v2 ^= privp->conf->ops[i].val.v2; in do_patch()
443 val.v2 <<= privp->conf->ops[i].val.v2; in do_patch()
[all …]
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.c316 v2 = XXH32_round(v2, XXH_get32bits(p)); p+=4; in XXH32_endian_align()
416 v2 = XXH64_round(v2, XXH_get64bits(p)); p+=8; in XXH64_endian_align()
564 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
575 U32 v2 = state->v2; in XXH32_update_endian() local
581 v2 = XXH32_round(v2, XXH_readLE32(p, endian)); p+=4; in XXH32_update_endian()
587 state->v2 = v2; in XXH32_update_endian()
684 state->v2 = XXH64_round(state->v2, XXH_readLE64(state->mem64+1, endian)); in XXH64_update_endian()
694 U64 v2 = state->v2; in XXH64_update_endian() local
700 v2 = XXH64_round(v2, XXH_readLE64(p, endian)); p+=8; in XXH64_update_endian()
706 state->v2 = v2; in XXH64_update_endian()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c39 volatile __m128i v1, v2, z; in crypto_verify_n() local
48 v2 = _mm_loadu_si128((const __m128i *) &y[0]); in crypto_verify_n()
49 z = _mm_xor_si128(v1, v2); in crypto_verify_n()
52 v2 = _mm_loadu_si128((const __m128i *) &y[i]); in crypto_verify_n()
53 z = _mm_or_si128(z, _mm_xor_si128(v1, v2)); in crypto_verify_n()
56 v1 = zero; v2 = zero; z = zero; in crypto_verify_n()
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-mediatek.txt30 compatible = "operating-points-v2";
66 operating-points-v2 = <&cpu_opp_table>;
73 operating-points-v2 = <&cpu_opp_table>;
79 operating-points-v2 = <&cpu_opp_table>;
85 operating-points-v2 = <&cpu_opp_table>;
90 compatible = "operating-points-v2";
135 compatible = "operating-points-v2";
188 operating-points-v2 = <&cpu_opp_table_a>;
200 operating-points-v2 = <&cpu_opp_table_a>;
212 operating-points-v2 = <&cpu_opp_table_b>;
[all …]
H A Dti-cpufreq.txt8 used to determine which OPPs from the operating-points-v2 table get enabled
14 - operating-points-v2: Phandle to the operating-points-v2 table to use.
16 In 'operating-points-v2' table:
18 - 'operating-points-v2-ti-cpu' for am335x, am43xx, and dra7xx/am57xx,
28 For each opp entry in 'operating-points-v2' table:
48 operating-points-v2 = <&cpu0_opp_table>;
62 compatible = "operating-points-v2-ti-cpu";
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dqcom,rpmpd.yaml31 operating-points-v2: true
39 - operating-points-v2
53 operating-points-v2 = <&rpmhpd_opp_table>;
56 compatible = "operating-points-v2";
107 operating-points-v2 = <&rpmpd_opp_table>;
110 compatible = "operating-points-v2";
146 operating-points-v2 = <&leaky_opp_table>;
150 compatible = "operating-points-v2";
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-cpu-opp.dtsi8 compatible = "operating-points-v2";
62 operating-points-v2 = <&cpu0_opp_table>;
66 operating-points-v2 = <&cpu0_opp_table>;
70 operating-points-v2 = <&cpu0_opp_table>;
74 operating-points-v2 = <&cpu0_opp_table>;
H A Dsun50i-h5-cpu-opp.dtsi6 compatible = "operating-points-v2";
66 operating-points-v2 = <&cpu_opp_table>;
70 operating-points-v2 = <&cpu_opp_table>;
74 operating-points-v2 = <&cpu_opp_table>;
78 operating-points-v2 = <&cpu_opp_table>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos5422-odroid-core.dtsi39 compatible = "operating-points-v2";
65 compatible = "operating-points-v2";
83 compatible = "operating-points-v2";
95 compatible = "operating-points-v2";
110 compatible = "operating-points-v2";
131 compatible = "operating-points-v2";
149 compatible = "operating-points-v2";
158 compatible = "operating-points-v2";
179 compatible = "operating-points-v2";
197 compatible = "operating-points-v2";
[all …]
H A Dexynos5420-cpus.dtsi32 operating-points-v2 = <&cluster_a15_opp_table>;
44 operating-points-v2 = <&cluster_a15_opp_table>;
56 operating-points-v2 = <&cluster_a15_opp_table>;
68 operating-points-v2 = <&cluster_a15_opp_table>;
80 operating-points-v2 = <&cluster_a7_opp_table>;
92 operating-points-v2 = <&cluster_a7_opp_table>;
104 operating-points-v2 = <&cluster_a7_opp_table>;
116 operating-points-v2 = <&cluster_a7_opp_table>;
H A Dexynos4210.dtsi209 operating-points-v2 = <&bus_dmc_opp_table>;
217 operating-points-v2 = <&bus_acp_opp_table>;
225 operating-points-v2 = <&bus_peri_opp_table>;
278 compatible = "operating-points-v2";
297 compatible = "operating-points-v2";
312 compatible = "operating-points-v2";
324 compatible = "operating-points-v2";
336 compatible = "operating-points-v2";
351 compatible = "operating-points-v2";
464 operating-points-v2 = <&gpu_opp_table>;
[all …]
H A Dexynos5422-cpus.dtsi31 operating-points-v2 = <&cluster_a7_opp_table>;
44 operating-points-v2 = <&cluster_a7_opp_table>;
57 operating-points-v2 = <&cluster_a7_opp_table>;
70 operating-points-v2 = <&cluster_a7_opp_table>;
83 operating-points-v2 = <&cluster_a15_opp_table>;
96 operating-points-v2 = <&cluster_a15_opp_table>;
109 operating-points-v2 = <&cluster_a15_opp_table>;
122 operating-points-v2 = <&cluster_a15_opp_table>;
/f-stack/dpdk/app/test-pmd/
H A Dmacswap_neon.h24 uint8x16_t v0, v1, v2, v3; in do_macswap() local
62 v2 = vld1q_u8((uint8_t const *)eth_hdr[2]); in do_macswap()
67 v2 = vqtbl1q_u8(v2, idx_map); in do_macswap()
72 vst1q_u8((uint8_t *)eth_hdr[2], v2); in do_macswap()
/f-stack/freebsd/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray-fs4.dtsi56 compatible = "brcm,iproc-sba-v2";
64 compatible = "brcm,iproc-sba-v2";
72 compatible = "brcm,iproc-sba-v2";
80 compatible = "brcm,iproc-sba-v2";
88 compatible = "brcm,iproc-sba-v2";
96 compatible = "brcm,iproc-sba-v2";
104 compatible = "brcm,iproc-sba-v2";
112 compatible = "brcm,iproc-sba-v2";

12345678910>>...19