On 12/09/2016 08:07 AM, Alex Bennée wrote:
>
> Richard Henderson writes:
>
>> Particularly when andc is also available, this is two insns
>> shorter than using clz to compute ctz.
>>
>> Signed-off-by: Richard Henderson
>> ---
>> tcg/tcg-op.c | 107
>> --
Richard Henderson writes:
> Particularly when andc is also available, this is two insns
> shorter than using clz to compute ctz.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/tcg-op.c | 107
> ---
> 1 file changed, 65 insertions(+), 4
Particularly when andc is also available, this is two insns
shorter than using clz to compute ctz.
Signed-off-by: Richard Henderson
---
tcg/tcg-op.c | 107 ---
1 file changed, 65 insertions(+), 42 deletions(-)
diff --git a/tcg/tcg-op.c b/t