Home
last modified time | relevance | path

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

/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h27 uint32x4_t x12x1x6x11; in salsa20_8_intrinsic() local
54 x12x1x6x11 = vbslq_u32(abab,x12x13x6x7,x0x1x10x11); in salsa20_8_intrinsic()
57 uint32x4_t start1 = x12x1x6x11; in salsa20_8_intrinsic()
102 x12x1x6x11 = diag1 + start1; in salsa20_8_intrinsic()
106 x0x1x10x11 = vbslq_u32(abab,x0x5x10x15,x12x1x6x11); in salsa20_8_intrinsic()
107 x12x13x6x7 = vbslq_u32(abab,x12x1x6x11,x8x13x2x7); in salsa20_8_intrinsic()
/external/scrypt/patches/
Darm_neon.patch33 + uint32x4_t x12x1x6x11;
60 + x12x1x6x11 = vbslq_u32(abab,x12x13x6x7,x0x1x10x11);
63 + uint32x4_t start1 = x12x1x6x11;
108 + x12x1x6x11 = diag1 + start1;
112 + x0x1x10x11 = vbslq_u32(abab,x0x5x10x15,x12x1x6x11);
113 + x12x13x6x7 = vbslq_u32(abab,x12x1x6x11,x8x13x2x7);