From dc96be4b975d51f03d0b08e191fddf85b92c0267 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 12 Apr 2010 16:12:20 -0700 Subject: target-alpha: Implement cpys{, n, e} inline. Signed-off-by: Richard Henderson Signed-off-by: Aurelien Jarno --- target-alpha/helper.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target-alpha/helper.h') diff --git a/target-alpha/helper.h b/target-alpha/helper.h index 6072a26b92..73413f2a80 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -77,10 +77,6 @@ DEF_HELPER_FLAGS_2(cmpgeq, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) DEF_HELPER_FLAGS_2(cmpgle, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) DEF_HELPER_FLAGS_2(cmpglt, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) -DEF_HELPER_FLAGS_2(cpys, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) -DEF_HELPER_FLAGS_2(cpysn, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) -DEF_HELPER_FLAGS_2(cpyse, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64) - DEF_HELPER_FLAGS_1(cvtts, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvtst, TCG_CALL_CONST, i64, i64) DEF_HELPER_FLAGS_1(cvtqs, TCG_CALL_CONST, i64, i64) -- cgit v1.2.3