Re: [Qemu-devel] [PATCH v4 50/64] tcg: Add helpers for clrsb

2016-12-09 Thread Alex Bennée
Richard Henderson writes: > The number of actual invocations does not warrent an opcode, > and the backends generating it. But at least we can eliminate > redundant helpers. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > tcg-runtime.c | 10 ++ > tcg/tcg-o

[Qemu-devel] [PATCH v4 50/64] tcg: Add helpers for clrsb

2016-11-23 Thread Richard Henderson
The number of actual invocations does not warrent an opcode, and the backends generating it. But at least we can eliminate redundant helpers. Signed-off-by: Richard Henderson --- tcg-runtime.c | 10 ++ tcg/tcg-op.c | 28 tcg/tcg-op.h | 4