Home | History | Annotate | Download | only in tcg

Lines Matching full:oarg

986                 int oarg;
987 oarg = ct_str[0] - '0';
988 assert(oarg < def->nb_oargs);
989 assert(def->args_ct[oarg].ct & TCG_CT_REG);
992 def->args_ct[i] = def->args_ct[oarg];
993 def->args_ct[oarg].ct = TCG_CT_ALIAS;
994 def->args_ct[oarg].alias_index = i;
996 def->args_ct[i].alias_index = oarg;