Searched refs:x12x1x6x11 (Results 1 – 2 of 2) sorted by relevance
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon-salsa208.h | 27 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/ |
D | arm_neon.patch | 33 + 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);
|