Re: [Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-23 Thread Philippe Mathieu-Daudé
On 4/24/19 12:29 AM, Richard Henderson wrote: > On 4/23/19 3:09 PM, Philippe Mathieu-Daudé wrote: >> On 4/23/19 8:37 PM, David Hildenbrand wrote: >>> On 20.04.19 09:34, Richard Henderson wrote: Remove a function of the same name from target/arm/. Use a branchless implementation of abs tha

Re: [Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-23 Thread Richard Henderson
On 4/23/19 3:09 PM, Philippe Mathieu-Daudé wrote: > On 4/23/19 8:37 PM, David Hildenbrand wrote: >> On 20.04.19 09:34, Richard Henderson wrote: >>> Remove a function of the same name from target/arm/. >>> Use a branchless implementation of abs that gcc uses for x86. >>> >>> Signed-off-by: Richard H

Re: [Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-23 Thread Philippe Mathieu-Daudé
On 4/23/19 8:37 PM, David Hildenbrand wrote: > On 20.04.19 09:34, Richard Henderson wrote: >> Remove a function of the same name from target/arm/. >> Use a branchless implementation of abs that gcc uses for x86. >> >> Signed-off-by: Richard Henderson >> --- >> tcg/tcg-op.h | 5 + >>

Re: [Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-23 Thread David Hildenbrand
On 20.04.19 09:34, Richard Henderson wrote: > Remove a function of the same name from target/arm/. > Use a branchless implementation of abs that gcc uses for x86. > > Signed-off-by: Richard Henderson > --- > tcg/tcg-op.h | 5 + > target/arm/translate.c | 10 -- > tcg/tcg-o

Re: [Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-23 Thread Philippe Mathieu-Daudé
On 4/20/19 9:34 AM, Richard Henderson wrote: > Remove a function of the same name from target/arm/. > Use a branchless implementation of abs that gcc uses for x86. > > Signed-off-by: Richard Henderson > --- > tcg/tcg-op.h | 5 + > target/arm/translate.c | 10 -- > tcg/tcg-

[Qemu-devel] [PATCH 19/38] tcg: Add support for integer absolute value

2019-04-20 Thread Richard Henderson
Remove a function of the same name from target/arm/. Use a branchless implementation of abs that gcc uses for x86. Signed-off-by: Richard Henderson --- tcg/tcg-op.h | 5 + target/arm/translate.c | 10 -- tcg/tcg-op.c | 20 3 files changed, 25