Searched refs:rotate_into (Results 1 – 1 of 1) sorted by relevance
850 #define shiftr_adv_rotr(shift_from, rotate_into) ({ \ argument854 : "+d"(shift_from), "+m"(*(shift_from)), "+rm"(rotate_into) \858 #define shiftr_adv_rotr(shift_from, rotate_into) ({ \ argument859 typeof(rotate_into) __bit0 = *(shift_from) & 1; \862 rotate_into >>= 1; \863 rotate_into |= __bit0 << (sizeof(rotate_into) * 8 - 1); \