Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha512-avx-asm.S120 .macro RORQ p1 p2 macro
130 RORQ tmp0, 23 # 41 # tmp = e ror 23
136 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4
140 RORQ tmp0, 14 # 14 # tmp = ((((e ror23)^e)ror4)^e)ror14 = S1(e)
148 RORQ tmp0, 5 # 39 # tmp = a ror 5
151 RORQ tmp0, 6 # 34 # tmp = ((a ror 5) ^ a) ror 6
154 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
184 RORQ tmp0, 23 # 41
193 RORQ tmp0, 4 # 18
199 RORQ tmp0, 14 # 14
[all …]