xemu/target-arm
Juha Riihimäki 8449623376 target-arm: add support for neon vld1.64/vst1.64 instructions
Add support for NEON vld1.64 and vst1.64 instructions. This patch is
revised to follow more closely the specification and raises
undefined exception if 64bit element size is used for vld2/vst2 or
vld4/vst4 instructions.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-10-27 09:46:26 +01:00
..
cpu.h cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal 2009-08-24 08:21:42 -05:00
exec.h target-arm: remove T0 and T1 2009-10-17 23:53:08 +02:00
helper.c target-arm: fix sdiv helper 2009-10-23 00:05:17 +02:00
helpers.h target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG 2009-10-17 23:52:17 +02:00
iwmmxt_helper.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
machine.c Save/restore ARMv6 MMU state 2009-07-31 13:19:39 +01:00
neon_helper.c rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
op_addsub.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
op_helper.c target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG 2009-10-17 23:52:17 +02:00
translate.c target-arm: add support for neon vld1.64/vst1.64 instructions 2009-10-27 09:46:26 +01:00