[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43, Sat Feb 15 15:22:17 2003 UTC revision 1.46.2.3, Thu Mar 27 14:26:17 2003 UTC
# Line 46  Line 46 
46  #define DPRINTF_DEBUG           0x80000000  #define DPRINTF_DEBUG           0x80000000
47    
48  /* debug level for this library */  /* debug level for this library */
49    #ifdef _DEBUG
50    #ifndef DPRINTF_LEVEL
51    #define DPRINTF_LEVEL       0x8000000f
52    #endif
53    #else
54  #define DPRINTF_LEVEL           0  #define DPRINTF_LEVEL           0
55    #endif
56    
57  /* Buffer size for msvc implementation because it outputs to DebugOutput */  /* Buffer size for msvc implementation because it outputs to DebugOutput */
58  #define DPRINTF_BUF_SZ  1024  #define DPRINTF_BUF_SZ  1024
# Line 85  Line 91 
91   ****************************************************************************/   ****************************************************************************/
92    
93  #if defined(ARCH_IS_32BIT)  #if defined(ARCH_IS_32BIT)
94  #    define CACHE_LINE  16  #    define CACHE_LINE 64
95  #    define ptr_t uint32_t  #    define ptr_t uint32_t
96    #    define intptr_t int32_t
97    #    define uintptr_t uint32_t
98  #elif defined(ARCH_IS_64BIT)  #elif defined(ARCH_IS_64BIT)
99  #    define CACHE_LINE  32  #    define CACHE_LINE  64
100  #    define ptr_t uint64_t  #    define ptr_t uint64_t
101    #    define intptr_t int64_t
102    #    define uintptr_t uint64_t
103  #else  #else
104  #    error You are trying to compile XviD without defining address bus size.  #    error You are trying to compile XviD without defining address bus size.
105  #endif  #endif
# Line 111  Line 121 
121  #include <windows.h>  #include <windows.h>
122  #include <stdio.h>  #include <stdio.h>
123    
124         /* Non ANSI mapping */
125    #    define snprintf _snprintf
126    #    define vsnprintf _vsnprintf
127    
128      /*      /*
129       * This function must be declared/defined all the time because MSVC does       * This function must be declared/defined all the time because MSVC does
130       * not support C99 variable arguments macros.       * not support C99 variable arguments macros.
# Line 131  Line 145 
145           }           }
146       }       }
147  #    else  #    else
148       static __inline void DPRINTF(int level, char *fmt, ...)           static __inline void DPRINTF(int level, char *fmt, ...) {}
      {  
      }  
149  #    endif  #    endif
150    
151  #    if _MSC_VER <= 1200  #    if _MSC_VER <= 1200
# Line 151  Line 163 
163   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
164  #    if defined(ARCH_IS_IA32)  #    if defined(ARCH_IS_IA32)
165  #        define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax  #        define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax
 #        define EMMS() __asm {emms}  
166    
 #        ifdef _PROFILING_  
167               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)
168               {               {
169                   int64_t ts;                   int64_t ts;
# Line 166  Line 176 
176                   ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);                   ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);
177                   return ts;                   return ts;
178               }               }
 #        endif  
179    
180  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
181   | msvc GENERIC (plain C only) - Probably alpha or some embedded device   | msvc GENERIC (plain C only) - Probably alpha or some embedded device
# Line 175  Line 184 
184  #        define BSWAP(a) \  #        define BSWAP(a) \
185                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \
186                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
 #        define EMMS()  
187    
 #        ifdef _PROFILING_  
188  #            include <time.h>  #            include <time.h>
189               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)
190               {               {
191                   return (int64_t)clock();                   return (int64_t)clock();
192               }               }
 #        endif  
193    
194  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
195   | msvc Not given architecture - This is probably an user who tries to build   | msvc Not given architecture - This is probably an user who tries to build
# Line 240  Line 246 
246   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
247  #    if defined(ARCH_IS_IA32)  #    if defined(ARCH_IS_IA32)
248  #        define BSWAP(a) __asm__ ( "bswapl %0\n" : "=r" (a) : "0" (a) );  #        define BSWAP(a) __asm__ ( "bswapl %0\n" : "=r" (a) : "0" (a) );
 #        define EMMS() __asm__ ("emms\n\t");  
249    
 #        ifdef _PROFILING_  
250               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)
251               {               {
252                   int64_t ts;                   int64_t ts;
# Line 251  Line 255 
255                   ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);                   ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);
256                   return ts;                   return ts;
257               }               }
 #        endif  
258    
259  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
260   | gcc PPC and PPC Altivec specific macros/functions   | gcc PPC and PPC Altivec specific macros/functions
# Line 259  Line 262 
262  #    elif defined(ARCH_IS_PPC)  #    elif defined(ARCH_IS_PPC)
263  #        define BSWAP(a) __asm__ __volatile__ \  #        define BSWAP(a) __asm__ __volatile__ \
264                  ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));                  ( "lwbrx %0,0,%1; eieio" : "=r" (a) : "r" (&(a)), "m" (a));
 #        define EMMS()  
265    
 #        ifdef _PROFILING_  
266               static __inline unsigned long get_tbl(void)               static __inline unsigned long get_tbl(void)
267               {               {
268                   unsigned long tbl;                   unsigned long tbl;
# Line 285  Line 286 
286                   }while (tb != get_tbl());                   }while (tb != get_tbl());
287                   return (((int64_t) tu) << 32) | (int64_t) tb;                   return (((int64_t) tu) << 32) | (int64_t) tb;
288               }               }
 #        endif  
289    
290  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
291   | gcc IA64 specific macros/functions   | gcc IA64 specific macros/functions
# Line 294  Line 294 
294  #        define BSWAP(a)  __asm__ __volatile__ \  #        define BSWAP(a)  __asm__ __volatile__ \
295                  ("mux1 %1 = %0, @rev" ";;" \                  ("mux1 %1 = %0, @rev" ";;" \
296                   "shr.u %1 = %1, 32" : "=r" (a) : "r" (a));                   "shr.u %1 = %1, 32" : "=r" (a) : "r" (a));
 #        define EMMS()  
297    
 #        ifdef _PROFILING_  
298               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)
299               {               {
300                   unsigned long result;                   unsigned long result;
301                   __asm__ __volatile__("mov %0=ar.itc" : "=r"(result) :: "memory");                   __asm__ __volatile__("mov %0=ar.itc" : "=r"(result) :: "memory");
302                   return result;                   return result;
303               }               }
 #        endif  
304    
305  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
306   | gcc GENERIC (plain C only) specific macros/functions   | gcc GENERIC (plain C only) specific macros/functions
# Line 312  Line 309 
309  #        define BSWAP(a) \  #        define BSWAP(a) \
310                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \                  ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \
311                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))                         (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
 #        define EMMS()  
312    
 #        ifdef _PROFILING_  
313  #            include <time.h>  #            include <time.h>
314               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)
315               {               {
316                   return (int64_t)clock();                   return (int64_t)clock();
317               }               }
 #        endif  
318    
319  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
320   | gcc Not given architecture - This is probably an user who tries to build   | gcc Not given architecture - This is probably an user who tries to build
# Line 330  Line 324 
324  #        error You are trying to compile XviD without defining the architecture type.  #        error You are trying to compile XviD without defining the architecture type.
325  #    endif  #    endif
326    
327    
328    
329    
330  /*****************************************************************************  /*****************************************************************************
331   *  OPEN WATCOM C/C++ compiler   *  Open WATCOM C/C++ compiler
332   ****************************************************************************/   ****************************************************************************/
333    
334  #elif defined(__WATCOMC__)  #elif defined(__WATCOMC__)
335    
336  #    include <stdio.h>  #    include <stdio.h>
# Line 358  Line 356 
356                  type * name = (type *) (((int32_t) name##_storage+(alignment - 1)) & ~((int32_t)(alignment)-1))                  type * name = (type *) (((int32_t) name##_storage+(alignment - 1)) & ~((int32_t)(alignment)-1))
357    
358  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
359   | watcom x86 specific macros/functions   | watcom ia32 specific macros/functions
360   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
361  #    if defined(ARCH_IS_IA32)  #    if defined(ARCH_IS_IA32)
362    
363  #        define BSWAP(a)  __asm mov eax,a __asm bswap eax __asm mov a, eax  #        define BSWAP(a)  __asm mov eax,a __asm bswap eax __asm mov a, eax
364  #        define EMMS() __asm {emms}  
 #        ifdef _PROFILING_  
365           static __inline int64_t read_counter(void)           static __inline int64_t read_counter(void)
366           {           {
367               uint64_t ts;               uint64_t ts;
# Line 377  Line 374 
374               ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);               ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);
375               return ts;               return ts;
376           }           }
 #        endif  
377    
378  /*----------------------------------------------------------------------------  /*----------------------------------------------------------------------------
379   | watcom unsupported architecture   | watcom GENERIC (plain C only) specific macros/functions.
380   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
381  #       else  #    elif defined(ARCH_IS_GENERIC)
382    
383  #               define BSWAP(x) \  #               define BSWAP(x) \
384                          x = ((((x) & 0xff000000) >> 24) | \                          x = ((((x) & 0xff000000) >> 24) | \
385                                  (((x) & 0x00ff0000) >>  8) | \                                  (((x) & 0x00ff0000) >>  8) | \
386                                  (((x) & 0x0000ff00) <<  8) | \                                  (((x) & 0x0000ff00) <<  8) | \
387                                  (((x) & 0x000000ff) << 24))                                  (((x) & 0x000000ff) << 24))
388  #        define EMMS()  
 #        ifdef _PROFILING_  
389           static int64_t read_counter() { return 0; }           static int64_t read_counter() { return 0; }
 #        endif  
390    
391    /*----------------------------------------------------------------------------
392     | watcom Not given architecture - This is probably an user who tries to build
393     | XviD the wrong way.
394     *---------------------------------------------------------------------------*/
395    #    else
396    #        error You are trying to compile XviD without defining the architecture type.
397  #       endif  #       endif
398    
399    
400  /*****************************************************************************  /*****************************************************************************
401   *  Unknown compiler   *  Unknown compiler
402   ****************************************************************************/   ****************************************************************************/
# Line 432  Line 433 
433              ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \              ((a) = (((a) & 0xff) << 24)  | (((a) & 0xff00) << 8) | \
434                     (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))                     (((a) >> 8) & 0xff00) | (((a) >> 24) & 0xff))
435    
 #    define EMMS()  
   
 #    ifdef _PROFILING_  
436  #       include <time.h>  #       include <time.h>
437          static __inline int64_t read_counter(void)          static __inline int64_t read_counter(void)
438          {          {
439              return (int64_t)clock();              return (int64_t)clock();
440          }          }
 #    endif  
441    
442  #        define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \  #        define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \
443                  type name[(sizex)*(sizey)]                  type name[(sizex)*(sizey)]
# Line 448  Line 445 
445  #endif /* Compiler test */  #endif /* Compiler test */
446    
447    
448  #endif  #endif /* PORTAB_H */

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.46.2.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4