version 1.5, 2000/09/21 09:19:26 |
version 1.6, 2001/08/24 07:42:44 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/include/inline.h,v 1.4 2000/08/22 05:04:15 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/include/inline.h,v 1.5 2000/09/21 09:19:26 noro Exp $ |
*/ |
*/ |
#define DMB(base,a1,a2,u,l) (l)=dmb(base,a1,a2,&(u)); |
#define DMB(base,a1,a2,u,l) (l)=dmb(base,a1,a2,&(u)); |
#define DMAB(base,a1,a2,a3,u,l) (l)=dmab(base,a1,a2,a3,&(u)); |
#define DMAB(base,a1,a2,a3,u,l) (l)=dmab(base,a1,a2,a3,&(u)); |
|
|
#define DMA27(a1,a2,a3,u,l) (l)=dma_27(a1,a2,a3,&(u)); |
#define DMA27(a1,a2,a3,u,l) (l)=dma_27(a1,a2,a3,&(u)); |
#define DSAB27(base,a1,a2,u,l) (l)=dmab(base,a1,BASE27,a2,&(u)); |
#define DSAB27(base,a1,a2,u,l) (l)=dmab(base,a1,BASE27,a2,&(u)); |
|
|
#if defined(__GNUC__) || defined(__alpha) || defined(mips) |
#if defined(__GNUC__) || defined(__alpha) || defined(mips) || defined(_IBMR2) |
#define DM(a1,a2,u,l)\ |
#define DM(a1,a2,u,l)\ |
{UL _t;\ |
{UL _t;\ |
_t=(UL)(a1)*(UL)(a2);\ |
_t=(UL)(a1)*(UL)(a2);\ |