[BACK]Return to inline.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/inline.h between version 1.12 and 1.17

version 1.12, 2009/03/02 16:28:30 version 1.17, 2015/08/29 04:15:05
Line 45 
Line 45 
  * 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.11 2007/09/15 10:17:08 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/inline.h,v 1.16 2015/08/14 13:51:55 fujimoto 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));
Line 103  asm volatile("udiv %1,%2,%0"    :"=r"(_t): "r"(a2),"r"
Line 103  asm volatile("udiv %1,%2,%0"    :"=r"(_t): "r"(a2),"r"
 #define DSAB27(base,a1,a2,u,l) (l)=dsab_27(base,a1,a2,&(u));  #define DSAB27(base,a1,a2,u,l) (l)=dsab_27(base,a1,a2,&(u));
 #endif  #endif
   
 #if defined(_M_IX86)  #if defined(_M_IX86) && !defined(__MINGW32__)
   
 #undef DM  #undef DM
 #undef DMA  #undef DMA

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.17

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>