Home
last modified time | relevance | path

Searched refs:b7 (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/util/
H A Dcpuinfo-i386.c24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
29 __cpuid_count(7, 0, a, b7, c7, d); in cpuinfo_init()
30 info |= (b7 & bit_BMI ? CPUINFO_BMI1 : 0); in cpuinfo_init()
31 info |= (b7 & bit_BMI2 ? CPUINFO_BMI2 : 0); in cpuinfo_init()
52 info |= (b7 & bit_AVX2 ? CPUINFO_AVX2 : 0); in cpuinfo_init()
55 info |= (b7 & bit_AVX512F ? CPUINFO_AVX512F : 0); in cpuinfo_init()
56 info |= (b7 & bit_AVX512VL ? CPUINFO_AVX512VL : 0); in cpuinfo_init()
57 info |= (b7 & bit_AVX512BW ? CPUINFO_AVX512BW : 0); in cpuinfo_init()
58 info |= (b7 & bit_AVX512DQ ? CPUINFO_AVX512DQ : 0); in cpuinfo_init()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A Dwformat.patch3 Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c
5 --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c
6 +++ ez-ipupdate-3.0.11b7/ez-ipupdate.c
H A Dconf_file.c.patch5 --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600
6 +++ ez-ipupdate-3.0.11b7/conf_file.c 2014-07-02 14:08:42.982026223 -0600
H A Dcache_file.c.patch5 --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600
6 +++ ez-ipupdate-3.0.11b7/cache_file.c 2014-07-02 14:08:27.422026332 -0600
H A DMakefile.am.patch5 --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600
6 +++ ez-ipupdate-3.0.11b7/Makefile.am 2014-07-02 13:48:38.406034650 -0600
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c189 uint64_t b8 = BYTE_NEXT(count), b7 = BYTE_NEXT(count); in init_test_data_u64() local
195 BYTE_SHIFT(b7, 1) | BYTE_SHIFT(b8, 0); in init_test_data_u64()
279 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local
289 b7 = (word >> 8) & 0xff; in read_test_data_u64()
298 zeros += (b7 == 0 ? 1 : 0); in read_test_data_u64()
302 ptr - 1, b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64()
311 (b6 < b7 && b6 != 0) || in read_test_data_u64()
312 (b7 < b8 && b7 != 0)) { in read_test_data_u64()
314 b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64()
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/
H A Ddistributor.patch14 index 96554b7..f5c9727 100644
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/
H A D0001-configure.ac-update-version-to-0.64.patch14 index 51508b7..68c6e50 100644
H A Dgtkdoc.patch11 index 0bd4a67..51508b7 100644
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/
H A D0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch13 index 24d8ca086653..0935461340b7 100644
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0040-fix-runtime-capsule-update-flags-checks.patch16 index 307bcfd73c..34507482b7 100644
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp1.S49 test_ord \op b7, f14, f15, 0x3f800000, 0x7f800001, \aN, FSR_V /* ord +SNaN */
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/
H A Dgdb-config.c.inc156 XTREG(114,483, 1, 1, 1,0x0017,0x0006,-2, 6,0x1010,b7,
/openbmc/qemu/target/xtensa/core-test_kc705_be/
H A Dgdb-config.c.inc189 XTREG(147,615, 1, 1, 1,0x0017,0x0006,-2, 6,0x1010,b7,
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dgdb-config.c.inc193 XTREG(147,631, 1, 1, 1,0x0017,0x0006,-2, 6,0x1010,b7,
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3517 uint64_t b0,b1,b2,b3,b4,b5,b6,b7;
3525 b7 = (t & 0x80) >> 7;
3526 data = (EXPAND_BYTE(b7) << 56) |
3539 uint64_t b6, b7;
3542 b7 = (imm & 0x80) >> 7;
3544 t1 = (b7 << 6) | ((1-b6) << 5) | (uint64_t)(b6 ? 0x1f : 0);
3551 uint64_t b6,b7;
3554 b7 = (imm & 0x80) >> 7;
3556 t1 = (b7 << 6) | ((1-b6) << 5) | (b6 ? 0x1f : 0);
3563 uint64_t b6,b7;
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/
H A D0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch111 - 1a:63:bd:64:e6:1f:b7:ce:f0:f2:9f:2e:bb:1b:b7:f2:50:88:
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dgdb-config.c.inc324 XTREG(238,2051, 1, 1, 1,0x0017,0x0006,-2, 6,0x1010,b7,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules359 ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="30b7", MODE="l36"
497 ATTRS{idVendor}=="04b7", ATTRS{idProduct}=="88a9", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
857 ATTRS{idVendor}=="040a", ATTRS{idProduct}=="05b7", MODE="l36"
1362 ATTRS{idVendor}=="0471", ATTRS{idProduct}=="20b7", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1554 ATTRS{idVendor}=="054c", ATTRS{idProduct}=="08b7", MODE="l36"
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG1130 = 4.0.0b7 (20120223) =
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch3097 index 6ff62a9..71000b7 100644
/openbmc/
Dopengrok2.0.log43 2026-01-05 03:01:03.905-0600 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:-1087426625, Valid from:3/22/22, 7:00 PM, Valid until:3/22/37, 6:59 PM
[all...]
Dopengrok1.0.log43 2026-01-06 03:01:06.054-0600 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:-1087426625, Valid from:3/22/22, 7:00 PM, Valid until:3/22/37, 6:59 PM
[all...]