~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/sparc/crypto/sha512_asm.S

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/sparc/crypto/sha512_asm.S (Architecture i386) and /arch/sparc/crypto/sha512_asm.S (Architecture sparc)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #include <linux/linkage.h>                          2 #include <linux/linkage.h>
  3 #include <asm/visasm.h>                             3 #include <asm/visasm.h>
  4                                                     4 
  5 #include "opcodes.h"                                5 #include "opcodes.h"
  6                                                     6 
  7 ENTRY(sha512_sparc64_transform)                     7 ENTRY(sha512_sparc64_transform)
  8         /* %o0 = digest, %o1 = data, %o2 = rou      8         /* %o0 = digest, %o1 = data, %o2 = rounds */
  9         VISEntry                                    9         VISEntry
 10         ldd     [%o0 + 0x00], %f0                  10         ldd     [%o0 + 0x00], %f0
 11         ldd     [%o0 + 0x08], %f2                  11         ldd     [%o0 + 0x08], %f2
 12         ldd     [%o0 + 0x10], %f4                  12         ldd     [%o0 + 0x10], %f4
 13         ldd     [%o0 + 0x18], %f6                  13         ldd     [%o0 + 0x18], %f6
 14         ldd     [%o0 + 0x20], %f8                  14         ldd     [%o0 + 0x20], %f8
 15         ldd     [%o0 + 0x28], %f10                 15         ldd     [%o0 + 0x28], %f10
 16         andcc   %o1, 0x7, %g0                      16         andcc   %o1, 0x7, %g0
 17         ldd     [%o0 + 0x30], %f12                 17         ldd     [%o0 + 0x30], %f12
 18         bne,pn  %xcc, 10f                          18         bne,pn  %xcc, 10f
 19          ldd    [%o0 + 0x38], %f14                 19          ldd    [%o0 + 0x38], %f14
 20                                                    20 
 21 1:                                                 21 1:
 22         ldd     [%o1 + 0x00], %f16                 22         ldd     [%o1 + 0x00], %f16
 23         ldd     [%o1 + 0x08], %f18                 23         ldd     [%o1 + 0x08], %f18
 24         ldd     [%o1 + 0x10], %f20                 24         ldd     [%o1 + 0x10], %f20
 25         ldd     [%o1 + 0x18], %f22                 25         ldd     [%o1 + 0x18], %f22
 26         ldd     [%o1 + 0x20], %f24                 26         ldd     [%o1 + 0x20], %f24
 27         ldd     [%o1 + 0x28], %f26                 27         ldd     [%o1 + 0x28], %f26
 28         ldd     [%o1 + 0x30], %f28                 28         ldd     [%o1 + 0x30], %f28
 29         ldd     [%o1 + 0x38], %f30                 29         ldd     [%o1 + 0x38], %f30
 30         ldd     [%o1 + 0x40], %f32                 30         ldd     [%o1 + 0x40], %f32
 31         ldd     [%o1 + 0x48], %f34                 31         ldd     [%o1 + 0x48], %f34
 32         ldd     [%o1 + 0x50], %f36                 32         ldd     [%o1 + 0x50], %f36
 33         ldd     [%o1 + 0x58], %f38                 33         ldd     [%o1 + 0x58], %f38
 34         ldd     [%o1 + 0x60], %f40                 34         ldd     [%o1 + 0x60], %f40
 35         ldd     [%o1 + 0x68], %f42                 35         ldd     [%o1 + 0x68], %f42
 36         ldd     [%o1 + 0x70], %f44                 36         ldd     [%o1 + 0x70], %f44
 37         ldd     [%o1 + 0x78], %f46                 37         ldd     [%o1 + 0x78], %f46
 38                                                    38 
 39         SHA512                                     39         SHA512
 40                                                    40 
 41         subcc   %o2, 1, %o2                        41         subcc   %o2, 1, %o2
 42         bne,pt  %xcc, 1b                           42         bne,pt  %xcc, 1b
 43          add    %o1, 0x80, %o1                     43          add    %o1, 0x80, %o1
 44                                                    44 
 45 5:                                                 45 5:
 46         std     %f0, [%o0 + 0x00]                  46         std     %f0, [%o0 + 0x00]
 47         std     %f2, [%o0 + 0x08]                  47         std     %f2, [%o0 + 0x08]
 48         std     %f4, [%o0 + 0x10]                  48         std     %f4, [%o0 + 0x10]
 49         std     %f6, [%o0 + 0x18]                  49         std     %f6, [%o0 + 0x18]
 50         std     %f8, [%o0 + 0x20]                  50         std     %f8, [%o0 + 0x20]
 51         std     %f10, [%o0 + 0x28]                 51         std     %f10, [%o0 + 0x28]
 52         std     %f12, [%o0 + 0x30]                 52         std     %f12, [%o0 + 0x30]
 53         std     %f14, [%o0 + 0x38]                 53         std     %f14, [%o0 + 0x38]
 54         retl                                       54         retl
 55          VISExit                                   55          VISExit
 56 10:                                                56 10:
 57         alignaddr %o1, %g0, %o1                    57         alignaddr %o1, %g0, %o1
 58                                                    58 
 59         ldd     [%o1 + 0x00], %f18                 59         ldd     [%o1 + 0x00], %f18
 60 1:                                                 60 1:
 61         ldd     [%o1 + 0x08], %f20                 61         ldd     [%o1 + 0x08], %f20
 62         ldd     [%o1 + 0x10], %f22                 62         ldd     [%o1 + 0x10], %f22
 63         ldd     [%o1 + 0x18], %f24                 63         ldd     [%o1 + 0x18], %f24
 64         ldd     [%o1 + 0x20], %f26                 64         ldd     [%o1 + 0x20], %f26
 65         ldd     [%o1 + 0x28], %f28                 65         ldd     [%o1 + 0x28], %f28
 66         ldd     [%o1 + 0x30], %f30                 66         ldd     [%o1 + 0x30], %f30
 67         ldd     [%o1 + 0x38], %f32                 67         ldd     [%o1 + 0x38], %f32
 68         ldd     [%o1 + 0x40], %f34                 68         ldd     [%o1 + 0x40], %f34
 69         ldd     [%o1 + 0x48], %f36                 69         ldd     [%o1 + 0x48], %f36
 70         ldd     [%o1 + 0x50], %f38                 70         ldd     [%o1 + 0x50], %f38
 71         ldd     [%o1 + 0x58], %f40                 71         ldd     [%o1 + 0x58], %f40
 72         ldd     [%o1 + 0x60], %f42                 72         ldd     [%o1 + 0x60], %f42
 73         ldd     [%o1 + 0x68], %f44                 73         ldd     [%o1 + 0x68], %f44
 74         ldd     [%o1 + 0x70], %f46                 74         ldd     [%o1 + 0x70], %f46
 75         ldd     [%o1 + 0x78], %f48                 75         ldd     [%o1 + 0x78], %f48
 76         ldd     [%o1 + 0x80], %f50                 76         ldd     [%o1 + 0x80], %f50
 77                                                    77 
 78         faligndata %f18, %f20, %f16                78         faligndata %f18, %f20, %f16
 79         faligndata %f20, %f22, %f18                79         faligndata %f20, %f22, %f18
 80         faligndata %f22, %f24, %f20                80         faligndata %f22, %f24, %f20
 81         faligndata %f24, %f26, %f22                81         faligndata %f24, %f26, %f22
 82         faligndata %f26, %f28, %f24                82         faligndata %f26, %f28, %f24
 83         faligndata %f28, %f30, %f26                83         faligndata %f28, %f30, %f26
 84         faligndata %f30, %f32, %f28                84         faligndata %f30, %f32, %f28
 85         faligndata %f32, %f34, %f30                85         faligndata %f32, %f34, %f30
 86         faligndata %f34, %f36, %f32                86         faligndata %f34, %f36, %f32
 87         faligndata %f36, %f38, %f34                87         faligndata %f36, %f38, %f34
 88         faligndata %f38, %f40, %f36                88         faligndata %f38, %f40, %f36
 89         faligndata %f40, %f42, %f38                89         faligndata %f40, %f42, %f38
 90         faligndata %f42, %f44, %f40                90         faligndata %f42, %f44, %f40
 91         faligndata %f44, %f46, %f42                91         faligndata %f44, %f46, %f42
 92         faligndata %f46, %f48, %f44                92         faligndata %f46, %f48, %f44
 93         faligndata %f48, %f50, %f46                93         faligndata %f48, %f50, %f46
 94                                                    94 
 95         SHA512                                     95         SHA512
 96                                                    96 
 97         subcc   %o2, 1, %o2                        97         subcc   %o2, 1, %o2
 98         fsrc2   %f50, %f18                         98         fsrc2   %f50, %f18
 99         bne,pt  %xcc, 1b                           99         bne,pt  %xcc, 1b
100          add    %o1, 0x80, %o1                    100          add    %o1, 0x80, %o1
101                                                   101 
102         ba,a,pt %xcc, 5b                          102         ba,a,pt %xcc, 5b
103 ENDPROC(sha512_sparc64_transform)                 103 ENDPROC(sha512_sparc64_transform)
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php