Searched refs:x0x1x2x3 (Results 1 - 1 of 1) sorted by last modified time

/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-neon-salsa208.h36 uint32x4_t x0x1x2x3; local
41 x0x1x2x3 = vld1q_u8((uint8_t *) input);
46 x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11));
48 x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3));
111 x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3));
116 vst1q_u8((uint8_t *) input,(uint8x16_t) x0x1x2x3);

Completed in 117 milliseconds