From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5781] target-ppc: remove declaration of removed function from op_helper.h
Date: Sat, 22 Nov 2008 21:27:37 +0000 [thread overview]
Message-ID: <E1L400v-00075q-GS@cvs.savannah.gnu.org> (raw)
Revision: 5781
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5781
Author: aurel32
Date: 2008-11-22 21:27:36 +0000 (Sat, 22 Nov 2008)
Log Message:
-----------
target-ppc: remove declaration of removed function from op_helper.h
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/op_helper.h
Modified: trunk/target-ppc/op_helper.h
===================================================================
--- trunk/target-ppc/op_helper.h 2008-11-22 21:03:55 UTC (rev 5780)
+++ trunk/target-ppc/op_helper.h 2008-11-22 21:27:36 UTC (rev 5781)
@@ -56,50 +56,9 @@
#if defined(TARGET_PPC64)
void do_store_pri (int prio);
#endif
-void do_fpscr_setbit (int bit);
-void do_store_fpscr (uint32_t mask);
target_ulong ppc_load_dump_spr (int sprn);
void ppc_store_dump_spr (int sprn, target_ulong val);
-/* Floating-point arithmetic helpers */
-void do_compute_fprf (int set_class);
-#ifdef CONFIG_SOFTFLOAT
-void do_float_check_status (void);
-#endif
-#if USE_PRECISE_EMULATION
-void do_fadd (void);
-void do_fsub (void);
-void do_fmul (void);
-void do_fdiv (void);
-#endif
-void do_fsqrt (void);
-void do_fre (void);
-void do_fres (void);
-void do_frsqrte (void);
-void do_fsel (void);
-#if USE_PRECISE_EMULATION
-void do_fmadd (void);
-void do_fmsub (void);
-#endif
-void do_fnmadd (void);
-void do_fnmsub (void);
-#if USE_PRECISE_EMULATION
-void do_frsp (void);
-#endif
-void do_fctiw (void);
-void do_fctiwz (void);
-#if defined(TARGET_PPC64)
-void do_fcfid (void);
-void do_fctid (void);
-void do_fctidz (void);
-#endif
-void do_frin (void);
-void do_friz (void);
-void do_frip (void);
-void do_frim (void);
-void do_fcmpu (void);
-void do_fcmpo (void);
-
/* Misc */
void do_tw (int flags);
#if defined(TARGET_PPC64)
@@ -167,26 +126,6 @@
#endif
/* SPE extension helpers */
-void do_brinc (void);
-/* Fixed-point vector helpers */
-void do_evabs (void);
-void do_evaddw (void);
-void do_evcntlsw (void);
-void do_evcntlzw (void);
-void do_evneg (void);
-void do_evrlw (void);
-void do_evsel (void);
-void do_evrndw (void);
-void do_evslw (void);
-void do_evsrws (void);
-void do_evsrwu (void);
-void do_evsubfw (void);
-void do_evcmpeq (void);
-void do_evcmpgts (void);
-void do_evcmpgtu (void);
-void do_evcmplts (void);
-void do_evcmpltu (void);
-
/* Single precision floating-point helpers */
void do_efscmplt (void);
void do_efscmpgt (void);
reply other threads:[~2008-11-22 21:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1L400v-00075q-GS@cvs.savannah.gnu.org \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).