Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c452 TCGType dst_type;
460 * @dst_type: integral type for destination
468 static void tcg_out_movext(TCGContext *s, TCGType dst_type, TCGReg dst, in tcg_out_movext()
476 tcg_out_ext8s(s, dst_type, dst, src); in tcg_out_movext()
482 tcg_out_ext16s(s, dst_type, dst, src); in tcg_out_movext()
486 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext()
508 if (dst_type == TCG_TYPE_I32) { in tcg_out_movext()
523 tcg_out_movext(s, i->dst_type, i->dst, i->src_type, i->src_ext, src); in tcg_out_movext1_new_src()
6364 TCGType dst_type = mov[i].dst_type; in tcg_out_helper_load_slots()
451 TCGType dst_type; global() member
467 tcg_out_movext(TCGContext * s,TCGType dst_type,TCGReg dst,TCGType src_type,MemOp src_ext,TCGReg src) tcg_out_movext() argument
6361 TCGType dst_type = mov[i].dst_type; tcg_out_helper_load_slots() local
6513 tcg_out_helper_add_mov(TCGMovExtend * mov,const TCGCallArgumentLoc * loc,TCGType dst_type,TCGType src_type,TCGReg lo,TCGReg hi) tcg_out_helper_add_mov() argument
[all...]
/openbmc/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()