diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
commit | ef0d51af1e5b7f29bfb72f0bf5f528c272c277a8 (patch) | |
tree | d1b847d87ff5f2efff5d9960f458c1c1bd4bc462 /target-ppc/helper.h | |
parent | 1addc7c5a11e9fe1811c792614516ed12689a1f0 (diff) |
target-ppc: convert PPC 440 instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5836 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index f52cfce87d..5a9483e9b3 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -170,4 +170,6 @@ DEF_HELPER_1(load_74xx_tlbi, void, tl) DEF_HELPER_1(602_mfrom, tl, tl) #endif +DEF_HELPER_3(dlmzb, tl, tl, tl, i32) + #include "def-helper.h" |