/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 89 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument 193 pu=(uInt *)d64->bytes; /* overlay */ in decimal64FromNumber() 205 return d64; in decimal64FromNumber() 214 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber() argument 225 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToNumber() 294 char * decimal64ToEngString(const decimal64 *d64, char *string){ in decimal64ToEngString() argument 296 decimal64ToNumber(d64, &dn); in decimal64ToEngString() 301 char * decimal64ToString(const decimal64 *d64, char *string){ in decimal64ToString() argument 318 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToString() 472 uint32_t decimal64IsCanonical(const decimal64 *d64) { in decimal64IsCanonical() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.c | 348 u64 d64; in cn23xx_reset_io_queues() local 361 d64 = octeon_read_csr64(oct, CN23XX_SLI_IQ_PKT_CONTROL64(q_no)); in cn23xx_reset_io_queues() 362 d64 = d64 | CN23XX_PKT_INPUT_CTL_RST; in cn23xx_reset_io_queues() 363 octeon_write_csr64(oct, CN23XX_SLI_IQ_PKT_CONTROL64(q_no), d64); in cn23xx_reset_io_queues() 868 u64 d64; in cn23xx_disable_io_queues() local 880 WRITE_ONCE(d64, octeon_read_csr64( in cn23xx_disable_io_queues() 882 WRITE_ONCE(d64, READ_ONCE(d64) & in cn23xx_disable_io_queues() 884 WRITE_ONCE(d64, READ_ONCE(d64) | CN23XX_PKT_INPUT_CTL_RST); in cn23xx_disable_io_queues() 886 READ_ONCE(d64)); in cn23xx_disable_io_queues() 891 WRITE_ONCE(d64, octeon_read_csr64( in cn23xx_disable_io_queues() [all …]
|
H A D | cn23xx_vf_device.c | 55 u64 d64; in cn23xx_vf_reset_io_queues() local 59 d64 = octeon_read_csr64(oct, in cn23xx_vf_reset_io_queues() 61 d64 |= CN23XX_PKT_INPUT_CTL_RST; in cn23xx_vf_reset_io_queues() 63 d64); in cn23xx_vf_reset_io_queues() 106 u64 d64; in cn23xx_vf_setup_global_input_regs() local 124 d64 = octeon_read_csr64(oct, in cn23xx_vf_setup_global_input_regs() 127 d64 &= 0xEFFFFFFFFFFFFFFFL; in cn23xx_vf_setup_global_input_regs() 130 d64); in cn23xx_vf_setup_global_input_regs()
|
/openbmc/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 46 u64 d64; member 229 re.d64 = 0; in octeon_mgmt_rx_fill_ring() 236 p->rx_ring[p->rx_next_fill] = re.d64; in octeon_mgmt_rx_fill_ring() 276 re.d64 = p->tx_ring[p->tx_next_clean]; in octeon_mgmt_clean_tx_buffers() 378 re.d64 = p->rx_ring[p->rx_next]; in octeon_mgmt_dequeue_rx_buffer() 387 return re.d64; in octeon_mgmt_dequeue_rx_buffer() 403 re.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb); in octeon_mgmt_receive_one() 432 re2.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb2); in octeon_mgmt_receive_one() 463 re2.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb2); in octeon_mgmt_receive_one() 1283 re.d64 = 0; in octeon_mgmt_xmit() [all …]
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 126 50: PUSH rAX/r8 (d64) 127 51: PUSH rCX/r9 (d64) 128 52: PUSH rDX/r10 (d64) 129 53: PUSH rBX/r11 (d64) 130 54: PUSH rSP/r12 (d64) 131 55: PUSH rBP/r13 (d64) 132 56: PUSH rSI/r14 (d64) 133 57: PUSH rDI/r15 (d64) 134 58: POP rAX/r8 (d64) 135 59: POP rCX/r9 (d64) [all …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 126 50: PUSH rAX/r8 (d64) 127 51: PUSH rCX/r9 (d64) 128 52: PUSH rDX/r10 (d64) 129 53: PUSH rBX/r11 (d64) 130 54: PUSH rSP/r12 (d64) 131 55: PUSH rBP/r13 (d64) 132 56: PUSH rSI/r14 (d64) 133 57: PUSH rDI/r15 (d64) 134 58: POP rAX/r8 (d64) 135 59: POP rCX/r9 (d64) [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1986 TCGv_i64 d64, l64; in gen_ldf_asi() local 2008 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2009 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, memop); in gen_ldf_asi() 2010 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi() 2014 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2016 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, memop); in gen_ldf_asi() 2020 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi() 2033 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2035 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, in gen_ldf_asi() 2037 gen_store_fpr_D(dc, rd + 2 * i, d64); in gen_ldf_asi() [all …]
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 703 uint64_t d64, m64, r64, s64, u64; /* 64-bit computation */ 811 mul64To128(s64, r64, &d64, &discard); 812 u64 = three64 - d64; 835 mul64To128(s64, r64, &d64, &discard); 836 u64 = three64 - d64; 842 mul64To128(s64, r64, &d64, &discard); 843 u64 = three64 - d64;
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 32 * The manual lists d64 ("cannot encode 32-bit size in 64-bit mode") and f64 1165 * there's no 16-bit version (like y) and it does not use REX.W (like d64). 1623 [0x50] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1624 [0x51] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1625 [0x52] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1626 [0x53] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1627 [0x54] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1628 [0x55] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1629 [0x56] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1630 [0x57] = X86_OP_ENTRYr(PUSH, LoBits,d64), [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | visl.rst | 166 00000030: 8ce7 ee36 d880 4095 4d64 30a0 ff4f 0c5e ...6..@.Md0..O.^
|
H A D | gspca-cardlist.rst | 409 sunplus 0d64:0303 Sunplus FashionCam DXG
|
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 701 uint64_t d64; in qcow2_refcount_area() member 704 data.d64 = cpu_to_be64(table_offset); in qcow2_refcount_area()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
H A D | 40-libgphoto2.rules | 556 ATTRS{idVendor}=="0d64", ATTRS{idProduct}=="1021", MODE="l36" 1541 ATTRS{idVendor}=="0d64", ATTRS{idProduct}=="1001", MODE="l36" 1876 ATTRS{idVendor}=="0d64", ATTRS{idProduct}=="1001", MODE="l36"
|