Home | History | Annotate | Download | only in tcg

Lines Matching full:oarg

1006                 int oarg;
1007 oarg = ct_str[0] - '0';
1008 assert(oarg < def->nb_oargs);
1009 assert(def->args_ct[oarg].ct & TCG_CT_REG);
1012 def->args_ct[i] = def->args_ct[oarg];
1013 def->args_ct[oarg].ct = TCG_CT_ALIAS;
1014 def->args_ct[oarg].alias_index = i;
1016 def->args_ct[i].alias_index = oarg;