Home | History | Annotate | Download | only in tcg

Lines Matching refs:oarg

1087                 int oarg;
1088 oarg = ct_str[0] - '0';
1089 assert(oarg < def->nb_oargs);
1090 assert(def->args_ct[oarg].ct & TCG_CT_REG);
1093 def->args_ct[i] = def->args_ct[oarg];
1094 def->args_ct[oarg].ct = TCG_CT_ALIAS;
1095 def->args_ct[oarg].alias_index = i;
1097 def->args_ct[i].alias_index = oarg;