Searched refs:new_args (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4813 TCGArg new_args[TCG_MAX_OP_ARGS]; in tcg_reg_alloc_op() local 4821 memcpy(new_args + nb_oargs + nb_iargs, in tcg_reg_alloc_op() 4872 new_args[i] = ts->val; in tcg_reg_alloc_op() 4966 reg = new_args[arg_ct->pair_index] + 1; in tcg_reg_alloc_op() 5047 new_args[i] = reg; in tcg_reg_alloc_op() 5091 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op() 5104 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op() 5119 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op() 5121 reg = new_args[arg_ct->pair_index] + 1; in tcg_reg_alloc_op() 5127 reg = new_args[arg_ct->pair_index] - 1; in tcg_reg_alloc_op() [all …]
|
/openbmc/linux/net/rds/ |
H A D | rdma.c | 375 struct rds_get_mr_args new_args; in rds_get_mr_for_dest() local 389 new_args.vec = args.vec; in rds_get_mr_for_dest() 390 new_args.cookie_addr = args.cookie_addr; in rds_get_mr_for_dest() 391 new_args.flags = args.flags; in rds_get_mr_for_dest() 393 return __rds_rdma_map(rs, &new_args, NULL, NULL, NULL); in rds_get_mr_for_dest()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1817 TCGArg new_args[6]; 1820 memcpy(new_args, args+1, 5*sizeof(TCGArg)); 1830 new_args[5] = label_arg(label_true); 1831 tcg_out_brcond2(s, new_args, const_args+1, 1); 1847 new_args[4] = tcg_invert_cond(new_args[4]); 1848 new_args[5] = label_arg(label_over); 1849 tcg_out_brcond2(s, new_args, const_args+1, 1);
|