xor.S 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. /*
  2. * arch/sparc64/lib/xor.S
  3. *
  4. * High speed xor_block operation for RAID4/5 utilizing the
  5. * UltraSparc Visual Instruction Set and Niagara store-init/twin-load.
  6. *
  7. * Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz)
  8. * Copyright (C) 2006 David S. Miller <davem@davemloft.net>
  9. */
  10. #include <asm/visasm.h>
  11. #include <asm/asi.h>
  12. #include <asm/dcu.h>
  13. #include <asm/spitfire.h>
  14. /*
  15. * Requirements:
  16. * !(((long)dest | (long)sourceN) & (64 - 1)) &&
  17. * !(len & 127) && len >= 256
  18. */
  19. .text
  20. .align 32
  21. /* VIS versions. */
  22. .globl xor_vis_2
  23. .type xor_vis_2,#function
  24. xor_vis_2:
  25. rd %fprs, %o5
  26. andcc %o5, FPRS_FEF|FPRS_DU, %g0
  27. be,pt %icc, 0f
  28. sethi %hi(VISenter), %g1
  29. jmpl %g1 + %lo(VISenter), %g7
  30. add %g7, 8, %g7
  31. 0: wr %g0, FPRS_FEF, %fprs
  32. rd %asi, %g1
  33. wr %g0, ASI_BLK_P, %asi
  34. membar #LoadStore|#StoreLoad|#StoreStore
  35. sub %o0, 128, %o0
  36. ldda [%o1] %asi, %f0
  37. ldda [%o2] %asi, %f16
  38. 2: ldda [%o1 + 64] %asi, %f32
  39. fxor %f0, %f16, %f16
  40. fxor %f2, %f18, %f18
  41. fxor %f4, %f20, %f20
  42. fxor %f6, %f22, %f22
  43. fxor %f8, %f24, %f24
  44. fxor %f10, %f26, %f26
  45. fxor %f12, %f28, %f28
  46. fxor %f14, %f30, %f30
  47. stda %f16, [%o1] %asi
  48. ldda [%o2 + 64] %asi, %f48
  49. ldda [%o1 + 128] %asi, %f0
  50. fxor %f32, %f48, %f48
  51. fxor %f34, %f50, %f50
  52. add %o1, 128, %o1
  53. fxor %f36, %f52, %f52
  54. add %o2, 128, %o2
  55. fxor %f38, %f54, %f54
  56. subcc %o0, 128, %o0
  57. fxor %f40, %f56, %f56
  58. fxor %f42, %f58, %f58
  59. fxor %f44, %f60, %f60
  60. fxor %f46, %f62, %f62
  61. stda %f48, [%o1 - 64] %asi
  62. bne,pt %xcc, 2b
  63. ldda [%o2] %asi, %f16
  64. ldda [%o1 + 64] %asi, %f32
  65. fxor %f0, %f16, %f16
  66. fxor %f2, %f18, %f18
  67. fxor %f4, %f20, %f20
  68. fxor %f6, %f22, %f22
  69. fxor %f8, %f24, %f24
  70. fxor %f10, %f26, %f26
  71. fxor %f12, %f28, %f28
  72. fxor %f14, %f30, %f30
  73. stda %f16, [%o1] %asi
  74. ldda [%o2 + 64] %asi, %f48
  75. membar #Sync
  76. fxor %f32, %f48, %f48
  77. fxor %f34, %f50, %f50
  78. fxor %f36, %f52, %f52
  79. fxor %f38, %f54, %f54
  80. fxor %f40, %f56, %f56
  81. fxor %f42, %f58, %f58
  82. fxor %f44, %f60, %f60
  83. fxor %f46, %f62, %f62
  84. stda %f48, [%o1 + 64] %asi
  85. membar #Sync|#StoreStore|#StoreLoad
  86. wr %g1, %g0, %asi
  87. retl
  88. wr %g0, 0, %fprs
  89. .size xor_vis_2, .-xor_vis_2
  90. .globl xor_vis_3
  91. .type xor_vis_3,#function
  92. xor_vis_3:
  93. rd %fprs, %o5
  94. andcc %o5, FPRS_FEF|FPRS_DU, %g0
  95. be,pt %icc, 0f
  96. sethi %hi(VISenter), %g1
  97. jmpl %g1 + %lo(VISenter), %g7
  98. add %g7, 8, %g7
  99. 0: wr %g0, FPRS_FEF, %fprs
  100. rd %asi, %g1
  101. wr %g0, ASI_BLK_P, %asi
  102. membar #LoadStore|#StoreLoad|#StoreStore
  103. sub %o0, 64, %o0
  104. ldda [%o1] %asi, %f0
  105. ldda [%o2] %asi, %f16
  106. 3: ldda [%o3] %asi, %f32
  107. fxor %f0, %f16, %f48
  108. fxor %f2, %f18, %f50
  109. add %o1, 64, %o1
  110. fxor %f4, %f20, %f52
  111. fxor %f6, %f22, %f54
  112. add %o2, 64, %o2
  113. fxor %f8, %f24, %f56
  114. fxor %f10, %f26, %f58
  115. fxor %f12, %f28, %f60
  116. fxor %f14, %f30, %f62
  117. ldda [%o1] %asi, %f0
  118. fxor %f48, %f32, %f48
  119. fxor %f50, %f34, %f50
  120. fxor %f52, %f36, %f52
  121. fxor %f54, %f38, %f54
  122. add %o3, 64, %o3
  123. fxor %f56, %f40, %f56
  124. fxor %f58, %f42, %f58
  125. subcc %o0, 64, %o0
  126. fxor %f60, %f44, %f60
  127. fxor %f62, %f46, %f62
  128. stda %f48, [%o1 - 64] %asi
  129. bne,pt %xcc, 3b
  130. ldda [%o2] %asi, %f16
  131. ldda [%o3] %asi, %f32
  132. fxor %f0, %f16, %f48
  133. fxor %f2, %f18, %f50
  134. fxor %f4, %f20, %f52
  135. fxor %f6, %f22, %f54
  136. fxor %f8, %f24, %f56
  137. fxor %f10, %f26, %f58
  138. fxor %f12, %f28, %f60
  139. fxor %f14, %f30, %f62
  140. membar #Sync
  141. fxor %f48, %f32, %f48
  142. fxor %f50, %f34, %f50
  143. fxor %f52, %f36, %f52
  144. fxor %f54, %f38, %f54
  145. fxor %f56, %f40, %f56
  146. fxor %f58, %f42, %f58
  147. fxor %f60, %f44, %f60
  148. fxor %f62, %f46, %f62
  149. stda %f48, [%o1] %asi
  150. membar #Sync|#StoreStore|#StoreLoad
  151. wr %g1, %g0, %asi
  152. retl
  153. wr %g0, 0, %fprs
  154. .size xor_vis_3, .-xor_vis_3
  155. .globl xor_vis_4
  156. .type xor_vis_4,#function
  157. xor_vis_4:
  158. rd %fprs, %o5
  159. andcc %o5, FPRS_FEF|FPRS_DU, %g0
  160. be,pt %icc, 0f
  161. sethi %hi(VISenter), %g1
  162. jmpl %g1 + %lo(VISenter), %g7
  163. add %g7, 8, %g7
  164. 0: wr %g0, FPRS_FEF, %fprs
  165. rd %asi, %g1
  166. wr %g0, ASI_BLK_P, %asi
  167. membar #LoadStore|#StoreLoad|#StoreStore
  168. sub %o0, 64, %o0
  169. ldda [%o1] %asi, %f0
  170. ldda [%o2] %asi, %f16
  171. 4: ldda [%o3] %asi, %f32
  172. fxor %f0, %f16, %f16
  173. fxor %f2, %f18, %f18
  174. add %o1, 64, %o1
  175. fxor %f4, %f20, %f20
  176. fxor %f6, %f22, %f22
  177. add %o2, 64, %o2
  178. fxor %f8, %f24, %f24
  179. fxor %f10, %f26, %f26
  180. fxor %f12, %f28, %f28
  181. fxor %f14, %f30, %f30
  182. ldda [%o4] %asi, %f48
  183. fxor %f16, %f32, %f32
  184. fxor %f18, %f34, %f34
  185. fxor %f20, %f36, %f36
  186. fxor %f22, %f38, %f38
  187. add %o3, 64, %o3
  188. fxor %f24, %f40, %f40
  189. fxor %f26, %f42, %f42
  190. fxor %f28, %f44, %f44
  191. fxor %f30, %f46, %f46
  192. ldda [%o1] %asi, %f0
  193. fxor %f32, %f48, %f48
  194. fxor %f34, %f50, %f50
  195. fxor %f36, %f52, %f52
  196. add %o4, 64, %o4
  197. fxor %f38, %f54, %f54
  198. fxor %f40, %f56, %f56
  199. fxor %f42, %f58, %f58
  200. subcc %o0, 64, %o0
  201. fxor %f44, %f60, %f60
  202. fxor %f46, %f62, %f62
  203. stda %f48, [%o1 - 64] %asi
  204. bne,pt %xcc, 4b
  205. ldda [%o2] %asi, %f16
  206. ldda [%o3] %asi, %f32
  207. fxor %f0, %f16, %f16
  208. fxor %f2, %f18, %f18
  209. fxor %f4, %f20, %f20
  210. fxor %f6, %f22, %f22
  211. fxor %f8, %f24, %f24
  212. fxor %f10, %f26, %f26
  213. fxor %f12, %f28, %f28
  214. fxor %f14, %f30, %f30
  215. ldda [%o4] %asi, %f48
  216. fxor %f16, %f32, %f32
  217. fxor %f18, %f34, %f34
  218. fxor %f20, %f36, %f36
  219. fxor %f22, %f38, %f38
  220. fxor %f24, %f40, %f40
  221. fxor %f26, %f42, %f42
  222. fxor %f28, %f44, %f44
  223. fxor %f30, %f46, %f46
  224. membar #Sync
  225. fxor %f32, %f48, %f48
  226. fxor %f34, %f50, %f50
  227. fxor %f36, %f52, %f52
  228. fxor %f38, %f54, %f54
  229. fxor %f40, %f56, %f56
  230. fxor %f42, %f58, %f58
  231. fxor %f44, %f60, %f60
  232. fxor %f46, %f62, %f62
  233. stda %f48, [%o1] %asi
  234. membar #Sync|#StoreStore|#StoreLoad
  235. wr %g1, %g0, %asi
  236. retl
  237. wr %g0, 0, %fprs
  238. .size xor_vis_4, .-xor_vis_4
  239. .globl xor_vis_5
  240. .type xor_vis_5,#function
  241. xor_vis_5:
  242. save %sp, -192, %sp
  243. rd %fprs, %o5
  244. andcc %o5, FPRS_FEF|FPRS_DU, %g0
  245. be,pt %icc, 0f
  246. sethi %hi(VISenter), %g1
  247. jmpl %g1 + %lo(VISenter), %g7
  248. add %g7, 8, %g7
  249. 0: wr %g0, FPRS_FEF, %fprs
  250. rd %asi, %g1
  251. wr %g0, ASI_BLK_P, %asi
  252. membar #LoadStore|#StoreLoad|#StoreStore
  253. sub %i0, 64, %i0
  254. ldda [%i1] %asi, %f0
  255. ldda [%i2] %asi, %f16
  256. 5: ldda [%i3] %asi, %f32
  257. fxor %f0, %f16, %f48
  258. fxor %f2, %f18, %f50
  259. add %i1, 64, %i1
  260. fxor %f4, %f20, %f52
  261. fxor %f6, %f22, %f54
  262. add %i2, 64, %i2
  263. fxor %f8, %f24, %f56
  264. fxor %f10, %f26, %f58
  265. fxor %f12, %f28, %f60
  266. fxor %f14, %f30, %f62
  267. ldda [%i4] %asi, %f16
  268. fxor %f48, %f32, %f48
  269. fxor %f50, %f34, %f50
  270. fxor %f52, %f36, %f52
  271. fxor %f54, %f38, %f54
  272. add %i3, 64, %i3
  273. fxor %f56, %f40, %f56
  274. fxor %f58, %f42, %f58
  275. fxor %f60, %f44, %f60
  276. fxor %f62, %f46, %f62
  277. ldda [%i5] %asi, %f32
  278. fxor %f48, %f16, %f48
  279. fxor %f50, %f18, %f50
  280. add %i4, 64, %i4
  281. fxor %f52, %f20, %f52
  282. fxor %f54, %f22, %f54
  283. add %i5, 64, %i5
  284. fxor %f56, %f24, %f56
  285. fxor %f58, %f26, %f58
  286. fxor %f60, %f28, %f60
  287. fxor %f62, %f30, %f62
  288. ldda [%i1] %asi, %f0
  289. fxor %f48, %f32, %f48
  290. fxor %f50, %f34, %f50
  291. fxor %f52, %f36, %f52
  292. fxor %f54, %f38, %f54
  293. fxor %f56, %f40, %f56
  294. fxor %f58, %f42, %f58
  295. subcc %i0, 64, %i0
  296. fxor %f60, %f44, %f60
  297. fxor %f62, %f46, %f62
  298. stda %f48, [%i1 - 64] %asi
  299. bne,pt %xcc, 5b
  300. ldda [%i2] %asi, %f16
  301. ldda [%i3] %asi, %f32
  302. fxor %f0, %f16, %f48
  303. fxor %f2, %f18, %f50
  304. fxor %f4, %f20, %f52
  305. fxor %f6, %f22, %f54
  306. fxor %f8, %f24, %f56
  307. fxor %f10, %f26, %f58
  308. fxor %f12, %f28, %f60
  309. fxor %f14, %f30, %f62
  310. ldda [%i4] %asi, %f16
  311. fxor %f48, %f32, %f48
  312. fxor %f50, %f34, %f50
  313. fxor %f52, %f36, %f52
  314. fxor %f54, %f38, %f54
  315. fxor %f56, %f40, %f56
  316. fxor %f58, %f42, %f58
  317. fxor %f60, %f44, %f60
  318. fxor %f62, %f46, %f62
  319. ldda [%i5] %asi, %f32
  320. fxor %f48, %f16, %f48
  321. fxor %f50, %f18, %f50
  322. fxor %f52, %f20, %f52
  323. fxor %f54, %f22, %f54
  324. fxor %f56, %f24, %f56
  325. fxor %f58, %f26, %f58
  326. fxor %f60, %f28, %f60
  327. fxor %f62, %f30, %f62
  328. membar #Sync
  329. fxor %f48, %f32, %f48
  330. fxor %f50, %f34, %f50
  331. fxor %f52, %f36, %f52
  332. fxor %f54, %f38, %f54
  333. fxor %f56, %f40, %f56
  334. fxor %f58, %f42, %f58
  335. fxor %f60, %f44, %f60
  336. fxor %f62, %f46, %f62
  337. stda %f48, [%i1] %asi
  338. membar #Sync|#StoreStore|#StoreLoad
  339. wr %g1, %g0, %asi
  340. wr %g0, 0, %fprs
  341. ret
  342. restore
  343. .size xor_vis_5, .-xor_vis_5
  344. /* Niagara versions. */
  345. .globl xor_niagara_2
  346. .type xor_niagara_2,#function
  347. xor_niagara_2: /* %o0=bytes, %o1=dest, %o2=src */
  348. save %sp, -192, %sp
  349. prefetch [%i1], #n_writes
  350. prefetch [%i2], #one_read
  351. rd %asi, %g7
  352. wr %g0, ASI_BLK_INIT_QUAD_LDD_P, %asi
  353. srlx %i0, 6, %g1
  354. mov %i1, %i0
  355. mov %i2, %i1
  356. 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src + 0x00 */
  357. ldda [%i1 + 0x10] %asi, %i4 /* %i4/%i5 = src + 0x10 */
  358. ldda [%i1 + 0x20] %asi, %g2 /* %g2/%g3 = src + 0x20 */
  359. ldda [%i1 + 0x30] %asi, %l0 /* %l0/%l1 = src + 0x30 */
  360. prefetch [%i1 + 0x40], #one_read
  361. ldda [%i0 + 0x00] %asi, %o0 /* %o0/%o1 = dest + 0x00 */
  362. ldda [%i0 + 0x10] %asi, %o2 /* %o2/%o3 = dest + 0x10 */
  363. ldda [%i0 + 0x20] %asi, %o4 /* %o4/%o5 = dest + 0x20 */
  364. ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
  365. prefetch [%i0 + 0x40], #n_writes
  366. xor %o0, %i2, %o0
  367. xor %o1, %i3, %o1
  368. stxa %o0, [%i0 + 0x00] %asi
  369. stxa %o1, [%i0 + 0x08] %asi
  370. xor %o2, %i4, %o2
  371. xor %o3, %i5, %o3
  372. stxa %o2, [%i0 + 0x10] %asi
  373. stxa %o3, [%i0 + 0x18] %asi
  374. xor %o4, %g2, %o4
  375. xor %o5, %g3, %o5
  376. stxa %o4, [%i0 + 0x20] %asi
  377. stxa %o5, [%i0 + 0x28] %asi
  378. xor %l2, %l0, %l2
  379. xor %l3, %l1, %l3
  380. stxa %l2, [%i0 + 0x30] %asi
  381. stxa %l3, [%i0 + 0x38] %asi
  382. add %i0, 0x40, %i0
  383. subcc %g1, 1, %g1
  384. bne,pt %xcc, 1b
  385. add %i1, 0x40, %i1
  386. membar #Sync
  387. wr %g7, 0x0, %asi
  388. ret
  389. restore
  390. .size xor_niagara_2, .-xor_niagara_2
  391. .globl xor_niagara_3
  392. .type xor_niagara_3,#function
  393. xor_niagara_3: /* %o0=bytes, %o1=dest, %o2=src1, %o3=src2 */
  394. save %sp, -192, %sp
  395. prefetch [%i1], #n_writes
  396. prefetch [%i2], #one_read
  397. prefetch [%i3], #one_read
  398. rd %asi, %g7
  399. wr %g0, ASI_BLK_INIT_QUAD_LDD_P, %asi
  400. srlx %i0, 6, %g1
  401. mov %i1, %i0
  402. mov %i2, %i1
  403. mov %i3, %l7
  404. 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src1 + 0x00 */
  405. ldda [%i1 + 0x10] %asi, %i4 /* %i4/%i5 = src1 + 0x10 */
  406. ldda [%l7 + 0x00] %asi, %g2 /* %g2/%g3 = src2 + 0x00 */
  407. ldda [%l7 + 0x10] %asi, %l0 /* %l0/%l1 = src2 + 0x10 */
  408. ldda [%i0 + 0x00] %asi, %o0 /* %o0/%o1 = dest + 0x00 */
  409. ldda [%i0 + 0x10] %asi, %o2 /* %o2/%o3 = dest + 0x10 */
  410. xor %g2, %i2, %g2
  411. xor %g3, %i3, %g3
  412. xor %o0, %g2, %o0
  413. xor %o1, %g3, %o1
  414. stxa %o0, [%i0 + 0x00] %asi
  415. stxa %o1, [%i0 + 0x08] %asi
  416. ldda [%i1 + 0x20] %asi, %i2 /* %i2/%i3 = src1 + 0x20 */
  417. ldda [%l7 + 0x20] %asi, %g2 /* %g2/%g3 = src2 + 0x20 */
  418. ldda [%i0 + 0x20] %asi, %o0 /* %o0/%o1 = dest + 0x20 */
  419. xor %l0, %i4, %l0
  420. xor %l1, %i5, %l1
  421. xor %o2, %l0, %o2
  422. xor %o3, %l1, %o3
  423. stxa %o2, [%i0 + 0x10] %asi
  424. stxa %o3, [%i0 + 0x18] %asi
  425. ldda [%i1 + 0x30] %asi, %i4 /* %i4/%i5 = src1 + 0x30 */
  426. ldda [%l7 + 0x30] %asi, %l0 /* %l0/%l1 = src2 + 0x30 */
  427. ldda [%i0 + 0x30] %asi, %o2 /* %o2/%o3 = dest + 0x30 */
  428. prefetch [%i1 + 0x40], #one_read
  429. prefetch [%l7 + 0x40], #one_read
  430. prefetch [%i0 + 0x40], #n_writes
  431. xor %g2, %i2, %g2
  432. xor %g3, %i3, %g3
  433. xor %o0, %g2, %o0
  434. xor %o1, %g3, %o1
  435. stxa %o0, [%i0 + 0x20] %asi
  436. stxa %o1, [%i0 + 0x28] %asi
  437. xor %l0, %i4, %l0
  438. xor %l1, %i5, %l1
  439. xor %o2, %l0, %o2
  440. xor %o3, %l1, %o3
  441. stxa %o2, [%i0 + 0x30] %asi
  442. stxa %o3, [%i0 + 0x38] %asi
  443. add %i0, 0x40, %i0
  444. add %i1, 0x40, %i1
  445. subcc %g1, 1, %g1
  446. bne,pt %xcc, 1b
  447. add %l7, 0x40, %l7
  448. membar #Sync
  449. wr %g7, 0x0, %asi
  450. ret
  451. restore
  452. .size xor_niagara_3, .-xor_niagara_3
  453. .globl xor_niagara_4
  454. .type xor_niagara_4,#function
  455. xor_niagara_4: /* %o0=bytes, %o1=dest, %o2=src1, %o3=src2, %o4=src3 */
  456. save %sp, -192, %sp
  457. prefetch [%i1], #n_writes
  458. prefetch [%i2], #one_read
  459. prefetch [%i3], #one_read
  460. prefetch [%i4], #one_read
  461. rd %asi, %g7
  462. wr %g0, ASI_BLK_INIT_QUAD_LDD_P, %asi
  463. srlx %i0, 6, %g1
  464. mov %i1, %i0
  465. mov %i2, %i1
  466. mov %i3, %l7
  467. mov %i4, %l6
  468. 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src1 + 0x00 */
  469. ldda [%l7 + 0x00] %asi, %i4 /* %i4/%i5 = src2 + 0x00 */
  470. ldda [%l6 + 0x00] %asi, %g2 /* %g2/%g3 = src3 + 0x00 */
  471. ldda [%i0 + 0x00] %asi, %l0 /* %l0/%l1 = dest + 0x00 */
  472. xor %i4, %i2, %i4
  473. xor %i5, %i3, %i5
  474. ldda [%i1 + 0x10] %asi, %i2 /* %i2/%i3 = src1 + 0x10 */
  475. xor %g2, %i4, %g2
  476. xor %g3, %i5, %g3
  477. ldda [%l7 + 0x10] %asi, %i4 /* %i4/%i5 = src2 + 0x10 */
  478. xor %l0, %g2, %l0
  479. xor %l1, %g3, %l1
  480. stxa %l0, [%i0 + 0x00] %asi
  481. stxa %l1, [%i0 + 0x08] %asi
  482. ldda [%l6 + 0x10] %asi, %g2 /* %g2/%g3 = src3 + 0x10 */
  483. ldda [%i0 + 0x10] %asi, %l0 /* %l0/%l1 = dest + 0x10 */
  484. xor %i4, %i2, %i4
  485. xor %i5, %i3, %i5
  486. ldda [%i1 + 0x20] %asi, %i2 /* %i2/%i3 = src1 + 0x20 */
  487. xor %g2, %i4, %g2
  488. xor %g3, %i5, %g3
  489. ldda [%l7 + 0x20] %asi, %i4 /* %i4/%i5 = src2 + 0x20 */
  490. xor %l0, %g2, %l0
  491. xor %l1, %g3, %l1
  492. stxa %l0, [%i0 + 0x10] %asi
  493. stxa %l1, [%i0 + 0x18] %asi
  494. ldda [%l6 + 0x20] %asi, %g2 /* %g2/%g3 = src3 + 0x20 */
  495. ldda [%i0 + 0x20] %asi, %l0 /* %l0/%l1 = dest + 0x20 */
  496. xor %i4, %i2, %i4
  497. xor %i5, %i3, %i5
  498. ldda [%i1 + 0x30] %asi, %i2 /* %i2/%i3 = src1 + 0x30 */
  499. xor %g2, %i4, %g2
  500. xor %g3, %i5, %g3
  501. ldda [%l7 + 0x30] %asi, %i4 /* %i4/%i5 = src2 + 0x30 */
  502. xor %l0, %g2, %l0
  503. xor %l1, %g3, %l1
  504. stxa %l0, [%i0 + 0x20] %asi
  505. stxa %l1, [%i0 + 0x28] %asi
  506. ldda [%l6 + 0x30] %asi, %g2 /* %g2/%g3 = src3 + 0x30 */
  507. ldda [%i0 + 0x30] %asi, %l0 /* %l0/%l1 = dest + 0x30 */
  508. prefetch [%i1 + 0x40], #one_read
  509. prefetch [%l7 + 0x40], #one_read
  510. prefetch [%l6 + 0x40], #one_read
  511. prefetch [%i0 + 0x40], #n_writes
  512. xor %i4, %i2, %i4
  513. xor %i5, %i3, %i5
  514. xor %g2, %i4, %g2
  515. xor %g3, %i5, %g3
  516. xor %l0, %g2, %l0
  517. xor %l1, %g3, %l1
  518. stxa %l0, [%i0 + 0x30] %asi
  519. stxa %l1, [%i0 + 0x38] %asi
  520. add %i0, 0x40, %i0
  521. add %i1, 0x40, %i1
  522. add %l7, 0x40, %l7
  523. subcc %g1, 1, %g1
  524. bne,pt %xcc, 1b
  525. add %l6, 0x40, %l6
  526. membar #Sync
  527. wr %g7, 0x0, %asi
  528. ret
  529. restore
  530. .size xor_niagara_4, .-xor_niagara_4
  531. .globl xor_niagara_5
  532. .type xor_niagara_5,#function
  533. xor_niagara_5: /* %o0=bytes, %o1=dest, %o2=src1, %o3=src2, %o4=src3, %o5=src4 */
  534. save %sp, -192, %sp
  535. prefetch [%i1], #n_writes
  536. prefetch [%i2], #one_read
  537. prefetch [%i3], #one_read
  538. prefetch [%i4], #one_read
  539. prefetch [%i5], #one_read
  540. rd %asi, %g7
  541. wr %g0, ASI_BLK_INIT_QUAD_LDD_P, %asi
  542. srlx %i0, 6, %g1
  543. mov %i1, %i0
  544. mov %i2, %i1
  545. mov %i3, %l7
  546. mov %i4, %l6
  547. mov %i5, %l5
  548. 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src1 + 0x00 */
  549. ldda [%l7 + 0x00] %asi, %i4 /* %i4/%i5 = src2 + 0x00 */
  550. ldda [%l6 + 0x00] %asi, %g2 /* %g2/%g3 = src3 + 0x00 */
  551. ldda [%l5 + 0x00] %asi, %l0 /* %l0/%l1 = src4 + 0x00 */
  552. ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
  553. xor %i4, %i2, %i4
  554. xor %i5, %i3, %i5
  555. ldda [%i1 + 0x10] %asi, %i2 /* %i2/%i3 = src1 + 0x10 */
  556. xor %g2, %i4, %g2
  557. xor %g3, %i5, %g3
  558. ldda [%l7 + 0x10] %asi, %i4 /* %i4/%i5 = src2 + 0x10 */
  559. xor %l0, %g2, %l0
  560. xor %l1, %g3, %l1
  561. ldda [%l6 + 0x10] %asi, %g2 /* %g2/%g3 = src3 + 0x10 */
  562. xor %l2, %l0, %l2
  563. xor %l3, %l1, %l3
  564. stxa %l2, [%i0 + 0x00] %asi
  565. stxa %l3, [%i0 + 0x08] %asi
  566. ldda [%l5 + 0x10] %asi, %l0 /* %l0/%l1 = src4 + 0x10 */
  567. ldda [%i0 + 0x10] %asi, %l2 /* %l2/%l3 = dest + 0x10 */
  568. xor %i4, %i2, %i4
  569. xor %i5, %i3, %i5
  570. ldda [%i1 + 0x20] %asi, %i2 /* %i2/%i3 = src1 + 0x20 */
  571. xor %g2, %i4, %g2
  572. xor %g3, %i5, %g3
  573. ldda [%l7 + 0x20] %asi, %i4 /* %i4/%i5 = src2 + 0x20 */
  574. xor %l0, %g2, %l0
  575. xor %l1, %g3, %l1
  576. ldda [%l6 + 0x20] %asi, %g2 /* %g2/%g3 = src3 + 0x20 */
  577. xor %l2, %l0, %l2
  578. xor %l3, %l1, %l3
  579. stxa %l2, [%i0 + 0x10] %asi
  580. stxa %l3, [%i0 + 0x18] %asi
  581. ldda [%l5 + 0x20] %asi, %l0 /* %l0/%l1 = src4 + 0x20 */
  582. ldda [%i0 + 0x20] %asi, %l2 /* %l2/%l3 = dest + 0x20 */
  583. xor %i4, %i2, %i4
  584. xor %i5, %i3, %i5
  585. ldda [%i1 + 0x30] %asi, %i2 /* %i2/%i3 = src1 + 0x30 */
  586. xor %g2, %i4, %g2
  587. xor %g3, %i5, %g3
  588. ldda [%l7 + 0x30] %asi, %i4 /* %i4/%i5 = src2 + 0x30 */
  589. xor %l0, %g2, %l0
  590. xor %l1, %g3, %l1
  591. ldda [%l6 + 0x30] %asi, %g2 /* %g2/%g3 = src3 + 0x30 */
  592. xor %l2, %l0, %l2
  593. xor %l3, %l1, %l3
  594. stxa %l2, [%i0 + 0x20] %asi
  595. stxa %l3, [%i0 + 0x28] %asi
  596. ldda [%l5 + 0x30] %asi, %l0 /* %l0/%l1 = src4 + 0x30 */
  597. ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
  598. prefetch [%i1 + 0x40], #one_read
  599. prefetch [%l7 + 0x40], #one_read
  600. prefetch [%l6 + 0x40], #one_read
  601. prefetch [%l5 + 0x40], #one_read
  602. prefetch [%i0 + 0x40], #n_writes
  603. xor %i4, %i2, %i4
  604. xor %i5, %i3, %i5
  605. xor %g2, %i4, %g2
  606. xor %g3, %i5, %g3
  607. xor %l0, %g2, %l0
  608. xor %l1, %g3, %l1
  609. xor %l2, %l0, %l2
  610. xor %l3, %l1, %l3
  611. stxa %l2, [%i0 + 0x30] %asi
  612. stxa %l3, [%i0 + 0x38] %asi
  613. add %i0, 0x40, %i0
  614. add %i1, 0x40, %i1
  615. add %l7, 0x40, %l7
  616. add %l6, 0x40, %l6
  617. subcc %g1, 1, %g1
  618. bne,pt %xcc, 1b
  619. add %l5, 0x40, %l5
  620. membar #Sync
  621. wr %g7, 0x0, %asi
  622. ret
  623. restore
  624. .size xor_niagara_5, .-xor_niagara_5