diff options
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index 8004aa18a3..8db73b0df4 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -17,12 +17,8 @@ DEF_HELPER_1(ctpop, i64, i64) DEF_HELPER_1(ctlz, i64, i64) DEF_HELPER_1(cttz, i64, i64) -DEF_HELPER_2(mskbl, i64, i64, i64) -DEF_HELPER_2(mskwl, i64, i64, i64) -DEF_HELPER_2(mskll, i64, i64, i64) DEF_HELPER_2(zap, i64, i64, i64) DEF_HELPER_2(zapnot, i64, i64, i64) -DEF_HELPER_2(mskql, i64, i64, i64) DEF_HELPER_2(mskwh, i64, i64, i64) DEF_HELPER_2(inswh, i64, i64, i64) DEF_HELPER_2(msklh, i64, i64, i64) |