]> Git Repo - qemu.git/blobdiff - target-arm/op.c
Implement iwMMXt instruction set for the PXA270 cpu.
[qemu.git] / target-arm / op.c
index 9cfb46237b8fcb083f1d7aa643984a37e659fd29..fd44a40f83cd1e86f17d009b41ed72772b2fe004 100644 (file)
@@ -1213,3 +1213,6 @@ void OPPROTO op_movl_T0_T2(void)
 {
     T0 = T2;
 }
+
+/* iwMMXt support */
+#include "op_iwmmxt.c"
This page took 0.02306 seconds and 4 git commands to generate.