Ping? The two UNDEF patches have both been applied, so this patch applies cleanly to master now.
-- PMM On 20 April 2011 15:52, Peter Maydell <peter.mayd...@linaro.org> wrote: > Move VLD/VST multiple into helper functions, as some cases can > generate more TCG ops than the maximum per-instruction limit > and certainly more than the recommended 20. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > This patch is inspired by one from the meego tree: > http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=commitdiff;h=a5b2a79c7929726bac5157783de81d22793efd12 > but I've reworked it to do the decoding at translate time rather > than in the helper function. > > It is intended to apply on top of the neon load/store UNDEF fixes: > http://patchwork.ozlabs.org/patch/91824/ > http://patchwork.ozlabs.org/patch/91825/ > > but I thought it would be better to push it out now for review > rather than waiting for those to be committed. > > I hope you all like macros :-) > > target-arm/helper.h | 40 +++++++++++++ > target-arm/neon_helper.c | 127 +++++++++++++++++++++++++++++++++++++++++ > target-arm/translate.c | 140 > +++++++++++----------------------------------- > 3 files changed, 199 insertions(+), 108 deletions(-)