From 3f4288ebf6fca7b266fa42a74d9d99b961ba6844 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 3 Sep 2015 08:42:23 -0700 Subject: target-sparc: Use QT0 to return results from ldda Also implement a few more twinx asis. Tested-by: Mark Cave-Ayland Signed-off-by: Richard Henderson --- target-sparc/helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-sparc/helper.h') diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 14712cc94d..66abf83ab7 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -17,7 +17,7 @@ DEF_HELPER_1(rdcwp, tl, env) DEF_HELPER_2(wrcwp, void, env, tl) DEF_HELPER_FLAGS_2(array8, TCG_CALL_NO_RWG_SE, tl, tl, tl) DEF_HELPER_FLAGS_1(popc, TCG_CALL_NO_RWG_SE, tl, tl) -DEF_HELPER_4(ldda_asi, void, env, tl, int, int) +DEF_HELPER_FLAGS_3(ldda_asi, TCG_CALL_NO_WG, void, env, tl, int) DEF_HELPER_5(ldf_asi, void, env, tl, int, int, int) DEF_HELPER_FLAGS_5(stf_asi, TCG_CALL_NO_WG, void, env, tl, int, int, int) DEF_HELPER_FLAGS_5(casx_asi, TCG_CALL_NO_WG, tl, env, tl, tl, tl, i32) -- cgit v1.2.3