Revision 3cd7d1dd target-ppc/op_helper.h

b/target-ppc/op_helper.h
205 205
void do_store_403_pb (int num);
206 206
#endif
207 207

  
208
#if defined(TARGET_PPCEMB)
209 208
/* SPE extension helpers */
210 209
void do_brinc (void);
211 210
/* Fixed-point vector helpers */
......
286 285
void do_evfsctui (void);
287 286
void do_evfsctsiz (void);
288 287
void do_evfsctuiz (void);
289
#endif /* defined(TARGET_PPCEMB) */
290 288

  
291
#if defined(TARGET_PPCEMB)
292 289
/* SPE extension */
293 290
/* Single precision floating-point helpers */
294 291
static always_inline uint32_t _do_efsabs (uint32_t val)
......
409 406
    u2.u = op2;
410 407
    return float64_eq(u1.f, u2.f, &env->spe_status) ? 1 : 0;
411 408
}
412
#endif /* defined(TARGET_PPCEMB) */
413 409
#endif

Also available in: Unified diff