Searched refs:rotate_into (Results 1 – 1 of 1) sorted by relevance
837 #define shiftr_adv_rotr(shift_from, rotate_into) ({ \ argument841 : "+d"(shift_from), "+m"(*(shift_from)), "+rm"(rotate_into) \845 #define shiftr_adv_rotr(shift_from, rotate_into) ({ \ argument846 typeof(rotate_into) __bit0 = *(shift_from) & 1; \849 rotate_into >>= 1; \850 rotate_into |= __bit0 << (sizeof(rotate_into) * 8 - 1); \