/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 193 pu=(uInt *)d64->bytes; /* overlay */ in decimal64FromNumber() 205 return d64; in decimal64FromNumber() 225 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToNumber() 296 decimal64ToNumber(d64, &dn); in decimal64ToEngString() 477 decimal64ToNumber(d64, &dn); in decimal64IsCanonical() 493 decimal64ToNumber(d64, &dn); in decimal64Canonical() 528 void decimal64Show(const decimal64 *d64) { in decimal64Show() argument 537 d64->bytes[7]>>7, (d64->bytes[7]>>2)&0x1f, in decimal64Show() 538 ((d64->bytes[7]&0x3)<<6)| (d64->bytes[6]>>2)); in decimal64Show() 542 sprintf(&buf[j], "%02x", d64->bytes[i]); in decimal64Show() [all …]
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.c | 348 u64 d64; in cn23xx_reset_io_queues() local 362 d64 = d64 | CN23XX_PKT_INPUT_CTL_RST; 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() 915 WRITE_ONCE(d64, octeon_read_csr64( in cn23xx_disable_io_queues() 1157 u64 pkt0_in_ctl, d64; in cn23xx_get_pf_num() local [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) 134 58: POP rAX/r8 (d64) 135 59: POP rCX/r9 (d64) 153 6a: PUSH Ib (d64) 256 c9: LEAVE (d64) 510 a0: PUSH FS (d64) 511 a1: POP FS (d64) 518 a8: PUSH GS (d64) 519 a9: POP GS (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) 134 58: POP rAX/r8 (d64) 135 59: POP rCX/r9 (d64) 153 6a: PUSH Ib (d64) 256 c9: LEAVE (d64) 510 a0: PUSH FS (d64) 511 a1: POP FS (d64) 518 a8: PUSH GS (d64) 519 a9: POP GS (d64) [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1951 TCGv_i64 d64, l64; in gen_ldf_asi() local 1973 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 1975 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi() 1979 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 1985 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi() 1998 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2017 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2019 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi() 2037 d64 = tcg_temp_new_i64(); in gen_ldf_asi() 2044 d64 = tcg_temp_new_i64(); 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 | 1544 [0x50] = X86_OP_ENTRYr(PUSH, LoBits,d64), 1685 [0x58] = X86_OP_ENTRYw(POP, LoBits,d64), 1686 [0x59] = X86_OP_ENTRYw(POP, LoBits,d64), 1687 [0x5A] = X86_OP_ENTRYw(POP, LoBits,d64), 1688 [0x5B] = X86_OP_ENTRYw(POP, LoBits,d64), 1689 [0x5C] = X86_OP_ENTRYw(POP, LoBits,d64), 1690 [0x5D] = X86_OP_ENTRYw(POP, LoBits,d64), 1691 [0x5E] = X86_OP_ENTRYw(POP, LoBits,d64), 1692 [0x5F] = X86_OP_ENTRYw(POP, LoBits,d64), 1720 [0x8F] = X86_OP_GROUPw(group1A, E,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"
|