Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dsha512-avx-asm.S121 .macro RORQ p1 p2 macro
131 RORQ tmp0, 23 # 41 # tmp = e ror 23
137 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4
141 RORQ tmp0, 14 # 14 # tmp = ((((e ror23)^e)ror4)^e)ror14 = S1(e)
149 RORQ tmp0, 5 # 39 # tmp = a ror 5
152 RORQ tmp0, 6 # 34 # tmp = ((a ror 5) ^ a) ror 6
155 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
185 RORQ tmp0, 23 # 41
194 RORQ tmp0, 4 # 18
200 RORQ tmp0, 14 # 14
[all …]