Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-x86-64-v3.inc1 # Settings for the GCC(1) cpu-type "x86-64-v3":
9 DEFAULTTUNE ?= "x86-64-v3"
15 TUNEVALID[x86-64-v3] = "Enable x86-64-v3 specific processor optimizations"
16 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'x86-64-v3', ' -march=x86-64-v3', '', d)}"
19 AVAILTUNES += "x86-64-v3"
20 TUNE_FEATURES:tune-x86-64-v3 = "${TUNE_FEATURES:tune-x86-64} x86-64-v3"
21 BASE_LIB:tune-x86-64-v3 = "lib64"
22 TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3"
23 PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3"
24 QEMU_EXTRAOPTIONS:tune-x86-64-v3 = " -cpu Skylake-Client,check=false"
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dvrep.c28 vrep(S390Vector *v1, const S390Vector *v3, const uint16_t i2, const uint8_t m4) in vrep() argument
35 : [v3] "v" (v3->v) in vrep()
44 S390Vector v3 = {.d[0] = 1, .d[1] = 2}; in main() local
55 assert(vrep(&v1, &v3, 7, 0) == -1); in main()
59 assert(vrep(&v1, &v3, 7, 1) == -1); in main()
63 assert(vrep(&v1, &v3, 1, 2) == -1); in main()
67 assert(vrep(&v1, &v3, 1, 3) == -1); in main()
71 assert(vrep(&v1, &v3, 0x10, 0) == SIGILL); in main()
72 assert(vrep(&v1, &v3, 0x101, 0) == SIGILL); in main()
73 assert(vrep(&v1, &v3, 0x8, 1) == SIGILL); in main()
[all …]
H A Dvxeh2_vs.c12 static inline void vsl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsl() argument
17 , [v3] "v" (v3->v)); in vsl()
20 static inline void vsra(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsra() argument
25 , [v3] "v" (v3->v)); in vsra()
28 static inline void vsrl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsrl() argument
33 , [v3] "v" (v3->v)); in vsrl()
37 S390Vector *v3, const uint8_t I) in vsld() argument
42 , [v3] "v" (v3->v) in vsld()
47 S390Vector *v3, const uint8_t I) in vsrd() argument
52 , [v3] "v" (v3->v) in vsrd()
H A Dvxeh2_vstrs.c13 vstrs(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vstrs() argument
23 , [v3] "v" (v3->v) in vstrs()
36 S390Vector v3 = {.d[0] = 0x205e410000000000ULL, .d[1] = 0}; in test_ignored_match() local
39 assert(vstrs(&v1, &v2, &v3, &v4, 0, 2) == 1); in test_ignored_match()
48 S390Vector v3 = {.d[0] = 0, .d[1] = 0}; in test_empty_needle() local
51 assert(vstrs(&v1, &v2, &v3, &v4, 0, 0) == 2); in test_empty_needle()
60 S390Vector v3 = {.d[0] = 0, .d[1] = 0}; in test_max_length() local
63 assert(vstrs(&v1, &v2, &v3, &v4, 0, 0) == 3); in test_max_length()
72 S390Vector v3 = {.d[0] = 0xfffffffeffffffffULL, in test_no_match() local
76 assert(vstrs(&v1, &v2, &v3, &v4, 0, 2) == 1); in test_no_match()
H A Dvfminmax.c24 void *v1, const void *v2, const void *v3) in vfminmax() argument
36 , [v3] "m" (*(const char (*)[16])v3) in vfminmax()
215 const void *v2, const void *v3) in signed_test() argument
222 vfminmax(test->op, m4, m5, test->m6, v1, v2, v3); in signed_test()
229 dump_v(stderr, v3, n); in signed_test()
280 char v1_exp[16], v2[16], v3[16]; in main() local
291 memcpy(&v3[pos], in main()
299 memcpy(&v1_exp[pos], &v3[pos], float_size); in main()
304 memcpy(&v1_exp[pos], &v3[pos], float_size); in main()
315 int v3_int = *(int *)&v3[pos]; in main()
[all …]
H A Dvcksm.c18 S390Vector v3 = { in main() local
27 , [v3] "v" (v3.v)); in main()
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c101 void HELPER(gvec_vavg##BITS)(void *v1, const void *v2, const void *v3, \
108 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
117 void HELPER(gvec_vavgl##BITS)(void *v1, const void *v2, const void *v3, \
124 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
171 void HELPER(gvec_vgfm8)(void *v1, const void *v2, const void *v3, uint32_t d) in HELPER()
174 const uint64_t *q2 = v2, *q3 = v3; in HELPER()
180 void HELPER(gvec_vgfma8)(void *v1, const void *v2, const void *v3, in HELPER()
184 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER()
195 void HELPER(gvec_vgfm16)(void *v1, const void *v2, const void *v3, uint32_t d) in HELPER()
198 const uint64_t *q2 = v2, *q3 = v3; in HELPER()
[all …]
H A Dvec_string_helper.c78 static int vfae(void *v1, const void *v2, const void *v3, bool in, in vfae() argument
90 b0 = s390_vec_read_element64(v3, 0); in vfae()
91 b1 = s390_vec_read_element64(v3, 1); in vfae()
137 void HELPER(gvec_vfae##BITS)(void *v1, const void *v2, const void *v3, \
144 vfae(v1, v2, v3, in, rt, zs, MO_##BITS); \
151 void HELPER(gvec_vfae_cc##BITS)(void *v1, const void *v2, const void *v3, \
158 env->cc_op = vfae(v1, v2, v3, in, rt, zs, MO_##BITS); \
164 static int vfee(void *v1, const void *v2, const void *v3, bool zs, uint8_t es) in vfee() argument
173 b0 = s390_vec_read_element64(v3, 0); in vfee()
174 b1 = s390_vec_read_element64(v3, 1); in vfee()
[all …]
H A Dvec_helper.c21 void HELPER(gvec_vbperm)(void *v1, const void *v2, const void *v3, in HELPER()
29 const uint8_t bit_nr = s390_vec_read_element8(v3, i); in HELPER()
70 const S390Vector *v3, vpk##BITS##_fn fn) \
81 src = s390_vec_read_element##BITS(v3, i - (128 / BITS)); \
97 void HELPER(gvec_vpk##BITS)(void *v1, const void *v2, const void *v3, \
100 vpk##BITS##_hfn(v1, v2, v3, vpk##BITS##e); \
118 void HELPER(gvec_vpks##BITS)(void *v1, const void *v2, const void *v3, \
121 vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \
123 void HELPER(gvec_vpks_cc##BITS)(void *v1, const void *v2, const void *v3, \
126 int saturated = vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \
[all …]
H A Dvec_fpu_helper.c259 static void vop32_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop32_3() argument
269 const float32 b = s390_vec_read_float32(v3, i); in vop32_3()
282 static void vop64_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop64_3() argument
292 const float64 b = s390_vec_read_float64(v3, i); in vop64_3()
305 static void vop128_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop128_3() argument
310 const float128 b = s390_vec_read_float128(v3); in vop128_3()
321 void HELPER(gvec_##NAME##BITS)(void *v1, const void *v2, const void *v3, \
326 vop##BITS##_3(v1, v2, v3, env, se, float##BITS##_##OP, GETPC()); \
415 static int vfc32(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfc32() argument
425 const float32 b = s390_vec_read_float32(v3, i); in vfc32()
[all …]
/openbmc/qemu/docs/system/
H A Dcpu-models-x86-abi.csv1 Model,baseline,v2,v3,v4
5 Broadwell-v3,✅,✅,✅,
9 Cascadelake-Server-v3,✅,✅,✅,✅
17 Denverton-v3,✅,✅,,
25 EPYC-Rome-v3,✅,✅,✅,
29 EPYC-v3,✅,✅,✅,
34 Haswell-v3,✅,✅,✅,
38 Icelake-Server-v3,✅,✅,✅,✅
59 Skylake-Client-v3,✅,✅,✅,
63 Skylake-Server-v3,✅,✅,✅,✅
[all …]
/openbmc/qemu/include/qemu/
H A Dxxhash.h56 uint32_t v3 = QEMU_XXHASH_SEED + 0; in qemu_xxhash8() local
74 v3 += c * PRIME32_2; in qemu_xxhash8()
75 v3 = rol32(v3, 13); in qemu_xxhash8()
76 v3 *= PRIME32_1; in qemu_xxhash8()
82 h32 = rol32(v1, 1) + rol32(v2, 7) + rol32(v3, 12) + rol32(v4, 18); in qemu_xxhash8()
192 uint64_t v3, uint64_t v4) in XXH64_mergerounds() argument
196 h64 = rol64(v1, 1) + rol64(v2, 7) + rol64(v3, 12) + rol64(v4, 18); in XXH64_mergerounds()
199 h64 = XXH64_mergeround(h64, v3); in XXH64_mergerounds()
220 uint64_t v3 = QEMU_XXHASH_SEED + 0; in qemu_xxhash64_4() local
225 v3 = XXH64_round(v3, c); in qemu_xxhash64_4()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/
H A D0001-Replacing-GPR_ASSERT-with-c-assert.patch13 src/v3/Action.cpp | 9 +++++++++
16 --- a/src/v3/Action.cpp
17 +++ b/src/v3/Action.cpp
21 #include "etcd/v3/action_constants.hpp"
/openbmc/phosphor-logging/test/openpower-pels/
H A Dstream_test.cpp58 uint64_t v3 = 0x445566778899AABB; in TEST() local
61 stream << v3 << v2 << v4 << v1; in TEST()
73 EXPECT_EQ(v3, e3); in TEST()
105 uint8_t v3 = 0xCC; in TEST() local
106 stream << v3; in TEST()
112 EXPECT_EQ(v3, e3); in TEST()
/openbmc/qemu/target/arm/
H A Darm-qmp-cmds.c46 static inline void gic_cap_kvm_probe(GICCapability *v2, GICCapability *v3) in gic_cap_kvm_probe() argument
62 v3->kernel = true; in gic_cap_kvm_probe()
72 GICCapability *v2 = gic_cap_new(2), *v3 = gic_cap_new(3); in qmp_query_gic_capabilities() local
75 v3->emulated = true; in qmp_query_gic_capabilities()
77 gic_cap_kvm_probe(v2, v3); in qmp_query_gic_capabilities()
80 QAPI_LIST_PREPEND(head, v3); in qmp_query_gic_capabilities()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt61 # github.com/shirou/gopsutil/v3 v3.21.12
183 # go.etcd.io/etcd/api/v3 v3.5.2
185 # go.etcd.io/etcd/client/pkg/v3 v3.5.2
187 # go.etcd.io/etcd/client/v3 v3.5.2
207 # gopkg.in/yaml.v3 v3.0.1
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/
H A D0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch4 Subject: [PATCH] Shim for renaming of GNUTLS_NO_EXTENSIONS in GnuTLS v3.8.1
7 https://gitlab.com/gnutls/gnutls/-/commit/a7c4a04e (released in v3.8.1), and
13 GnuTLS v3.8.1. This should fix
31 +/* XX: GNUTLS_NO_EXTENSIONS was renamed in GnuTLS v3.8.1. A
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp106 bool v4 = true, v3 = false, v2 = false, v1 = true; in TEST() local
107 p.pack(v1, v2, v3, v4, v5, v6, v7, v8); in TEST()
345 uint32_t v3 = 0x44332211; in TEST() local
347 p.pack(v1, v2, v3, v4); in TEST()
349 ASSERT_EQ(p.size(), sizeof(v1) + sizeof(v2) + sizeof(v3) + sizeof(v4)); in TEST()
366 uint32_t v3 = 0x44332211; in TEST() local
368 auto v = std::make_tuple(v1, v2, v3, v4); in TEST()
371 ASSERT_EQ(p.size(), sizeof(v1) + sizeof(v2) + sizeof(v3) + sizeof(v4)); in TEST()
405 std::bitset<7> v3(0x73); // binary 0b1110011 in TEST() local
409 p.pack(v1, v2, v3, v4, v5); in TEST()
[all …]
H A Dunpack.cpp289 bool v4, v3, v2, v1; in TEST() local
291 ASSERT_EQ(p.unpack(v1, v2, v3, v4, v5, v6, v7, v8), 0); in TEST()
299 ASSERT_EQ(v3, k3); in TEST()
315 bool v4, v3, v2, v1; in TEST() local
317 ASSERT_EQ(p.unpack(v1, v2, v3, v4, v5, v6, v7), 0); in TEST()
325 ASSERT_EQ(v3, k3); in TEST()
340 bool v4, v3, v2, v1; in TEST() local
342 ASSERT_NE(p.unpack(v1, v2, v3, v4, v5, v6, v7, v8, v9), 0); in TEST()
350 ASSERT_EQ(v3, k3); in TEST()
780 uint32_t v3; in TEST() local
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js167 let v3 = boost_asio_handler_timeline_view;
170 v1.linked_views = [v2, v3];
171 v2.linked_views = [v1, v3];
172 v3.linked_views = [v1, v2];
177 v3.AccentColor = '#E22';
/openbmc/qemu/docs/system/arm/
H A Dfby35.rst1 Facebook Yosemite v3.5 Platform and CraterLake Server (``fby35``)
6 `Yosemite v3 <https://www.opencompute.org/documents/ocp-yosemite-v3-platform-design-specification-1…
8 Yosemite v3.5 is an iteration on this design, and is very similar: there's a
14 Yosemite v3.5 is itself a sled which fits into a 40U chassis, and 3 sleds
15 …chassis. See `here <https://www.opencompute.org/products-chiplets/237/wiwynn-yosemite-v3-server>`__
/openbmc/qemu/tests/tcg/hexagon/
H A Dpreg_alias.c25 static uint32_t preg_alias(uint8_t v0, uint8_t v1, uint8_t v2, uint8_t v3) in preg_alias() argument
34 : "r"(v0), "r"(v1), "r"(v2), "r"(v3) in preg_alias()
39 static uint32_t preg_alias_pair(uint8_t v0, uint8_t v1, uint8_t v2, uint8_t v3) in preg_alias_pair() argument
48 : "r"(v0), "r"(v1), "r"(v2), "r"(v3) in preg_alias_pair()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb73 github.com/shirou/gopsutil/v3:github.com/shirou/gopsutil/v3 \
134 go.etcd.io/etcd/api/v3:github.com/etcd-io/etcd/api/v3//api \
135 go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/api/v3//client/pkg \
136 go.etcd.io/etcd/client/v3:github.com/etcd-io/etcd/api/v3//client/v3 \
146 gopkg.in/yaml.v3:gopkg.in/yaml.v3"
156 rm -f vendor/go.etcd.io/etcd/client/v3/example_*
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unicode-ucd/
H A Dunicode-ucd_14.0.0.bb4 LIC_FILES_CHKSUM = "file://${UNPACKDIR}/ucd-license-v3.txt;md5=ea17640caddb659394df50e5db6efd69"
8 https://www.unicode.org/license.txt;downloadfilename=ucd-license-v3.txt;name=ucd-license \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd_3.5.7.bb19 GO_IMPORT = "go.etcd.io/etcd/v3"
61 install -m 0755 ${D}${libdir}/go/src/go.etcd.io/etcd/v3/bin/etcd ${D}${bindir}
62 install -m 0755 ${D}${libdir}/go/src/go.etcd.io/etcd/v3/bin/etcdctl ${D}${bindir}
63 install -m 0755 ${D}${libdir}/go/src/go.etcd.io/etcd/v3/bin/etcdutl ${D}${bindir}

123456789