diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:24:13 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:24:13 +0000 |
commit | 37d269dfc6ccbfc3871d458c426e089e0c4403b6 (patch) | |
tree | 5f39ce517b50e2099b6f7e2e6ba464542c3f262b /target-ppc/helper.h | |
parent | 799a8c8d0a33ee8732407530f1a06a649be3b0bc (diff) | |
download | hqemu-37d269dfc6ccbfc3871d458c426e089e0c4403b6.zip hqemu-37d269dfc6ccbfc3871d458c426e089e0c4403b6.tar.gz |
target-ppc: convert icbi instruction to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5827 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 471188f..b22f6f2 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -11,6 +11,7 @@ DEF_HELPER_2(lmw, void, tl, i32) DEF_HELPER_2(stmw, void, tl, i32) DEF_HELPER_1(dcbz, void, tl) DEF_HELPER_1(dcbz_970, void, tl) +DEF_HELPER_1(icbi, void, tl) DEF_HELPER_2(fcmpo, i32, i64, i64) DEF_HELPER_2(fcmpu, i32, i64, i64) |