summaryrefslogtreecommitdiffstats
path: root/target-i386/ops_template.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-17 13:50:02 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-17 13:50:02 +0000
commitcad3a37d3ef861a3a84b57b630b5ad1ed204ad5f (patch)
treea5252e9cffd31e0a2a2de7c0048b743292837b80 /target-i386/ops_template.h
parentb6abf97df19a3c632ca6977c2056f8a675f3f3f0 (diff)
downloadhqemu-cad3a37d3ef861a3a84b57b630b5ad1ed204ad5f.zip
hqemu-cad3a37d3ef861a3a84b57b630b5ad1ed204ad5f.tar.gz
converted adc, sbb, cmpxchg to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4471 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/ops_template.h')
-rw-r--r--target-i386/ops_template.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/target-i386/ops_template.h b/target-i386/ops_template.h
index 81e1891..219f295 100644
--- a/target-i386/ops_template.h
+++ b/target-i386/ops_template.h
@@ -415,20 +415,6 @@ void OPPROTO glue(op_setle_T0_sub, SUFFIX)(void)
T0 = ((DATA_STYPE)src1 <= (DATA_STYPE)src2);
}
-#undef MEM_WRITE
-#include "ops_template_mem.h"
-
-#define MEM_WRITE 0
-#include "ops_template_mem.h"
-
-#if !defined(CONFIG_USER_ONLY)
-#define MEM_WRITE 1
-#include "ops_template_mem.h"
-
-#define MEM_WRITE 2
-#include "ops_template_mem.h"
-#endif
-
/* bit operations */
#if DATA_BITS >= 16
OpenPOWER on IntegriCloud