diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 12:19:14 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 12:19:14 +0000 |
commit | 22e0e173376d702bdd9757d308924b6df7cd6529 (patch) | |
tree | 102fa053e511450ad57df19e14bbfbf77db7a7d8 /target-ppc/helper.h | |
parent | 3b63c04e1bcf626ca24d3fa92b5872c73f1ba8d5 (diff) |
target-ppc: convert POWER bridge instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5891 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 8 |
1 files changed, 8 insertions, 0 deletions
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" |