Re: [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements

2013-03-19 Thread Richard Henderson
Ping. r~ On 2013-03-11 23:43, Richard Henderson wrote: Changes v1-v2: * Use more helper functions to handle K and N constraints. * Improve add2/sub2. * Improve epilogues, as suggested in the previous thread. * Fix a typo in the name of the deposit helper. * Implement division for

Re: [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements

2013-03-13 Thread Laurent Desnogues
On Tue, Mar 12, 2013 at 7:43 AM, Richard Henderson wrote: > Changes v1-v2: > * Use more helper functions to handle K and N constraints. > * Improve add2/sub2. > * Improve epilogues, as suggested in the previous thread. > * Fix a typo in the name of the deposit helper. > * Implement divis

[Qemu-devel] [PATCH v2 0/9] tcg-arm improvements

2013-03-11 Thread Richard Henderson
Changes v1-v2: * Use more helper functions to handle K and N constraints. * Improve add2/sub2. * Improve epilogues, as suggested in the previous thread. * Fix a typo in the name of the deposit helper. * Implement division for cortex-a15. r~ Richard Henderson (9): tcg-arm: Use bic