diff options
author | Richard Henderson <rth@twiddle.net> | 2011-10-17 17:32:26 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2011-10-26 13:58:48 -0700 |
commit | f888300b818a46bb1b339d68d6748bc097396a7b (patch) | |
tree | e566afff5ad8ac8509d6c77a850fdda5a164a38e /target-sparc/helper.h | |
parent | 445167723d12d6e14d4f11b4104c48c8b25329db (diff) |
target-sparc: Implement PDIST.
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 22fb8ef8d2..22f9dce9ac 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -137,6 +137,7 @@ DEF_HELPER_FLAGS_2(fmul8ulx16, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) DEF_HELPER_FLAGS_2(fmuld8sux16, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) DEF_HELPER_FLAGS_2(fmuld8ulx16, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) DEF_HELPER_FLAGS_2(fexpand, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) +DEF_HELPER_FLAGS_3(pdist, 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) \ |