Home
last modified time | relevance | path

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

/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h36 uint32x4_t x0x1x2x3; in salsa20_8_intrinsic() local
41 x0x1x2x3 = vld1q_u8((uint8_t *) input); in salsa20_8_intrinsic()
46 x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11)); in salsa20_8_intrinsic()
48 x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3)); in salsa20_8_intrinsic()
111 x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3)); in salsa20_8_intrinsic()
116 vst1q_u8((uint8_t *) input,(uint8x16_t) x0x1x2x3); in salsa20_8_intrinsic()
/external/scrypt/patches/
Darm-neon.patch42 + uint32x4_t x0x1x2x3;
47 + x0x1x2x3 = vld1q_u8((uint8_t *) input);
52 + x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11));
54 + x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3));
117 + x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3));
122 + vst1q_u8((uint8_t *) input,(uint8x16_t) x0x1x2x3);