Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsme.decode766 &zz_e zd zn esz
767 &zz_n zd zn n
768 @zz_1x2 ........ ... ..... ...... ..... zd:5 \
770 @zz_1x4 ........ ... ..... ...... ..... zd:5 \
773 &zz_n n=1 zd=%zd_ax2
775 &zz_n n=2 zd=%zd_ax2 zn=%zn_ax2
777 &zz_n n=4 zd=%zd_ax4 zn=%zn_ax4
779 &zz_n n=1 zd=%zd_ax4 zn=%zn_ax2
846 &zz_e zd=%zd_ax4 zn=%zn_ax4
848 &zz_e esz=4 zd=%zd_ax4 zn=%zn_ax4
[all …]
H A Dneon_helper.c1328 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1330 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zd, 2, 8) << 8) in HELPER()
1331 | (ELEM(zd, 4, 8) << 16) | (ELEM(zd, 6, 8) << 24) in HELPER()
1334 uint64_t m0 = ELEM(zd, 1, 8) | (ELEM(zd, 3, 8) << 8) in HELPER()
1335 | (ELEM(zd, 5, 8) << 16) | (ELEM(zd, 7, 8) << 24) in HELPER()
1346 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1348 uint64_t d0 = ELEM(zd, 0, 16) | (ELEM(zd, 2, 16) << 16) in HELPER()
1350 uint64_t m0 = ELEM(zd, 1, 16) | (ELEM(zd, 3, 16) << 16) in HELPER()
1427 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1429 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zm, 0, 8) << 8) in HELPER()
[all …]
H A Dtranslate-sme.c1409 tcg_gen_gvec_2_ptr(vec_full_reg_offset(s, a->zd + i), in TRANS_FEAT()
1457 tcg_gen_gvec_2_ool(vec_full_reg_offset(s, a->zd + i), in TRANS_FEAT()
1514 tcg_gen_gvec_2_ool(vec_full_reg_offset(s, a->zd), in do_zipuzp_4()
1544 tcg_gen_gvec_2_ool(vec_full_reg_offset(s, a->zd), in TRANS_FEAT()
1586 tcg_gen_gvec_3_ool(vec_full_reg_offset(s, a->zd), in TRANS_FEAT()
1638 tcg_gen_gvec_3_ptr(vec_full_reg_offset(s, a->zd), in TRANS_FEAT()
1665 tcg_gen_gvec_3_ool(vec_full_reg_offset(s, a->zd), in do_clamp()
1707 tcg_gen_addi_ptr(t_d, tcg_env, vec_full_reg_offset(s, a->zd)); in TRANS()
1724 tcg_gen_gvec_2_ptr(vec_full_reg_offset(s, a->zd), in do_lut()
1756 return !(a->zd & 0b01100) && do_lut(s, a, fn, true); in TRANS_FEAT()
[all …]
H A Dsve_helper.c7240 DO_LD1_ZPZ_D(bdu, zd, MO_8) in DO_LD1_ZPZ_S()
7246 DO_LD1_ZPZ_D(bds, zd, MO_8) in DO_LD1_ZPZ_S()
7252 DO_LD1_ZPZ_D(hdu_le, zd, MO_16) in DO_LD1_ZPZ_S()
7258 DO_LD1_ZPZ_D(hdu_be, zd, MO_16) in DO_LD1_ZPZ_S()
7264 DO_LD1_ZPZ_D(hds_le, zd, MO_16) in DO_LD1_ZPZ_S()
7270 DO_LD1_ZPZ_D(hds_be, zd, MO_16) in DO_LD1_ZPZ_S()
7276 DO_LD1_ZPZ_D(sdu_le, zd, MO_32) in DO_LD1_ZPZ_S()
7282 DO_LD1_ZPZ_D(sdu_be, zd, MO_32) in DO_LD1_ZPZ_S()
7286 DO_LD1_ZPZ_D(sds_le, zd, MO_32) in DO_LD1_ZPZ_S()
7290 DO_LD1_ZPZ_D(sds_be, zd, MO_32) in DO_LD1_ZPZ_S()
[all …]
H A Dvec_helper.c3451 static inline void do_lut_b(void *zd, uint64_t *indexes, uint64_t *table, in do_lut_b() argument
3457 uint8_t *dst = zd + dstride * r; in do_lut_b()
3467 static inline void do_lut_h(void *zd, uint64_t *indexes, uint64_t *table, in do_lut_h() argument
3473 uint16_t *dst = zd + dstride * r; in do_lut_h()
3483 static inline void do_lut_s(void *zd, uint64_t *indexes, uint32_t *table, in do_lut_s() argument
3489 uint32_t *dst = zd + dstride * r; in do_lut_s()
3501 (void *zd, void *zn, CPUARMState *env, uint32_t desc) \
3512 do_lut_##SUFF(zd, indexes.d, (void *)env->za_state.zt0, elements, \
H A Dtranslate-sve.c4256 static void do_fp_scalar(DisasContext *s, int zd, int zn, int pg, bool is_fp16, in do_fp_scalar() argument
4266 tcg_gen_addi_ptr(t_zd, tcg_env, vec_full_reg_offset(s, zd)); in do_fp_scalar()
8114 static bool gen_ldst_c(DisasContext *s, TCGv_i64 addr, int zd, int png, in gen_ldst_c() argument
8150 if (zd & 4) { in gen_ldst_c()
8156 zd &= ~8; in gen_ldst_c()
8180 tcg_gen_addi_ptr(t_zd, tcg_env, vec_full_reg_offset(s, zd)); in gen_ldst_c()
/openbmc/qemu/util/
H A Dtrace-events22 buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
23 buffer_move_empty(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
24 buffer_move(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
25 buffer_free(const char *buf, size_t len) "%s: capacity %zd"
60 win32_map_alloc(size_t size) "size:%zd"
/openbmc/qemu/hw/nvram/
H A Dtrace-events16 fw_cfg_add_file(void *s, int index, char *name, size_t len) "%p #%d: %s (%zd bytes)"
/openbmc/qemu/chardev/
H A Dtrace-events14 spice_vmc_write(ssize_t out, int len) "spice wrote %zd of requested %d"
/openbmc/qemu/hw/scsi/
H A Dtrace-events349 scsi_disk_read_complete(uint32_t tag, size_t size) "Data ready tag=0x%x len=%zd"
352 scsi_disk_write_complete_noio(uint32_t tag, size_t size) "Write complete tag=0x%x more=%zd"
354 scsi_disk_emulate_vpd_page_00(size_t xfer) "Inquiry EVPD[Supported pages] buffer size %zd"
356 scsi_disk_emulate_vpd_page_80(size_t xfer) "Inquiry EVPD[Serial number] buffer size %zd"
357 scsi_disk_emulate_vpd_page_83(size_t xfer) "Inquiry EVPD[Device identification] buffer size %zd"
359 scsi_disk_emulate_mode_sense(int cmd, int page, size_t xfer, int control) "Mode Sense(%d) (page %d, xfer %zd, page_control %d)"
366 scsi_disk_emulate_command_MODE_SELECT(size_t xfer) "Mode Select(6) (len %zd)"
367 scsi_disk_emulate_command_MODE_SELECT_10(size_t xfer) "Mode Select(10) (len %zd)"
368 scsi_disk_emulate_command_UNMAP(size_t xfer) "Unmap (len %zd)"
370 scsi_disk_emulate_command_WRITE_SAME(int cmd, size_t xfer) "WRITE SAME %d (len %zd)"
[all...]
/openbmc/qemu/hw/9pfs/
H A Dtrace-events23 …s_read_return(uint16_t tag, uint8_t id, int32_t count, ssize_t err) "tag %d id %d count %d err %zd"
25 …return(uint16_t tag, uint8_t id, uint32_t count, ssize_t retval) "tag %d id %d count %u retval %zd"
27 …_write_return(uint16_t tag, uint8_t id, int32_t total, ssize_t err) "tag %d id %d total %d err %zd"
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-script.c-avoid-use-of-chroot.patch81 - internerr("maintscript name '%s' length < instdir length %zd",
/openbmc/qemu/hw/virtio/
H A Dtrace-events72 virtqueue_alloc_element(void *elem, size_t sz, unsigned in_num, unsigned out_num) "elem %p size %zd in_num %u out_num %u"
85 virtio_rng_pushed(void *rng, size_t len) "rng %p: %zd bytes pushed"
86 virtio_rng_request(void *rng, size_t size, unsigned quota) "rng %p: %zd bytes requested, %u bytes quota left"
/openbmc/qemu/block/
H A Dtrace-events66 luring_co_submit(void *bs, void *req, int fd, uint64_t offset, size_t nbytes, int type) "bs %p req %p fd %d offset %" PRId64 " nbytes %zd type %d"
182 ssh_read_return(ssize_t ret, int sftp_err) "sftp_read returned %zd (sftp error=%d)"
185 ssh_write_return(ssize_t ret, int sftp_err) "sftp_write returned %zd (sftp error=%d)"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch252 - v("write %zd bytes, offset %"PRIdoff_t", file %s",
254 + v("write %zd bytes, offset %lld, file %s",
/openbmc/qemu/migration/
H A Dtrace-events233 qemu_rdma_fill(size_t control_len, size_t size) "RDMA %zd of %zd bytes already in buffer"
296 postcopy_ram_fault_thread_fds_extra(size_t index, const char *name, int fd) "%zd/%s: %d"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch344 + * Define if printf() supports %zd for size_t arguments
/openbmc/qemu/hw/char/
H A Dtrace-events19 virtio_console_flush_buf(unsigned int port, size_t len, ssize_t ret) "port %u, in_len %zu, out_len %zd"
69 pl011_receive(size_t size) "recv %zd chars"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch229 zd-s*sUt<oqb>BZB4CDV1O!b<}zQ38zAP2*MI?I*@CN=CsAm#JA%s8UgD6IUpMpWQ8
292 zprNpbG{aa(w{vp9`4Rp~7BoIA#WC-B$UtT#6=h+zd;MszS`4<1Ad8Dz!V2cQgnJ!h
/openbmc/qemu/ui/
H A Dtrace-events45 … void *ioc, const void *buf, size_t len) "VNC server msg audio data state=%p ioc=%p buf=%p len=%zd"
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md341 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr);
560 printf("%zd bytes from EID %d\n", rc, addr.smctp_addr);
/openbmc/qemu/hw/usb/
H A Dtrace-events264 usb_msd_send_status(unsigned status, unsigned tag, size_t size) "status %d, tag 0x%x, len %zd"
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7905 + request_log("%s: Import: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_buf…
7938 + request_log("%s: Alloc: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_bufs…
8039 + request_log("%s: Free: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_bufs);
10481 + request_log("%s: Overrun %zd > %zd; trying %zd\n", __func__, len, dmabuf_size(be->dh[0]), …
10487 + request_log("%s: Realloc %zd failed\n", __func__, newsize);
11850 + request_log("Failed to realloc poll array to %zd\n", asize);
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5281 + msg_Dbg(dec, "Pool size: (%d+%d) * %zd", dec_pool_req, sys->cma_in_flight_max, size);
5283 + msg_Warn(dec, "Failed to preallocate decoder pool (%d+%d) * %zd", dec_pool_req, sy…