Lines Matching +full:0 +full:x93
11 CONSTANTS: .octa 0x6b20657479622d323320646e61707865
16 * of blocks of output with a nonce of 0, taking an input key and 8-byte
46 movups 0x00(key),copy1
47 movups 0x10(key),copy2
49 movq 0x00(counter),copy3
50 /* one = 1 || 0 */
95 /* state1[0,1,2,3] = state1[1,2,3,0] */
96 pshufd $0x39,state1,state1
97 /* state2[0,1,2,3] = state2[2,3,0,1] */
98 pshufd $0x4e,state2,state2
99 /* state3[0,1,2,3] = state3[3,0,1,2] */
100 pshufd $0x93,state3,state3
134 /* state1[0,1,2,3] = state1[3,0,1,2] */
135 pshufd $0x93,state1,state1
136 /* state2[0,1,2,3] = state2[2,3,0,1] */
137 pshufd $0x4e,state2,state2
138 /* state3[0,1,2,3] = state3[1,2,3,0] */
139 pshufd $0x39,state3,state3
146 movups state0,0x00(output)
149 movups state1,0x10(output)
152 movups state2,0x20(output)
155 movups state3,0x30(output)
166 movq copy3,0x00(counter)