mbox series

[0/2] tcg: more tcg_gen_abs() uses

Message ID 20190423102145.14812-1-f4bug@amsat.org
Headers show
Series tcg: more tcg_gen_abs() uses | expand

Message

Philippe Mathieu-Daudé April 23, 2019, 10:21 a.m. UTC
Hi Richard, 2 patches to complete your series.

Based on Richard's "tcg vector improvements" series:
https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg03430.html

Regards,

Phil.

Based-on: <20190420073442.7488-1-richard.henderson@linaro.org>

Philippe Mathieu-Daudé (2):
  target/ppc: Use tcg_gen_abs_i32
  target/tricore: Use tcg_gen_abs_tl

 target/ppc/translate/spe-impl.inc.c | 14 +-------------
 target/tricore/translate.c          | 27 +++++----------------------
 2 files changed, 6 insertions(+), 35 deletions(-)

Comments

Richard Henderson April 23, 2019, 2:57 p.m. UTC | #1
On 4/23/19 3:21 AM, Philippe Mathieu-Daudé wrote:
> Hi Richard, 2 patches to complete your series.
> 
> Based on Richard's "tcg vector improvements" series:
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg03430.html
> 
> Regards,
> 
> Phil.
> 
> Based-on: <20190420073442.7488-1-richard.henderson@linaro.org>

Thanks!  It's hard to track down all uses like this.  ;-)


r~
Richard Henderson April 23, 2019, 5 p.m. UTC | #2
On 4/23/19 3:21 AM, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (2):
>   target/ppc: Use tcg_gen_abs_i32
>   target/tricore: Use tcg_gen_abs_tl

Queued onto tcg-vec-next.


r~