Searched refs:x8x9x10x11 (Results 1 - 1 of 1) sorted by relevance

/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-neon-salsa208.h38 uint32x4_t x8x9x10x11; local
43 x8x9x10x11 = vld1q_u8(32 + (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));
113 x8x9x10x11 = vcombine_u32(vget_low_u32(x8x9x2x3),vget_high_u32(x0x1x10x11));
118 vst1q_u8(32 + (uint8_t *) input,(uint8x16_t) x8x9x10x11);

Completed in 81 milliseconds