Searched refs:dst_type (Results 1 – 2 of 2) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 451 TCGType dst_type; member 467 static void tcg_out_movext(TCGContext *s, TCGType dst_type, TCGReg dst, in tcg_out_movext() argument 475 tcg_out_ext8s(s, dst_type, dst, src); in tcg_out_movext() 481 tcg_out_ext16s(s, dst_type, dst, src); in tcg_out_movext() 485 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext() 507 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext() 522 tcg_out_movext(s, i->dst_type, i->dst, i->src_type, i->src_ext, src); in tcg_out_movext1_new_src() 6360 TCGType dst_type = mov[i].dst_type; in tcg_out_helper_load_slots() local 6361 MemOp dst_mo = dst_type == TCG_TYPE_I32 ? MO_32 : MO_64; in tcg_out_helper_load_slots() 6370 tcg_out_st(s, dst_type, src, TCG_REG_CALL_STACK, in tcg_out_helper_load_slots() [all …]
|
/qemu/hw/dma/ |
H A D | xlnx-zdma.c | 367 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()
|