Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * Copyright © <2010>, Intel Corporation.
  3.  *
  4.  * This program is licensed under the terms and conditions of the
  5.  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
  6.  * http://www.opensource.org/licenses/eclipse-1.0.php.
  7.  *
  8.  */
  9. // Kernel name: Recon_Y_8x8.asm
  10. //
  11. //  $Revision: 10 $
  12. //  $Date: 9/22/06 2:50p $
  13. //
  14.  
  15.  
  16. //#if !defined(__RECON_Y_8x8__)         // Make sure this is only included once
  17. //#define __RECON_Y_8x8__
  18.  
  19.  
  20.         add.sat (16)            r[pERRORY,0]<2>:ub                      r[pERRORY,0]<16;16,1>:w                         gubYPRED(0)
  21.         add.sat (16)            r[pERRORY,nGRFWIB]<2>:ub        r[pERRORY,nGRFWIB]<16;16,1>:w           gubYPRED(1)
  22.         add.sat (16)            r[pERRORY,nGRFWIB*2]<2>:ub      r[pERRORY,nGRFWIB*2]<16;16,1>:w         gubYPRED(2)
  23.         add.sat (16)            r[pERRORY,nGRFWIB*3]<2>:ub      r[pERRORY,nGRFWIB*3]<16;16,1>:w         gubYPRED(3)
  24.        
  25.         add (1)                         pERRORY:w                                       pERRORY:w                                                       128:w
  26.  
  27. //#endif        // !defined(__RECON_Y_8x8__)
  28.