On 9/28/20 7:27 AM, David Hildenbrand wrote:
> We need new CC handling, determining the CC based on the intermediate
> result (64bit for MSC and MSRKC, 128bit for MSGC and MSGRKC).
> 
> We want to store out2 ("low") after muls128 to r1, so add
> "wout_out2_r1".
> 
> Signed-off-by: David Hildenbrand <[email protected]>
> ---
>  target/s390x/cc_helper.c   | 32 ++++++++++++++++++++++++++++++++
>  target/s390x/helper.c      |  2 ++
>  target/s390x/insn-data.def |  4 ++++
>  target/s390x/internal.h    |  2 ++
>  target/s390x/translate.c   | 19 +++++++++++++++++++
>  5 files changed, 59 insertions(+)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to