Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc regen
details: https://anonhg.NetBSD.org/src/rev/32ca36adf12c
branches: trunk
changeset: 784684:32ca36adf12c
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 05 19:21:27 2013 +0000
description:
regen
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S | 18 ++++-----
1 files changed, 8 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r 4ff37fd55f35 -r 32ca36adf12c crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S Tue Feb 05 19:18:41 2013 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S Tue Feb 05 19:21:27 2013 +0000
@@ -72,11 +72,11 @@
.align 4
OPENSSL_rdtsc:
.Lrdtsc:
+ mftb 5
mftbu 4
mftb 3
- mftbu 5
- cmplw 4,5
- bne- .Lrdtsc
+ .long 0x7c032840
+ bne .Lrdtsc
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
@@ -89,13 +89,12 @@
li 0,0
bge .Lot
cmplwi 4,0
- beqlr-
-.Little:
- mtctr 4
+ bclr 14,2
+.Little: mtctr 4
stb 0,0(3)
addi 3,3,1
- bdnz $-8
- blr
+ bc 16,0,$-8
+ blr
.Lot: andi. 5,3,3
beq .Laligned
stb 0,0(3)
@@ -105,10 +104,9 @@
.Laligned:
srwi 5,4,2
mtctr 5
-.Lstore4:
stw 0,0(3)
addi 3,3,4
- bdnz .Lstore4
+ bc 16,0,$-8
andi. 4,4,3
bne .Little
blr
Home |
Main Index |
Thread Index |
Old Index