Revision 60aa19ab target-mips/op.c

b/target-mips/op.c
386 386
    RETURN();
387 387
}
388 388

  
389
#ifdef MIPS_HAS_MIPS64
389
#ifdef TARGET_MIPS64
390 390
/* Arithmetic */
391 391
void op_dadd (void)
392 392
{
......
464 464
    RETURN();
465 465
}
466 466
#endif
467
#endif /* MIPS_HAS_MIPS64 */
467
#endif /* TARGET_MIPS64 */
468 468

  
469 469
/* Logical */
470 470
void op_and (void)
......
586 586
    RETURN();
587 587
}
588 588

  
589
#ifdef MIPS_HAS_MIPS64
589
#ifdef TARGET_MIPS64
590 590

  
591 591
#if TARGET_LONG_BITS > HOST_LONG_BITS
592 592
/* Those might call libgcc functions.  */
......
891 891
}
892 892
#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
893 893

  
894
#ifdef MIPS_HAS_MIPS64
894
#ifdef TARGET_MIPS64
895 895
void op_dmult (void)
896 896
{
897 897
    CALL_FROM_TB0(do_dmult);
......
2213 2213
    RETURN();
2214 2214
}
2215 2215

  
2216
#ifdef MIPS_HAS_MIPS64
2216
#ifdef TARGET_MIPS64
2217 2217
void op_dext(void)
2218 2218
{
2219 2219
    unsigned int pos = PARAM1;

Also available in: Unified diff