Home
last modified time | relevance | path

Searched full:v3 (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/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 Dvxeh2_vs.c12 static inline void vsl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsl() argument
14 asm volatile("vsl %[v1], %[v2], %[v3]\n" in vsl()
17 , [v3] "v" (v3->v)); in vsl()
20 static inline void vsra(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsra() argument
22 asm volatile("vsra %[v1], %[v2], %[v3]\n" in vsra()
25 , [v3] "v" (v3->v)); in vsra()
28 static inline void vsrl(S390Vector *v1, S390Vector *v2, S390Vector *v3) in vsrl() argument
30 asm volatile("vsrl %[v1], %[v2], %[v3]\n" in vsrl()
33 , [v3] "v" (v3->v)); in vsrl()
37 S390Vector *v3, const uint8_t I) in vsld() argument
[all …]
H A Dvrep.c28 vrep(S390Vector *v1, const S390Vector *v3, const uint16_t i2, const uint8_t m4) in vrep() argument
32 asm("vrep %[v1],%[v3],%[i2],%[m4]\n" in vrep()
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()
[all …]
H A Dvxeh2_vstrs.c13 vstrs(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vstrs() argument
18 asm("vstrs %[v1],%[v2],%[v3],%[v4],%[m5],%[m6]\n" in vstrs()
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
[all …]
H A Dvcksm.c18 S390Vector v3 = { in main() local
24 asm volatile("vcksm %[v1],%[v2],%[v3]" in main()
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 Dtranslate_vx.c.inc203 #define gen_gvec_3(v1, v2, v3, gen) \
205 vec_full_reg_offset(v3), 16, 16, gen)
206 #define gen_gvec_3_ool(v1, v2, v3, data, fn) \
208 vec_full_reg_offset(v3), 16, 16, data, fn)
209 #define gen_gvec_3_ptr(v1, v2, v3, ptr, data, fn) \
211 vec_full_reg_offset(v3), ptr, 16, 16, data, fn)
212 #define gen_gvec_3i(v1, v2, v3, c, gen) \
214 vec_full_reg_offset(v3), 16, 16, c, gen)
215 #define gen_gvec_4(v1, v2, v3, v4, gen) \
217 vec_full_reg_offset(v3), vec_full_reg_offset(v4), \
[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()
143 * v3 = seed + 0;
148 * v3 = XXH64_round(v3, get64bits(input + i + 16));
151 * h64 = XXH64_mergerounds(v1, v2, v3, v4);
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()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dsys_proto.h51 { 0x01, 0x1f, "I2C #0, master, 3V3" },
53 { 0x02, 0x1f, "SSP SPI #2, master, 3V3 NOR" },
55 { 0x03, 0x1f, "SSP SPI #3, master, 3V3 NOR" },
57 { 0x04, 0x1f, "NAND, 3V3" },
60 { 0x08, 0x1f, "SSP SPI #3, master, 3V3 EEPROM" },
62 { 0x09, 0x1f, "SSP SD/MMC #0, 3V3" },
64 { 0x0a, 0x1f, "SSP SD/MMC #1, 3V3" },
/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/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/qemu/hw/sd/
H A Dsdhci-internal.h46 #define SDHC_TRNS_ACMD23 0x0008 /* since v3 */
194 /* Host Control Register 2 (since v3) */
214 FIELD(SDHC_CAPAB, EMBEDDED_8BIT, 18, 1); /* since v3 */
225 FIELD(SDHC_CAPAB, ASYNC_INT, 29, 1); /* since v3 */
226 FIELD(SDHC_CAPAB, SLOT_TYPE, 30, 2); /* since v3 */
227 FIELD(SDHC_CAPAB, BUS_SPEED, 32, 3); /* since v3 */
229 FIELD(SDHC_CAPAB, DRIVER_STRENGTH, 36, 3); /* since v3 */
230 FIELD(SDHC_CAPAB, DRIVER_TYPE_A, 36, 1); /* since v3 */
231 FIELD(SDHC_CAPAB, DRIVER_TYPE_C, 37, 1); /* since v3 */
232 FIELD(SDHC_CAPAB, DRIVER_TYPE_D, 38, 1); /* since v3 */
[all …]
/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/phosphor-host-ipmid/test/message/
H A Dpack.cpp103 // [v8, v7, v6, v5, v4, v3, v2, v1] in TEST()
106 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()
339 // v1[7:0] v2[7:0] v2[15:8] v3[7:0] v3[15:8] v3[23:16] v3[31:24] 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()
360 // v1[7:0] v2[7:0] v2[15:8] v3[7:0] v3[15:8] v3[23:16] v3[31:24] in TEST()
366 uint32_t v3 = 0x44332211; in TEST() local
368 auto v = std::make_tuple(v1, v2, v3, v4); in TEST()
[all …]
/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/qemu/tests/tcg/hexagon/
H A Dhvx_misc.c40 asm("v3 = vmem(%0 + #0)\n\t" in test_load_tmp()
45 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp()
50 : "r1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp()
269 "v3 = vmem(%0 + #3)\n\t" in test_max_temps()
272 " v1:0.w = vadd(v3:2.w, v1:0.w)\n\t" in test_max_temps()
273 " v2.b = vshuffe(v3.b, v2.b)\n\t" in test_max_temps()
274 " v3.w = vadd(v1.w, v4.w)\n\t" in test_max_temps()
280 "vmem(%1 + #3) = v3\n\t" in test_max_temps()
404 asm("v3 = vmem(%0 + #0)\n\t" in test_load_tmp_predicated()
410 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp_predicated()
[all …]
/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/phosphor-logging/test/openpower-pels/
H A Dstream_test.cpp70 uint64_t v3 = 0x445566778899AABB; in TEST() local
73 stream << v3 << v2 << v4 << v1; in TEST()
85 EXPECT_EQ(v3, e3); in TEST()
117 uint8_t v3 = 0xCC; in TEST() local
118 stream << v3; in TEST()
124 EXPECT_EQ(v3, e3); in TEST()
/openbmc/qemu/tests/qemu-iotests/
H A D261137 # [0]: No extra data (valid with v2, not valid with v3)
140 # valid with v2, not valid with v3)
232 echo '=== Upgrade to v3 ==='
235 cp "$TEST_IMG.v2.orig" "$TEST_IMG.v3.orig"
236 $QEMU_IMG amend -o compat=1.1 "$TEST_IMG.v3.orig"
237 TEST_IMG="$TEST_IMG.v3.orig" _check_test_img
238 print_snapshot_table "$TEST_IMG.v3.orig"
241 echo '=== Repair botched v3 ==='
244 # Force the v2 file to be v3. v3 requires each snapshot table entry
246 # the qcow2 v3 specification; but we can fix that.
[all …]
/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}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch17 the etcd v3.5 release tag.
23 client/v3/go.mod | 2 +-
24 client/v3/go.sum | 2 ++
37 diff --git a/client/v3/go.mod b/client/v3/go.mod
39 --- a/client/v3/go.mod
40 +++ b/client/v3/go.mod
50 diff --git a/client/v3/go.sum b/client/v3/go.sum
52 --- a/client/v3/go.sum
53 +++ b/client/v3/go.sum

12345678910>>...24