Lines Matching refs:dst_type
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()
6371 tcg_out_helper_stk_ofs(dst_type, slot)); in tcg_out_helper_load_slots()
6450 .dst_type = TCG_TYPE_PTR, in tcg_out_helper_load_common_args()
6512 TCGType dst_type, TCGType src_type, in tcg_out_helper_add_mov() argument
6517 if (dst_type <= TCG_TYPE_REG) { in tcg_out_helper_add_mov()
6525 dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
6529 dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
6537 mov[0].dst_type = dst_type; in tcg_out_helper_add_mov()
6545 assert(dst_type == TCG_TYPE_I64); in tcg_out_helper_add_mov()
6548 assert(dst_type == TCG_TYPE_I128); in tcg_out_helper_add_mov()
6554 mov[0].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
6560 mov[1].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov()
6666 mov[0].dst_type = ldst->type; in tcg_out_ld_helper_ret()
6720 mov[0].dst_type = TCG_TYPE_REG; in tcg_out_ld_helper_ret()
6727 mov[1].dst_type = TCG_TYPE_REG; in tcg_out_ld_helper_ret()