Shifts are multiplications under the hood so they could be part of a MAC sequence just like multiplications. Example of possible syntax: ``` res = a * b; res = a +* c; res = k +<< 2; ```