Revision 35cdaad6 target-ppc/op_helper.h

b/target-ppc/op_helper.h
183 183
void do_store_403_pb (int num);
184 184
#endif
185 185

  
186
#if defined(TARGET_PPCSPE)
186
#if defined(TARGET_PPCEMB)
187 187
/* SPE extension helpers */
188 188
void do_brinc (void);
189 189
/* Fixed-point vector helpers */
......
264 264
void do_evfsctui (void);
265 265
void do_evfsctsiz (void);
266 266
void do_evfsctuiz (void);
267
#endif /* defined(TARGET_PPCSPE) */
267
#endif /* defined(TARGET_PPCEMB) */
268 268

  
269 269
/* Inlined helpers: used in micro-operation as well as helpers */
270 270
/* Generic fixed-point helpers */
......
338 338
    return cnt;
339 339
}
340 340

  
341
#if defined(TARGET_PPCSPE)
341
#if defined(TARGET_PPCEMB)
342 342
/* SPE extension */
343 343
/* Single precision floating-point helpers */
344 344
static inline uint32_t _do_efsabs (uint32_t val)
......
459 459
    u2.u = op2;
460 460
    return float64_eq(u1.f, u2.f, &env->spe_status) ? 1 : 0;
461 461
}
462
#endif /* defined(TARGET_PPCSPE) */
462
#endif /* defined(TARGET_PPCEMB) */
463 463
#endif

Also available in: Unified diff