Home | History | Annotate | Download | only in priv

Lines Matching refs:WrTmp

3690       IRTemp tmp = stmt->Ist.WrTmp.tmp;
3698 s390_isel_int128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data);
3710 src = s390_isel_int_expr(env, stmt->Ist.WrTmp.data);
3715 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data);
3723 src = s390_isel_float_expr(env, stmt->Ist.WrTmp.data);
3730 s390_isel_float128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data);
3740 src = s390_isel_dfp_expr(env, stmt->Ist.WrTmp.data);
3747 s390_isel_dfp128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data);