Re: [PATCH 20/27] arcv3: TCG, decoder glue code and helper changes

2021-04-07 Thread Richard Henderson
On 4/5/21 7:31 AM, cupertinomira...@gmail.com wrote: +uint64_t helper_carry_add_flag32(uint64_t dest, uint64_t b, uint64_t c) { +return carry_add_flag(dest, b, c, 32); +} + +target_ulong helper_overflow_add_flag32(target_ulong dest, target_ulong b, target_ulong c) { +return overflow_add_

[PATCH 20/27] arcv3: TCG, decoder glue code and helper changes

2021-04-05 Thread cupertinomiranda
From: Cupertino Miranda --- target/arc/extra_mapping.def | 16 + target/arc/helper.c | 11 + target/arc/helper.h | 16 + target/arc/op_helper.c| 110 ++- target/arc/semfunc-v2_mapping.def | 321 target/arc/semfunc-v3_mappin