summary refs log tree commit diff stats
path: root/target/sparc/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-10-14 21:55:27 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-11-05 12:03:17 -0800
commitb597eedcce0de84ff573a6be2cd6a89c7fa0fd8e (patch)
tree33c3ab8ac42da284da0c13630f0728f3763865dd /target/sparc/helper.h
parent68524e83f8fbe23dca37dc5b847fb558d75c8fab (diff)
downloadfocaccia-qemu-b597eedcce0de84ff573a6be2cd6a89c7fa0fd8e.tar.gz
focaccia-qemu-b597eedcce0de84ff573a6be2cd6a89c7fa0fd8e.zip
target/sparc: Remove CC_OP leftovers
All instructions have been converted to generate
full condition codes explicitly.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/sparc/helper.h')
-rw-r--r--target/sparc/helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/sparc/helper.h b/target/sparc/helper.h
index a7b0079c3b..decd94c0d6 100644
--- a/target/sparc/helper.h
+++ b/target/sparc/helper.h
@@ -148,5 +148,3 @@ VIS_CMPHELPER(cmpne)
 #undef F_HELPER_0_1
 #undef VIS_HELPER
 #undef VIS_CMPHELPER
-DEF_HELPER_1(compute_psr, void, env)
-DEF_HELPER_FLAGS_1(compute_C_icc, TCG_CALL_NO_WG_SE, i32, env)