Home
last modified time | relevance | path

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

/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h28 uint32x4_t x8x13x2x7; in salsa20_8_intrinsic() local
52 x8x13x2x7 = vbslq_u32(abab,x8x9x2x3,x12x13x6x7); in salsa20_8_intrinsic()
59 uint32x4_t start2 = x8x13x2x7; in salsa20_8_intrinsic()
103 x8x13x2x7 = diag2 + start2; in salsa20_8_intrinsic()
107 x12x13x6x7 = vbslq_u32(abab,x12x1x6x11,x8x13x2x7); in salsa20_8_intrinsic()
108 x8x9x2x3 = vbslq_u32(abab,x8x13x2x7,x4x9x14x3); in salsa20_8_intrinsic()
/external/scrypt/patches/
Darm_neon.patch34 + uint32x4_t x8x13x2x7;
58 + x8x13x2x7 = vbslq_u32(abab,x8x9x2x3,x12x13x6x7);
65 + uint32x4_t start2 = x8x13x2x7;
109 + x8x13x2x7 = diag2 + start2;
113 + x12x13x6x7 = vbslq_u32(abab,x12x1x6x11,x8x13x2x7);
114 + x8x9x2x3 = vbslq_u32(abab,x8x13x2x7,x4x9x14x3);