Commit e7ae64ac authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix some tabbing in xor.S

parent d8381a1d
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
* !(len & 127) && len >= 256 * !(len & 127) && len >= 256
*/ */
.text .text
.globl xor_vis_2 .align 32
.type xor_vis_2,@function .globl xor_vis_2
.type xor_vis_2,#function
xor_vis_2: xor_vis_2:
rd %fprs, %o5 rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0 andcc %o5, FPRS_FEF|FPRS_DU, %g0
...@@ -87,11 +88,10 @@ xor_vis_2: ...@@ -87,11 +88,10 @@ xor_vis_2:
wr %g1, %g0, %asi wr %g1, %g0, %asi
retl retl
wr %g0, 0, %fprs wr %g0, 0, %fprs
.size xor_vis_2, .-xor_vis_2 .size xor_vis_2, .-xor_vis_2
.globl xor_vis_3
.globl xor_vis_3 .type xor_vis_3,#function
.type xor_vis_3,@function
xor_vis_3: xor_vis_3:
rd %fprs, %o5 rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0 andcc %o5, FPRS_FEF|FPRS_DU, %g0
...@@ -156,11 +156,10 @@ xor_vis_3: ...@@ -156,11 +156,10 @@ xor_vis_3:
wr %g1, %g0, %asi wr %g1, %g0, %asi
retl retl
wr %g0, 0, %fprs wr %g0, 0, %fprs
.size xor_vis_3, .-xor_vis_3 .size xor_vis_3, .-xor_vis_3
.globl xor_vis_4 .globl xor_vis_4
.type xor_vis_4,@function .type xor_vis_4,#function
xor_vis_4: xor_vis_4:
rd %fprs, %o5 rd %fprs, %o5
andcc %o5, FPRS_FEF|FPRS_DU, %g0 andcc %o5, FPRS_FEF|FPRS_DU, %g0
...@@ -244,11 +243,10 @@ xor_vis_4: ...@@ -244,11 +243,10 @@ xor_vis_4:
wr %g1, %g0, %asi wr %g1, %g0, %asi
retl retl
wr %g0, 0, %fprs wr %g0, 0, %fprs
.size xor_vis_4, .-xor_vis_4 .size xor_vis_4, .-xor_vis_4
.globl xor_vis_5 .globl xor_vis_5
.type xor_vis_5,@function .type xor_vis_5,#function
xor_vis_5: xor_vis_5:
mov %o5, %g5 mov %o5, %g5
rd %fprs, %o5 rd %fprs, %o5
...@@ -353,4 +351,4 @@ xor_vis_5: ...@@ -353,4 +351,4 @@ xor_vis_5:
wr %g1, %g0, %asi wr %g1, %g0, %asi
retl retl
wr %g0, 0, %fprs wr %g0, 0, %fprs
.size xor_vis_5, .-xor_vis_5 .size xor_vis_5, .-xor_vis_5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment