Home
last modified time | relevance | path

Searched full:product (Results 1 – 25 of 119) sorted by relevance

12345

/qemu/
H A Dqemu.nsi24 !define PRODUCT "QEMU" definition
28 !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"
112 Section "${PRODUCT} (required)"
132 WriteRegStr HKLM SOFTWARE\${PRODUCT} "Install_Dir" "$INSTDIR"
169 CreateDirectory "$SMPROGRAMS\${PRODUCT}"
170 …CreateShortCut "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" "$INSTDIR\doc\index.html" "" "$INST…
176 CreateDirectory "$SMPROGRAMS\${PRODUCT}"
177 CreateShortCut "$SMPROGRAMS\${PRODUCT}\Uninstall.lnk" "${UNINST_EXE}" "" "${UNINST_EXE}" 0
190 DeleteRegKey HKLM SOFTWARE\${PRODUCT}
193 Delete "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk"
[all …]
/qemu/hw/usb/
H A Dquirks-ftdi-ids.h2 * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters.
27 #define FTDI_SIO_PID 0x8372 /* Product Id SIO application of 8U100AX */
28 #define FTDI_232RL_PID 0xFBFA /* Product ID for FT232RL */
43 #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */
71 /* OpenDCC (www.opendcc.de) product id */
95 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */
120 #define FTDI_IPLUS_PID 0xD070 /* Product Id */
121 #define FTDI_IPLUS2_PID 0xD071 /* Product Id */
151 * NDI (www.ndigital.com) product ids
160 * ChamSys Limited (www.chamsys.co.uk) USB wing/interface product IDs
[all …]
/qemu/target/m68k/
H A Dhelper.c1087 int64_t product; in HELPER() local
1090 product = (uint64_t)op1 * op2; in HELPER()
1091 res = (product << 24) >> 24; in HELPER()
1092 if (res != product) { in HELPER()
1096 if (product < 0) in HELPER()
1107 uint64_t product; in HELPER() local
1109 product = (uint64_t)op1 * op2; in HELPER()
1110 if (product & (0xffffffull << 40)) { in HELPER()
1114 product = 1ll << 50; in HELPER()
1116 product &= ((1ull << 40) - 1); in HELPER()
[all …]
/qemu/hw/smbios/
H A Dsmbios.c59 const char *manufacturer, *product, *version, *serial, *asset, *location; member
195 .name = "product",
197 .help = "product name",
232 .name = "product",
234 .help = "product name",
612 SMBIOS_TABLE_SET_STR(1, product_name_str, smbios_type1.product); in smbios_build_type_1_table()
632 SMBIOS_TABLE_SET_STR(2, product_str, type2.product); in smbios_build_type_2_table()
1016 void smbios_set_defaults(const char *manufacturer, const char *product, in smbios_set_defaults() argument
1022 SMBIOS_SET_DEFAULT(smbios_type1.product, product); in smbios_set_defaults()
1025 SMBIOS_SET_DEFAULT(type2.product, product); in smbios_set_defaults()
[all …]
/qemu/scripts/simplebench/
H A Dtable_templater.py44 self.columns = list(itertools.product(*c_switches))
45 self.rows = list(itertools.product(*r_switches))
/qemu/tests/tcg/mips/user/ase/msa/
H A Dtest_msa_compile_64r6el.sh298 # Int Dot Product
301 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \
303 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \
305 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \
307 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \
309 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \
311 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \
313 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \
315 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \
317 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \
[all …]
H A Dtest_msa_compile_64r6eb.sh298 # Int Dot Product
301 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \
303 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \
305 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \
307 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \
309 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \
311 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \
313 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \
315 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \
317 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \
[all …]
H A Dtest_msa_compile_32r5eb.sh423 # Int Dot Product
426 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \
429 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \
432 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \
435 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \
438 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \
441 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \
444 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \
447 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \
450 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \
[all …]
H A Dtest_msa_compile_32r5el.sh423 # Int Dot Product
426 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \
429 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \
432 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \
435 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \
438 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \
441 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \
444 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \
447 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \
450 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \
[all …]
/qemu/tests/tcg/aarch64/
H A Dsme-fmopa-1.c2 * SME outer product, 1 x 1.
15 * An outer product of a vector of 1.0 by itself should be a matrix of 1.0. in foo()
H A Dsme-outprod1.c2 * SME outer product, 1 x 1.
24 * An outer product of a vector of 1.0 by itself should be a matrix of 1.0.
H A Dsme-fmopa-2.c2 * SME outer product, FZ vs FZ16
H A Dsme-fmopa-3.c2 * SME outer product, [ 1 2 3 4 ] squared
/qemu/hw/input/
H A Dvirtio-input-hid.c285 .product = const_le16(0x0001),
342 .product = const_le16(0x0002),
367 .product = const_le16(0x0002),
435 .product = const_le16(0x0003),
472 .product = const_le16(0x0003),
559 .product = const_le16(0x0003),
H A Dvirtio-input-host.c147 id.u.ids.product = cpu_to_le16(ids.product); in virtio_input_host_realize()
/qemu/docs/system/arm/
H A Demulation.rst48 - FEAT_DotProd (Advanced SIMD dot product instructions)
133 - FEAT_SME_F64F64 (Double-precision floating-point outer product instructions)
134 - FEAT_SME_I16I64 (16-bit to 64-bit integer widening outer product instructions)
H A Dimx25-pdk.rst4 The ``imx25-pdk`` board emulates the NXP i.MX25 Product Development Kit
/qemu/include/hw/arm/
H A Dnrf51.h7 * Product Spec: http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1.pdf
/qemu/include/hw/firmware/
H A Dsmbios.h31 const char *manufacturer, *product, *version, *serial, *sku, *family; member
333 void smbios_set_defaults(const char *manufacturer, const char *product,
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks39 @^server-product-environment
/qemu/pc-bios/
H A Dedk2-licenses.txt747 * "This product includes software developed by the OpenSSL Project
761 * "This product includes software developed by the OpenSSL Project
778 * This product includes cryptographic software written by Eric Young
779 * (eay@cryptsoft.com). This product includes software written by Tim
803 * If this package is used in a product, Eric Young should be given attribution
818 * "This product includes cryptographic software written by
824 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/qemu/include/standard-headers/linux/
H A Dvirtio_input.h53 uint16_t product; member
/qemu/hw/misc/
H A Darmv7m_ras.c25 /* architect field = Arm; product/variant/revision 0 */ in ras_read()
/qemu/tests/functional/
H A Dtest_arm_raspi2.py56 self.wait_for_console_pattern('Product: QEMU USB Keyboard')
/qemu/include/hw/misc/
H A Dled.h21 * LED colors from 'Table 1. Product performance of LUXEON Rebel Color

12345