Searched refs:x0x5x10x15 (Results 1 – 2 of 2) sorted by relevance
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon-salsa208.h | 26 uint32x4_t x0x5x10x15; in salsa20_8_intrinsic() local 51 x0x5x10x15 = vbslq_u32(abab,x0x1x10x11,x4x5x14x15); in salsa20_8_intrinsic() 56 uint32x4_t start0 = x0x5x10x15; in salsa20_8_intrinsic() 101 x0x5x10x15 = diag0 + start0; in salsa20_8_intrinsic() 106 x0x1x10x11 = vbslq_u32(abab,x0x5x10x15,x12x1x6x11); in salsa20_8_intrinsic() 109 x4x5x14x15 = vbslq_u32(abab,x4x9x14x3,x0x5x10x15); in salsa20_8_intrinsic()
|
/external/scrypt/patches/ |
D | arm_neon.patch | 32 + uint32x4_t x0x5x10x15; 57 + x0x5x10x15 = vbslq_u32(abab,x0x1x10x11,x4x5x14x15); 62 + uint32x4_t start0 = x0x5x10x15; 107 + x0x5x10x15 = diag0 + start0; 112 + x0x1x10x11 = vbslq_u32(abab,x0x5x10x15,x12x1x6x11); 115 + x4x5x14x15 = vbslq_u32(abab,x4x9x14x3,x0x5x10x15);
|