From 18c9b56060e6d69e38d0d91ffb02d510d8ce1971 Mon Sep 17 00:00:00 2001 From: balrog Date: Mon, 30 Apr 2007 02:02:17 +0000 Subject: Implement iwMMXt instruction set for the PXA270 cpu. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2752 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-arm/op.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-arm/op.c') diff --git a/target-arm/op.c b/target-arm/op.c index 9cfb462..fd44a40 100644 --- a/target-arm/op.c +++ b/target-arm/op.c @@ -1213,3 +1213,6 @@ void OPPROTO op_movl_T0_T2(void) { T0 = T2; } + +/* iwMMXt support */ +#include "op_iwmmxt.c" -- cgit v1.1