From 3b89f26c11e4060a203518d8bc203b6fb0b6cf96 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Tue, 18 Mar 2008 18:10:42 +0000 Subject: Convert udiv and sdiv ops to TCG git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4088 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-sparc/helper.h') diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 6ad0f20..2fbb7ef 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -36,6 +36,8 @@ void TCG_HELPER_PROTO helper_trapcc(target_ulong nb_trap, target_ulong do_trap); void TCG_HELPER_PROTO helper_debug(void); void TCG_HELPER_PROTO helper_flush(target_ulong addr); +target_ulong TCG_HELPER_PROTO helper_udiv(target_ulong a, target_ulong b); +target_ulong TCG_HELPER_PROTO helper_sdiv(target_ulong a, target_ulong b); uint64_t TCG_HELPER_PROTO helper_pack64(target_ulong high, target_ulong low); uint64_t TCG_HELPER_PROTO helper_ld_asi(target_ulong addr, int asi, int size, int sign); -- cgit v1.1