From 22e0e173376d702bdd9757d308924b6df7cd6529 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sat, 6 Dec 2008 12:19:14 +0000 Subject: target-ppc: convert POWER bridge instructions to TCG Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5891 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/helper.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target-ppc/helper.h') diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 5a9483e9b3..ddd3f28cbb 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -171,5 +171,13 @@ DEF_HELPER_1(602_mfrom, tl, tl) #endif DEF_HELPER_3(dlmzb, tl, tl, tl, i32) +DEF_HELPER_1(clcs, tl, i32) +#if !defined(CONFIG_USER_ONLY) +DEF_HELPER_1(rac, tl, tl) +#endif +DEF_HELPER_2(div, tl, tl, tl) +DEF_HELPER_2(divo, tl, tl, tl) +DEF_HELPER_2(divs, tl, tl, tl) +DEF_HELPER_2(divso, tl, tl, tl) #include "def-helper.h" -- cgit v1.2.1