Home | History | Annotate | Download | only in priv

Lines Matching refs:GetIt

3340       enum { Ut, Btt, Btc, Bct, Cf64i, Ittt, Itct, Ittc, Itcc, GetIt,
3400 } GetIt;
3454 case GetIt:
3455 return toBool(eqIRRegArray(a1->u.GetIt.descr, a2->u.GetIt.descr)
3456 && a1->u.GetIt.ix == a2->u.GetIt.ix
3457 && a1->u.GetIt.bias == a2->u.GetIt.bias);
3528 case GetIt:
3529 return IRExpr_GetI(ae->u.GetIt.descr,
3530 IRExpr_RdTmp(ae->u.GetIt.ix),
3531 ae->u.GetIt.bias);
3602 case GetIt:
3603 ae->u.GetIt.ix = subst_AvailExpr_Temp( env, ae->u.GetIt.ix );
3716 ae->tag = GetIt;
3717 ae->u.GetIt.descr = e->Iex.GetI.descr;
3718 ae->u.GetIt.ix = e->Iex.GetI.ix->Iex.RdTmp.tmp;
3719 ae->u.GetIt.bias = e->Iex.GetI.bias;
3814 if (ae->tag != GetIt)
3823 ae->u.GetIt.descr,
3824 IRExpr_RdTmp(ae->u.GetIt.ix),
3834 ae->u.GetIt.descr,
3835 IRExpr_RdTmp(ae->u.GetIt.ix),
3836 ae->u.GetIt.bias,