[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.13 and 1.14

version 1.13, 2010/09/01 08:01:09 version 1.14, 2010/09/01 08:05:32
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.12 2009/03/02 16:28:30 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/inline.h,v 1.13 2010/09/01 08:01:09 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));
Line 334  asm volatile("movl %2,%%eax; mull %3; addl %4,%%eax; a
Line 334  asm volatile("movl %2,%%eax; mull %3; addl %4,%%eax; a
 asm volatile("movl      %1,%%eax; mull  %2; addl        %3,%%eax; adcl  $0,%%edx; divl  %4; movl        %%edx,%0" :"=g"(r) :"g"(a1),"g"(a2),"g"(a3),"g"(d) :"ax","dx");  asm volatile("movl      %1,%%eax; mull  %2; addl        %3,%%eax; adcl  $0,%%edx; divl  %4; movl        %%edx,%0" :"=g"(r) :"g"(a1),"g"(a2),"g"(a3),"g"(d) :"ax","dx");
 #endif  #endif
   
 #if defined(i386) && defined(__DARWIN__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && __GNUC__ == 4 && __GNUC_MINOR__ == 4  
 #undef DMAR  
 #define DMAR(a1,a2,a3,d,r) (r)=dmar(a1,a2,a3,d);  
 #endif  

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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