diff options
author | Richard Henderson <rth@twiddle.net> | 2011-10-18 09:24:43 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2011-10-26 14:00:19 -0700 |
commit | 793a137a41ad4125011c7022cf16a1baa40a5ab6 (patch) | |
tree | 10b81a781533fb487d02e67b3cd9aae23f6c1a39 /target-sparc/helper.h | |
parent | add545ab11450c7049468fccdcd362b47740d9fe (diff) | |
download | qemu-793a137a41ad4125011c7022cf16a1baa40a5ab6.tar.gz qemu-793a137a41ad4125011c7022cf16a1baa40a5ab6.tar.bz2 qemu-793a137a41ad4125011c7022cf16a1baa40a5ab6.zip |
target-sparc: Implement BMASK/BSHUFFLE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-sparc/helper.h')
-rw-r--r-- | target-sparc/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 73fb0ee55c..3ee12a9c55 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -140,6 +140,7 @@ DEF_HELPER_FLAGS_3(pdist, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64, i64) DEF_HELPER_FLAGS_2(fpack16, TCG_CALL_CONST | TCG_CALL_PURE, i32, i64, i64) DEF_HELPER_FLAGS_3(fpack32, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64, i64) DEF_HELPER_FLAGS_2(fpackfix, TCG_CALL_CONST | TCG_CALL_PURE, i32, i64, i64) +DEF_HELPER_FLAGS_3(bshuffle, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64, i64) #define VIS_HELPER(name) \ DEF_HELPER_FLAGS_2(f ## name ## 16, TCG_CALL_CONST | TCG_CALL_PURE, \ i64, i64, i64) \ |