]> Git Repo - qemu.git/blobdiff - target-i386/helper.c
converted condition code supprot to TCG - converted shift ops to TCG
[qemu.git] / target-i386 / helper.c
index da36f8bd1da286ea38753266db44b13729cce69d..126fde85ee7f602c9f0d07f8eb3adf5b66bdb7c6 100644 (file)
@@ -5220,3 +5220,22 @@ void helper_movq(uint64_t *d, uint64_t *s)
 #define SHIFT 1
 #include "ops_sse.h"
 
+#define SHIFT 0
+#include "helper_template.h"
+#undef SHIFT
+
+#define SHIFT 1
+#include "helper_template.h"
+#undef SHIFT
+
+#define SHIFT 2
+#include "helper_template.h"
+#undef SHIFT
+
+#ifdef TARGET_X86_64
+
+#define SHIFT 3
+#include "helper_template.h"
+#undef SHIFT
+
+#endif
This page took 0.023396 seconds and 4 git commands to generate.