Home
last modified time | relevance | path

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

/lib/crypto/x86/
A Dsha1-ni-asm.S63 #define E0 %xmm1 /* Need two E's b/c they ping pong */ macro
113 pxor E0, E0
114 pinsrd $3, 16(STATE_PTR), E0
122 movdqa E0, E0_SAVED
126 do_4rounds (\i + 0), MSG0, MSG1, MSG2, MSG3, E0, E1
127 do_4rounds (\i + 4), MSG1, MSG2, MSG3, MSG0, E1, E0
128 do_4rounds (\i + 8), MSG2, MSG3, MSG0, MSG1, E0, E1
129 do_4rounds (\i + 12), MSG3, MSG0, MSG1, MSG2, E1, E0
133 sha1nexte E0_SAVED, E0
142 pextrd $3, E0, 16(STATE_PTR)

Completed in 3 milliseconds