]> Git Repo - qemu.git/blobdiff - target-i386/helper.h
converted condition code supprot to TCG - converted shift ops to TCG
[qemu.git] / target-i386 / helper.h
index c4452f7add3a80d855dec62abcccc1bdaa07fe04..c55d111ed273c182fcbdf2f3c20d6b3070bc2190 100644 (file)
@@ -199,3 +199,14 @@ void TCG_HELPER_PROTO helper_movq(uint64_t *d, uint64_t *s);
 #define SHIFT 1
 #include "ops_sse_header.h"
 
+target_ulong helper_rclb(target_ulong t0, target_ulong t1);
+target_ulong helper_rclw(target_ulong t0, target_ulong t1);
+target_ulong helper_rcll(target_ulong t0, target_ulong t1);
+target_ulong helper_rcrb(target_ulong t0, target_ulong t1);
+target_ulong helper_rcrw(target_ulong t0, target_ulong t1);
+target_ulong helper_rcrl(target_ulong t0, target_ulong t1);
+#ifdef TARGET_X86_64
+target_ulong helper_rclq(target_ulong t0, target_ulong t1);
+target_ulong helper_rcrq(target_ulong t0, target_ulong t1);
+#endif
+
This page took 0.026183 seconds and 4 git commands to generate.