Re: [Qemu-devel] [PATCH] Added Cortex_a8_v3 version, and added a shift instruction for NEON.

2010-02-19 Thread Richard Henderson
On 02/18/2010 03:56 PM, George Karavaev wrote: > +tmp64 = tcg_temp_new_i64(); > +tcg_gen_movi_i64(tmp64, 0); > +tcg_gen_not_i64(tmp64, tmp64); movi -1? > +gen_helper_neon_shl_u64(tmp64,

[Qemu-devel] [PATCH] Added Cortex_a8_v3 version, and added a shift instruction for NEON.

2010-02-18 Thread George Karavaev
--- target-arm/cpu.h |1 + target-arm/helper.c|3 +++ target-arm/translate.c | 17 +++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 4a1c53f..8751402 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -