File:  [DVB] / dietlibc / mips / mips-asm.h
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 11:59:21 2016 UTC (8 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
  mips64 little endian port (Christian Seiler)

#ifndef DIET_MIPS_ASM_H
#define DIET_MIPS_ASM_H

#ifdef __ASSEMBLER__
#if _MIPS_SIM == _ABI64

#define PTR_LA    dla
#define PTR_SW    sd
#define PTR_LL    lld
#define PTR_SC    scd
#define PTR_LW    ld
#define PTR_SLL   dsll
#define PTR_ADD   dadd

#else

#define PTR_LA    la
#define PTR_SW    sw
#define PTR_LL    ll
#define PTR_SC    sc
#define PTR_LW    lw
#define PTR_SLL   sll
#define PTR_ADD   add

#endif
#endif /* __ASSEMBLER__ */

#endif /* DIET_MIPS_ASM_H */

LinuxTV legacy CVS <linuxtv.org/cvs>