Home
last modified time | relevance | path

Searched refs:RORQ (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/arch/x86/crypto/
Dsha512-avx-asm.S116 .macro RORQ p1 p2 macro
126 RORQ tmp0, 23 # 41 # tmp = e ror 23
132 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4
136 RORQ tmp0, 14 # 14 # tmp = ((((e ror23)^e)ror4)^e)ror14 = S1(e)
144 RORQ tmp0, 5 # 39 # tmp = a ror 5
147 RORQ tmp0, 6 # 34 # tmp = ((a ror 5) ^ a) ror 6
150 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
180 RORQ tmp0, 23 # 41
189 RORQ tmp0, 4 # 18
195 RORQ tmp0, 14 # 14
[all …]