diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 16:49:20 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 16:49:20 +0000 |
commit | 875b31db7fb33b8155727d2b1a5232c0d7a0a655 (patch) | |
tree | 25717ef347e68de0ec689e3cb54daf97af167ac6 /target-ppc/helper.h | |
parent | 819ca12127ee43c722f9946c8493a0aa2a1de6a0 (diff) |
target-ppc: Add vct{u,s}xs instructions
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6572 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 089955b1ce..3ee04b248c 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -253,6 +253,8 @@ DEF_HELPER_2(vrfip, void, avr, avr) DEF_HELPER_2(vrfiz, void, avr, avr) DEF_HELPER_3(vcfux, void, avr, avr, i32) DEF_HELPER_3(vcfsx, void, avr, avr, i32) +DEF_HELPER_3(vctuxs, void, avr, avr, i32) +DEF_HELPER_3(vctsxs, void, avr, avr, i32) DEF_HELPER_1(efscfsi, i32, i32) DEF_HELPER_1(efscfui, i32, i32) |