Re: [Qemu-devel] [PATCH 1/4] tcg: Split rem requirement from div requirement

2013-06-24 Thread Richard Henderson
Ping 3. Pretty please? On 06/17/2013 08:53 AM, Richard Henderson wrote: > Ping. > > On 06/10/2013 11:39 AM, Richard Henderson wrote: >> Ping. >> >> On 05/30/2013 10:53 AM, Richard Henderson wrote: >>> There are several hosts with only a "div" insn. Remainder is computed >>> manually from the qu

Re: [Qemu-devel] [PATCH 1/4] tcg: Split rem requirement from div requirement

2013-06-17 Thread Richard Henderson
Ping. On 06/10/2013 11:39 AM, Richard Henderson wrote: > Ping. > > On 05/30/2013 10:53 AM, Richard Henderson wrote: >> There are several hosts with only a "div" insn. Remainder is computed >> manually from the quotient and inputs. We can do this generically. >> >> Signed-off-by: Richard Henders

Re: [Qemu-devel] [PATCH 1/4] tcg: Split rem requirement from div requirement

2013-06-10 Thread Richard Henderson
Ping. On 05/30/2013 10:53 AM, Richard Henderson wrote: > There are several hosts with only a "div" insn. Remainder is computed > manually from the quotient and inputs. We can do this generically. > > Signed-off-by: Richard Henderson > --- > tcg/arm/tcg-target.h | 2 ++ > tcg/hppa/tcg-targe

[Qemu-devel] [PATCH 1/4] tcg: Split rem requirement from div requirement

2013-05-30 Thread Richard Henderson
There are several hosts with only a "div" insn. Remainder is computed manually from the quotient and inputs. We can do this generically. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 2 ++ tcg/hppa/tcg-target.h | 1 + tcg/ia64/tcg-target.h | 2 ++ tcg/mips/tcg-target.h |