lzo1x_f1.asm 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ; lzo1x_f1.asm -- lzo1x_decompress_asm_fast
  2. ;
  3. ; This file is part of the LZO real-time data compression library.
  4. ;
  5. ; Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
  6. ; All Rights Reserved.
  7. ;
  8. ; The LZO library is free software; you can redistribute it and/or
  9. ; modify it under the terms of the GNU General Public License as
  10. ; published by the Free Software Foundation; either version 2 of
  11. ; the License, or (at your option) any later version.
  12. ;
  13. ; The LZO library is distributed in the hope that it will be useful,
  14. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. ; GNU General Public License for more details.
  17. ;
  18. ; You should have received a copy of the GNU General Public License
  19. ; along with the LZO library; see the file COPYING.
  20. ; If not, write to the Free Software Foundation, Inc.,
  21. ; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  22. ;
  23. ; Markus F.X.J. Oberhumer
  24. ; <markus@oberhumer.com>
  25. ; http://www.oberhumer.com/opensource/lzo/
  26. ;
  27. ; /***** DO NOT EDIT - GENERATED AUTOMATICALLY *****/
  28. %include "asminit.def"
  29. %ifdef NAME1
  30. globalf(NAME1(lzo1x_decompress_asm_fast))
  31. %endif
  32. %ifdef NAME2
  33. globalf(NAME2(lzo1x_decompress_asm_fast))
  34. %endif
  35. %ifdef NAME1
  36. NAME1(lzo1x_decompress_asm_fast):
  37. %endif
  38. %ifdef NAME2
  39. NAME2(lzo1x_decompress_asm_fast):
  40. %endif
  41. db 85,87,86,83,81,82,131,236,12,252,139,116,36,40,139,124
  42. db 36,48,189,3,0,0,0,49,192,49,219,172,60,17,118,27
  43. db 44,14,235,34,5,255,0,0,0,138,30,70,8,219,116,244
  44. db 141,68,24,21,235,16,137,246,138,6,70,60,16,115,65,8
  45. db 192,116,230,131,192,6,137,193,49,232,193,233,2,33,232,139
  46. db 22,131,198,4,137,23,131,199,4,73,117,243,41,198,41,199
  47. db 138,6,70,60,16,115,25,193,232,2,138,30,141,151,255,247
  48. db 255,255,141,4,152,70,41,194,139,10,137,15,1,239,235,110
  49. db 60,64,114,52,137,193,193,232,2,141,87,255,131,224,7,138
  50. db 30,193,233,5,141,4,216,70,41,194,131,193,4,57,232,115
  51. db 53,235,109,5,255,0,0,0,138,30,70,8,219,116,244,141
  52. db 76,24,36,49,192,235,13,144,60,32,114,116,131,224,31,116
  53. db 231,141,72,5,102,139,6,141,87,255,193,232,2,131,198,2
  54. db 41,194,57,232,114,58,141,68,15,253,193,233,2,139,26,131
  55. db 194,4,137,31,131,199,4,73,117,243,137,199,49,219,138,70
  56. db 254,33,232,15,132,63,255,255,255,139,22,1,198,137,23,1
  57. db 199,138,6,70,233,119,255,255,255,141,180,38,0,0,0,0
  58. db 135,214,41,233,243,164,137,214,235,212,129,193,255,0,0,0
  59. db 138,30,70,8,219,116,243,141,76,11,12,235,23,141,118,0
  60. db 60,16,114,44,137,193,131,224,8,193,224,13,131,225,7,116
  61. db 223,131,193,5,102,139,6,131,198,2,141,151,0,192,255,255
  62. db 193,232,2,116,43,41,194,233,122,255,255,255,141,116,38,0
  63. db 193,232,2,138,30,141,87,255,141,4,152,70,41,194,138,2
  64. db 136,7,138,90,1,136,95,1,131,199,2,233,110,255,255,255
  65. db 131,249,6,15,149,192,139,84,36,40,3,84,36,44,57,214
  66. db 119,38,114,29,43,124,36,48,139,84,36,52,137,58,247,216
  67. db 131,196,12,90,89,91,94,95,93,195,184,1,0,0,0,235
  68. db 227,184,8,0,0,0,235,220,184,4,0,0,0,235,213,144
  69. %ifdef NAME1
  70. globalf_end(NAME1(lzo1x_decompress_asm_fast))
  71. %endif
  72. %ifdef NAME2
  73. globalf_end(NAME2(lzo1x_decompress_asm_fast))
  74. %endif