Re: [Qemu-devel] [PATCH v3 01/20] tcg-arm: Use bic to implement and with constant
On Thu, Mar 28, 2013 at 08:32:42AM -0700, Richard Henderson wrote: > This greatly improves the code we can produce for deposit > without armv7 support. > > Signed-off-by: Richard Henderson > --- > tcg/arm/tcg-target.c | 52 > ++-- > tcg/arm/tcg-ta
[Qemu-devel] [PATCH v3 01/20] tcg-arm: Use bic to implement and with constant
This greatly improves the code we can produce for deposit without armv7 support. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c | 52 ++-- tcg/arm/tcg-target.h | 2 -- 2 files changed, 42 insertions(+), 12 deletions(-) diff --git a/tcg