Commit 293d6942ddf49e9f426e012bdc0538890f42816a

Authored by aurel32
1 parent 68063649

target-ppc: remove declaration of removed function from op_helper.h

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5781 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 61 deletions
target-ppc/op_helper.h
@@ -56,50 +56,9 @@ void do_store_cr (uint32_t mask); @@ -56,50 +56,9 @@ void do_store_cr (uint32_t mask);
56 #if defined(TARGET_PPC64) 56 #if defined(TARGET_PPC64)
57 void do_store_pri (int prio); 57 void do_store_pri (int prio);
58 #endif 58 #endif
59 -void do_fpscr_setbit (int bit);  
60 -void do_store_fpscr (uint32_t mask);  
61 target_ulong ppc_load_dump_spr (int sprn); 59 target_ulong ppc_load_dump_spr (int sprn);
62 void ppc_store_dump_spr (int sprn, target_ulong val); 60 void ppc_store_dump_spr (int sprn, target_ulong val);
63 61
64 -/* Floating-point arithmetic helpers */  
65 -void do_compute_fprf (int set_class);  
66 -#ifdef CONFIG_SOFTFLOAT  
67 -void do_float_check_status (void);  
68 -#endif  
69 -#if USE_PRECISE_EMULATION  
70 -void do_fadd (void);  
71 -void do_fsub (void);  
72 -void do_fmul (void);  
73 -void do_fdiv (void);  
74 -#endif  
75 -void do_fsqrt (void);  
76 -void do_fre (void);  
77 -void do_fres (void);  
78 -void do_frsqrte (void);  
79 -void do_fsel (void);  
80 -#if USE_PRECISE_EMULATION  
81 -void do_fmadd (void);  
82 -void do_fmsub (void);  
83 -#endif  
84 -void do_fnmadd (void);  
85 -void do_fnmsub (void);  
86 -#if USE_PRECISE_EMULATION  
87 -void do_frsp (void);  
88 -#endif  
89 -void do_fctiw (void);  
90 -void do_fctiwz (void);  
91 -#if defined(TARGET_PPC64)  
92 -void do_fcfid (void);  
93 -void do_fctid (void);  
94 -void do_fctidz (void);  
95 -#endif  
96 -void do_frin (void);  
97 -void do_friz (void);  
98 -void do_frip (void);  
99 -void do_frim (void);  
100 -void do_fcmpu (void);  
101 -void do_fcmpo (void);  
102 -  
103 /* Misc */ 62 /* Misc */
104 void do_tw (int flags); 63 void do_tw (int flags);
105 #if defined(TARGET_PPC64) 64 #if defined(TARGET_PPC64)
@@ -167,26 +126,6 @@ void do_store_403_pb (int num); @@ -167,26 +126,6 @@ void do_store_403_pb (int num);
167 #endif 126 #endif
168 127
169 /* SPE extension helpers */ 128 /* SPE extension helpers */
170 -void do_brinc (void);  
171 -/* Fixed-point vector helpers */  
172 -void do_evabs (void);  
173 -void do_evaddw (void);  
174 -void do_evcntlsw (void);  
175 -void do_evcntlzw (void);  
176 -void do_evneg (void);  
177 -void do_evrlw (void);  
178 -void do_evsel (void);  
179 -void do_evrndw (void);  
180 -void do_evslw (void);  
181 -void do_evsrws (void);  
182 -void do_evsrwu (void);  
183 -void do_evsubfw (void);  
184 -void do_evcmpeq (void);  
185 -void do_evcmpgts (void);  
186 -void do_evcmpgtu (void);  
187 -void do_evcmplts (void);  
188 -void do_evcmpltu (void);  
189 -  
190 /* Single precision floating-point helpers */ 129 /* Single precision floating-point helpers */
191 void do_efscmplt (void); 130 void do_efscmplt (void);
192 void do_efscmpgt (void); 131 void do_efscmpgt (void);