You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

izamin.S 5.7 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. /*********************************************************************/
  2. /* Copyright 2009, 2010 The University of Texas at Austin. */
  3. /* All rights reserved. */
  4. /* */
  5. /* Redistribution and use in source and binary forms, with or */
  6. /* without modification, are permitted provided that the following */
  7. /* conditions are met: */
  8. /* */
  9. /* 1. Redistributions of source code must retain the above */
  10. /* copyright notice, this list of conditions and the following */
  11. /* disclaimer. */
  12. /* */
  13. /* 2. Redistributions in binary form must reproduce the above */
  14. /* copyright notice, this list of conditions and the following */
  15. /* disclaimer in the documentation and/or other materials */
  16. /* provided with the distribution. */
  17. /* */
  18. /* THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF TEXAS AT */
  19. /* AUSTIN ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, */
  20. /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */
  21. /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */
  22. /* DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF TEXAS AT */
  23. /* AUSTIN OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, */
  24. /* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES */
  25. /* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE */
  26. /* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR */
  27. /* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */
  28. /* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT */
  29. /* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT */
  30. /* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
  31. /* POSSIBILITY OF SUCH DAMAGE. */
  32. /* */
  33. /* The views and conclusions contained in the software and */
  34. /* documentation are those of the authors and should not be */
  35. /* interpreted as representing official policies, either expressed */
  36. /* or implied, of The University of Texas at Austin. */
  37. /*********************************************************************/
  38. #define ASSEMBLER
  39. #include "common.h"
  40. #define N $4
  41. #define X $5
  42. #define INCX $6
  43. #define I $3
  44. #define TEMP $7
  45. #define a1 $f4
  46. #define a2 $f5
  47. #define a3 $f6
  48. #define a4 $f7
  49. #define a5 $f8
  50. #define a6 $f9
  51. #define a7 $f10
  52. #define a8 $f11
  53. #define t1 $f12
  54. #define t2 $f13
  55. #define t3 $f14
  56. #define t4 $f15
  57. #define t5 $f16
  58. #define t6 $f17
  59. #define t7 $f18
  60. #define t8 $f19
  61. #define s1 $f0
  62. #define s2 $f1
  63. #define s3 $f2
  64. #define s4 $f3
  65. #define x1 $2
  66. #define x2 $8
  67. #define x3 $9
  68. #define x4 $10
  69. PROLOGUE
  70. #ifdef F_INTERFACE
  71. LDINT N, 0(N)
  72. LDINT INCX, 0(INCX)
  73. #endif
  74. blez N, .L999
  75. li x1, 0
  76. blez INCX, .L999
  77. dsll INCX, INCX, ZBASE_SHIFT
  78. LD a1, 0 * SIZE(X)
  79. LD a2, 1 * SIZE(X)
  80. FABS t1, a1
  81. FABS t2, a2
  82. ADD s1, t1, t2
  83. ADD s2, t1, t2
  84. ADD s3, t1, t2
  85. ADD s4, t1, t2
  86. daddiu N, N, -1
  87. blez N, .L999
  88. li x1, 1
  89. daddu X, X, INCX
  90. li x2, 1
  91. dsra I, N, 2
  92. li x3, 1
  93. li TEMP, 2
  94. blez I, .L15
  95. li x4, 1
  96. LD a1, 0 * SIZE(X)
  97. LD a2, 1 * SIZE(X)
  98. daddu X, X, INCX
  99. LD a3, 0 * SIZE(X)
  100. LD a4, 1 * SIZE(X)
  101. daddu X, X, INCX
  102. LD a5, 0 * SIZE(X)
  103. LD a6, 1 * SIZE(X)
  104. daddu X, X, INCX
  105. LD a7, 0 * SIZE(X)
  106. LD a8, 1 * SIZE(X)
  107. daddiu I, I, -1
  108. blez I, .L13
  109. daddu X, X, INCX
  110. .align 3
  111. .L12:
  112. FABS t1, a1
  113. LD a1, 0 * SIZE(X)
  114. FABS t2, a2
  115. LD a2, 1 * SIZE(X)
  116. FABS t3, a3
  117. daddu X, X, INCX
  118. FABS t4, a4
  119. NOP
  120. FABS t5, a5
  121. LD a3, 0 * SIZE(X)
  122. FABS t6, a6
  123. LD a4, 1 * SIZE(X)
  124. FABS t7, a7
  125. daddu X, X, INCX
  126. FABS t8, a8
  127. NOP
  128. ADD t1, t1, t2
  129. LD a5, 0 * SIZE(X)
  130. ADD t3, t3, t4
  131. LD a6, 1 * SIZE(X)
  132. ADD t5, t5, t6
  133. daddu X, X, INCX
  134. ADD t7, t7, t8
  135. NOP
  136. CMPLT $fcc0, t1, s1
  137. LD a7, 0 * SIZE(X)
  138. CMPLT $fcc1, t3, s2
  139. LD a8, 1 * SIZE(X)
  140. CMPLT $fcc2, t5, s3
  141. daddu X, X, INCX
  142. CMPLT $fcc3, t7, s4
  143. daddiu I, I, -1
  144. CMOVT s1, t1, $fcc0
  145. movt x1, TEMP, $fcc0
  146. CMOVT s2, t3, $fcc1
  147. movt x2, TEMP, $fcc1
  148. CMOVT s3, t5, $fcc2
  149. movt x3, TEMP, $fcc2
  150. CMOVT s4, t7, $fcc3
  151. movt x4, TEMP, $fcc3
  152. bgtz I, .L12
  153. daddiu TEMP, TEMP, 4
  154. .align 3
  155. .L13:
  156. FABS t1, a1
  157. FABS t2, a2
  158. FABS t3, a3
  159. FABS t4, a4
  160. FABS t5, a5
  161. FABS t6, a6
  162. FABS t7, a7
  163. FABS t8, a8
  164. ADD t1, t1, t2
  165. ADD t3, t3, t4
  166. ADD t5, t5, t6
  167. ADD t7, t7, t8
  168. CMPLT $fcc0, t1, s1
  169. CMPLT $fcc1, t3, s2
  170. CMPLT $fcc2, t5, s3
  171. CMPLT $fcc3, t7, s4
  172. CMOVT s1, t1, $fcc0
  173. movt x1, TEMP, $fcc0
  174. CMOVT s2, t3, $fcc1
  175. movt x2, TEMP, $fcc1
  176. CMOVT s3, t5, $fcc2
  177. movt x3, TEMP, $fcc2
  178. CMOVT s4, t7, $fcc3
  179. movt x4, TEMP, $fcc3
  180. daddiu TEMP, TEMP, 4
  181. daddiu x2, x2, 1
  182. daddiu x3, x3, 2
  183. daddiu x4, x4, 3
  184. .align 3
  185. .L15:
  186. andi I, N, 3
  187. blez I, .L998
  188. NOP
  189. .align 3
  190. .L16:
  191. LD a1, 0 * SIZE(X)
  192. LD a2, 1 * SIZE(X)
  193. daddu X, X, INCX
  194. FABS t1, a1
  195. FABS t2, a2
  196. ADD t1, t1, t2
  197. daddiu I, I, -1
  198. CMPLT $fcc0, t1, s1
  199. NOP
  200. CMOVT s1, t1, $fcc0
  201. movt x1, TEMP, $fcc0
  202. bgtz I, .L16
  203. daddiu TEMP, TEMP, 1
  204. .align 3
  205. .L998:
  206. CMPLT $fcc0, s2, s1
  207. CMPLT $fcc1, s4, s3
  208. CMOVT s1, s2, $fcc0
  209. movt x1, x2, $fcc0
  210. CMOVT s3, s4, $fcc1
  211. movt x3, x4, $fcc1
  212. CMPLT $fcc0, s3, s1
  213. CMOVT s1, s3, $fcc0
  214. movt x1, x3, $fcc0
  215. .align 3
  216. .L999:
  217. j $31
  218. NOP
  219. EPILOGUE