Searched refs:crypto_int16_x (Results 1 – 1 of 1) sorted by relevance
56 void crypto_int16_store(unsigned char *crypto_int16_s,crypto_int16 crypto_int16_x) { in crypto_int16_store() argument57 *crypto_int16_s++ = crypto_int16_x >> 0; in crypto_int16_store()58 *crypto_int16_s++ = crypto_int16_x >> 8; in crypto_int16_store()63 crypto_int16 crypto_int16_negative_mask(crypto_int16 crypto_int16_x) { in crypto_int16_negative_mask() argument65 __asm__ ("sarw $15,%0" : "+r"(crypto_int16_x) : : "cc"); in crypto_int16_negative_mask()66 return crypto_int16_x; in crypto_int16_negative_mask()69 __asm__ ("sbfx %w0,%w1,15,1" : "=r"(crypto_int16_y) : "r"(crypto_int16_x) : ); in crypto_int16_negative_mask()72 crypto_int16_x >>= 16-6; in crypto_int16_negative_mask()73 crypto_int16_x ^= crypto_int16_optblocker; in crypto_int16_negative_mask()74 crypto_int16_x >>= 5; in crypto_int16_negative_mask()[all …]