Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 2 of 2) sorted by relevance

/qemu/tcg/
H A Dtcg.c442 TCGType dst_type; member
476 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext()
498 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext()
5611 TCGType dst_type = mov[i].dst_type; in tcg_out_helper_load_slots() local
5701 .dst_type = TCG_TYPE_PTR, in tcg_out_helper_load_common_args()
5768 if (dst_type <= TCG_TYPE_REG) { in tcg_out_helper_add_mov()
5788 mov[0].dst_type = dst_type; in tcg_out_helper_add_mov()
5805 mov[0].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
5811 mov[1].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
5971 mov[0].dst_type = TCG_TYPE_REG; in tcg_out_ld_helper_ret()
[all …]
/qemu/hw/dma/
H A Dxlnx-zdma.c367 bool dst_type; in zdma_load_dst_descriptor() local
381 dst_type = FIELD_EX32(s->dsc_dst.words[3], ZDMA_CH_DST_DSCR_WORD3, TYPE); in zdma_load_dst_descriptor()
382 zdma_update_descr_addr(s, dst_type, R_ZDMA_CH_DST_CUR_DSCR_LSB); in zdma_load_dst_descriptor()