Home | History | Annotate | Download | only in priv

Lines Matching refs:rX

1384       HReg dst, tmp, rX;
1391 rX = s390_isel_int_expr(env, expr->Iex.Mux0X.exprX);
1397 addInstr(env, s390_insn_move(size, dst, rX));
1402 /* Assume the condition is true and move rX to the destination reg. */
1403 addInstr(env, s390_insn_move(size, dst, rX));