diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-10 11:10:23 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-10 11:10:23 +0000 |
commit | 57951c27422fc41586a5d4032e05bb300cced78d (patch) | |
tree | 7f5e53762c9cfb56438bcc471e95b7c5a8f00bcd /target-ppc/helper.h | |
parent | 970d622e8ab1de8fdf5762e23e92a2dea9d7d36c (diff) |
target-ppc: convert most SPE integer instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5668 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/helper.h')
-rw-r--r-- | target-ppc/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 05bfaa7562..e9021c943f 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -23,3 +23,6 @@ DEF_HELPER(target_ulong, helper_popcntb_64, (target_ulong val)) DEF_HELPER(target_ulong, helper_srad, (target_ulong, target_ulong)) #endif +DEF_HELPER(uint32_t, helper_cntlsw32, (uint32_t)) +DEF_HELPER(uint32_t, helper_cntlzw32, (uint32_t)) +DEF_HELPER(uint32_t, helper_brinc, (uint32_t, uint32_t)) |