Home
last modified time | relevance | path

Searched full:dp (Results 1 – 25 of 53) sorted by relevance

123

/qemu/target/openrisc/
H A Ddisas.c178 a->d, a->d + a->dp + 1,
182 a->d, a->d + a->dp + 1,
186 a->d, a->d + a->dp + 1,
190 a->d, a->d + a->dp + 1,
194 a->d, a->d + a->dp + 1,
198 a->d, a->d + a->dp + 1,
203 a->d, a->d + a->dp + 1,
206 a->d, a->d + a->dp + 1,
210 a->d, a->d + a->dp + 1, a->a)
H A Dinsns.decode25 &dab_pair d a b dp ap bp
27 &da_pair d a dp ap
203 # DP Instructions
206 @dab_pair ...... d:5 a:5 b:5 dp:1 ap:1 bp:1 ........ &dab_pair
208 @da_pair ...... d:5 a:5 ..... dp:1 ap:1 . ........ &da_pair
220 lf_stod_d 110010 d:5 a:5 00000 dp:1 0 0 00110100
H A Dtranslate.c1302 !check_pair(dc, a->d, a->dp)) { in do_dp3()
1312 save_pair(dc, t0, a->d, a->dp); in do_dp3()
1325 !check_pair(dc, a->d, a->dp)) { in do_dp2()
1333 save_pair(dc, t0, a->d, a->dp); in do_dp2()
1408 !check_pair(dc, a->d, a->dp)) { in trans_lf_stod_d()
1415 save_pair(dc, t0, a->d, a->dp); in trans_lf_stod_d()
1446 !check_pair(dc, a->d, a->dp)) { in trans_lf_madd_d()
1454 load_pair(dc, t0, a->d, a->dp); in trans_lf_madd_d()
1458 save_pair(dc, t0, a->d, a->dp); in trans_lf_madd_d()
/qemu/crypto/
H A Drsakey.h53 QCryptoAkCipherMPI dp; member
69 * dp INTEGER
H A Drsakey-nettle.c.inc52 * dp INTEGER
78 !GetMPI(&i, &rsa->dp) ||
H A Drsakey-builtin.c.inc110 * dp INTEGER
145 qcrypto_der_decode_int(&seq, &seq_length, extract_mpi, &rsa->dp,
H A Dakcipher-nettle.c.inc101 nettle_mpz_init_set_str_256_u(rsa->priv.a, rsa_key->dp.len,
102 rsa_key->dp.data);
118 rsa_key->dp.len > 1 &&
H A Drsakey.c36 g_free(rsa_key->dp.data); in qcrypto_akcipher_rsakey_free()
/qemu/include/hw/
H A Delf_ops.h.inc505 uint8_t *dp = data + j;
508 *(uint16_t *)dp = bswap16(*(uint16_t *)dp);
511 *(uint32_t *)dp = bswap32(*(uint32_t *)dp);
514 *(uint64_t *)dp = bswap64(*(uint64_t *)dp);
/qemu/hw/net/
H A De1000.c638 process_tx_desc(E1000State *s, struct e1000_tx_desc *dp) in process_tx_desc() argument
641 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in process_tx_desc()
646 struct e1000_context_desc *xp = (struct e1000_context_desc *)dp; in process_tx_desc()
663 tp->sum_needed = le32_to_cpu(dp->upper.data) >> 8; in process_tx_desc()
678 le16_to_cpu(dp->upper.fields.special)); in process_tx_desc()
681 addr = le64_to_cpu(dp->buffer_addr); in process_tx_desc()
728 txdesc_writeback(E1000State *s, dma_addr_t base, struct e1000_tx_desc *dp) in txdesc_writeback() argument
731 uint32_t txd_upper, txd_lower = le32_to_cpu(dp->lower.data); in txdesc_writeback()
735 txd_upper = (le32_to_cpu(dp->upper.data) | E1000_TXD_STAT_DD) & in txdesc_writeback()
737 dp->upper.data = cpu_to_le32(txd_upper); in txdesc_writeback()
[all …]
H A De1000e_core.c75 e1000e_process_ts_option(E1000ECore *core, struct e1000_tx_desc *dp) in e1000e_process_ts_option() argument
77 if (le32_to_cpu(dp->upper.data) & E1000_TXD_EXTCMD_TSTAMP) { in e1000e_process_ts_option()
690 struct e1000_tx_desc *dp, in e1000e_process_tx_desc() argument
693 uint32_t txd_lower = le32_to_cpu(dp->lower.data); in e1000e_process_tx_desc()
697 struct e1000_context_desc *xp = (struct e1000_context_desc *)dp; in e1000e_process_tx_desc()
706 tx->sum_needed = le32_to_cpu(dp->upper.data) >> 8; in e1000e_process_tx_desc()
708 e1000e_process_ts_option(core, dp); in e1000e_process_tx_desc()
711 e1000e_process_ts_option(core, dp); in e1000e_process_tx_desc()
715 addr = le64_to_cpu(dp->buffer_addr); in e1000e_process_tx_desc()
729 le16_to_cpu(dp->upper.fields.special), core->mac[VET]); in e1000e_process_tx_desc()
[all …]
/qemu/qga/
H A Dcommands-linux.c1005 DIR *dp = NULL; in qmp_guest_get_disks() local
1009 dp = opendir("/sys/block"); in qmp_guest_get_disks()
1010 if (dp == NULL) { in qmp_guest_get_disks()
1014 while ((de = readdir(dp)) != NULL) { in qmp_guest_get_disks()
1075 closedir(dp); in qmp_guest_get_disks()
1685 DIR *dp; in transfer_memory_block() local
1692 dp = opendir("/sys/devices/system/memory/"); in transfer_memory_block()
1697 if (!dp) { in transfer_memory_block()
1704 closedir(dp); in transfer_memory_block()
1804 DIR *dp; in qmp_guest_get_memory_blocks() local
[all …]
/qemu/tests/qtest/
H A Dfuzz-xlnx-dp-test.c2 * QTest fuzzer-generated testcase for xlnx-dp display device
/qemu/hw/arm/
H A Dxlnx-zynqmp.c422 object_initialize_child(obj, "xxxdp", &s->dp, TYPE_XLNX_DP); in xlnx_zynqmp_init()
424 object_initialize_child(obj, "dp-dma", &s->dpdma, TYPE_XLNX_DPDMA); in xlnx_zynqmp_init()
724 if (!sysbus_realize(SYS_BUS_DEVICE(&s->dp), errp)) { in xlnx_zynqmp_realize()
727 sysbus_mmio_map(SYS_BUS_DEVICE(&s->dp), 0, DP_ADDR); in xlnx_zynqmp_realize()
728 sysbus_connect_irq(SYS_BUS_DEVICE(&s->dp), 0, gic_spi[DP_IRQ]); in xlnx_zynqmp_realize()
733 object_property_set_link(OBJECT(&s->dp), "dpdma", OBJECT(&s->dpdma), in xlnx_zynqmp_realize()
H A Dxlnx-zcu102.c149 qdev_prop_set_string(DEVICE(&s->soc.dp), "audiodev", machine->audiodev); in xlnx_zcu102_init()
/qemu/target/arm/tcg/
H A Dmeson.build10 decodetree.process('neon-dp.decode', extra_args: '--decode=disas_neon_dp'),
H A Dtranslate-a32.h45 long vfp_reg_offset(bool dp, unsigned reg);
H A Dtranslate-vfp.c1300 * do_vfp_3op_{sp,dp}() was passed reads_vd then the TCGv vd
2270 MAKE_VFM_TRANS_FNS(dp) in MAKE_VFM_TRANS_FNS()
2415 DO_VFP_VMOV(VMOV_reg, dp, tcg_gen_mov_i64) in DO_VFP_VMOV()
2419 DO_VFP_2OP(VABS, dp, gen_vfp_absd, aa32_fpdp_v2) in DO_VFP_VMOV()
2423 DO_VFP_2OP(VNEG, dp, gen_vfp_negd, aa32_fpdp_v2) in DO_VFP_VMOV()
2442 DO_VFP_2OP(VSQRT, dp, gen_VSQRT_dp, aa32_fpdp_v2) in DO_VFP_2OP()
/qemu/include/hw/display/
H A Dxlnx_dp.h115 #define TYPE_XLNX_DP "xlnx.v-dp"
/qemu/include/hw/arm/
H A Dxlnx-zynqmp.h126 XlnxDPState dp; member
/qemu/hw/display/
H A Dati.c200 uint32_t *dp = (uint32_t *)d; in ati_cursor_draw_line() local
210 dp = &dp[vga->hw_cursor_x]; in ati_cursor_draw_line()
219 color = dp[i * 8 + j] ^ 0xffffffff; /* complement */ in ati_cursor_draw_line()
230 dp[i * 8 + j] = color; in ati_cursor_draw_line()
/qemu/target/xtensa/core-test_kc705_be/
H A Dcore-isa.h118 #define XCHAL_HAVE_USER_DPFPU 0 /* user DP floating-point pkg */
119 #define XCHAL_HAVE_USER_SPFPU 0 /* user DP floating-point pkg */
/qemu/target/ppc/
H A Dkvm.c1882 DIR *dp; in kvmppc_find_cpu_dt() local
1884 dp = opendir(PROC_DEVTREE_CPU); in kvmppc_find_cpu_dt()
1885 if (!dp) { in kvmppc_find_cpu_dt()
1891 while ((dirp = readdir(dp)) != NULL) { in kvmppc_find_cpu_dt()
1909 closedir(dp); in kvmppc_find_cpu_dt()
/qemu/target/xtensa/core-de212/
H A Dcore-isa.h119 #define XCHAL_HAVE_USER_DPFPU 0 /* user DP floating-point pkg */
120 #define XCHAL_HAVE_USER_SPFPU 0 /* user DP floating-point pkg */
/qemu/target/xtensa/core-sample_controller/
H A Dcore-isa.h121 #define XCHAL_HAVE_USER_DPFPU 0 /* user DP floating-point pkg */
122 #define XCHAL_HAVE_USER_SPFPU 0 /* user DP floating-point pkg */

123