Home
last modified time | relevance | path

Searched full:v4 (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/openbmc/qemu/tests/tcg/s390x/
H A Dvxeh2_vstrs.c14 const S390Vector *v4, const uint8_t m5, const uint8_t m6) in vstrs() argument
18 asm("vstrs %[v1],%[v2],%[v3],%[v4],%[m5],%[m6]\n" in vstrs()
24 , [v4] "v" (v4->v) in vstrs()
37 S390Vector v4 = {.d[0] = 3, .d[1] = 0}; in test_ignored_match() local
39 assert(vstrs(&v1, &v2, &v3, &v4, 0, 2) == 1); in test_ignored_match()
49 S390Vector v4 = {.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()
61 S390Vector v4 = {.d[0] = 16, .d[1] = 0}; in test_max_length() local
63 assert(vstrs(&v1, &v2, &v3, &v4, 0, 0) == 3); in test_max_length()
74 S390Vector v4 = {.d[0] = 11, .d[1] = 0}; in test_no_match() local
[all …]
/openbmc/qemu/docs/system/
H A Dcpu-models-x86-abi.csv1 Model,baseline,v2,v3,v4
6 Broadwell-v4,✅,✅,✅,
10 Cascadelake-Server-v4,✅,✅,✅,✅
26 EPYC-Rome-v4,✅,✅,✅,
30 EPYC-v4,✅,✅,✅,
35 Haswell-v4,✅,✅,✅,
39 Icelake-Server-v4,✅,✅,✅,✅
60 Skylake-Client-v4,✅,✅,✅,
64 Skylake-Server-v4,✅,✅,✅,✅
69 Snowridge-v4,✅,✅,,
/openbmc/qemu/include/qemu/
H A Dxxhash.h57 uint32_t v4 = QEMU_XXHASH_SEED - PRIME32_1; in qemu_xxhash8() local
78 v4 += d * PRIME32_2; in qemu_xxhash8()
79 v4 = rol32(v4, 13); in qemu_xxhash8()
80 v4 *= PRIME32_1; in qemu_xxhash8()
82 h32 = rol32(v1, 1) + rol32(v2, 7) + rol32(v3, 12) + rol32(v4, 18); in qemu_xxhash8()
144 * v4 = seed - XXH_PRIME64_1;
149 * v4 = XXH64_round(v4, get64bits(input + i + 24));
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/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c51 asm("v4 = vmem(%0 + #0)\n\t" in test_vasrvuhubrndsat()
57 : "v4", "v5", "v6", "memory"); in test_vasrvuhubrndsat()
88 asm("v4 = vmem(%0 + #0)\n\t" in test_vasrvuhubsat()
94 : "v4", "v5", "v6", "memory"); in test_vasrvuhubsat()
125 asm("v4 = vmem(%0 + #0)\n\t" in test_vasrvwuhrndsat()
131 : "v4", "v5", "v6", "memory"); in test_vasrvwuhrndsat()
162 asm("v4 = vmem(%0 + #0)\n\t" in test_vasrvwuhsat()
168 : "v4", "v5", "v6", "memory"); in test_vasrvwuhsat()
210 " v4.w = vadd(v12.w, v3.w)\n\t" in test_vassign_tmp()
212 "v4.w = vadd(v4.w, v12.w)\n\t" in test_vassign_tmp()
[all …]
H A Dhvx_misc.c45 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp()
47 "v4.w = vadd(v4.w, v12.w)\n\t" in test_load_tmp()
48 "vmem(%2 + #0) = v4\n\t" in test_load_tmp()
50 : "r1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp()
194 "v4 = vsplat(r4)\n\t" in test_masked_store()
196 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
200 : "r4", "v4", "v5", "q0", "memory"); in test_masked_store()
203 "v4 = vsplat(r4)\n\t" in test_masked_store()
205 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
209 : "r4", "v4", "v5", "q0", "memory"); in test_masked_store()
[all …]
/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()
340 // v4[7:0] v4[15:8] v4[23:16] v4[31:24] in TEST()
341 // v4[39:25] v4[47:40] v4[55:48] v4[63:56] in TEST()
346 uint64_t v4 = 0xccbbaa9988776655ull; 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()
361 // v4[7:0] v4[15:8] v4[23:16] v4[31:24] in TEST()
362 // v4[39:25] v4[47:40] v4[55:48] v4[63:56] in TEST()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTriggersCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DOperatingConfigCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DMetricReportCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DCableCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DSoftwareInventoryCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DManagerCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DEventDestinationCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DMetricDefinitionCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DComputerSystemCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DJsonSchemaFileCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DAggregationSourceCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DSessionCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DManagerAccountCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DTaskCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DMessageRegistryFileCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DFanCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DRoleCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DChassisCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"
H A DMessageRegistryCollection.json10 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
32 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
35 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
38 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
41 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
67 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink"

12345678910>>...40