Macro binop_shift

Source
macro_rules! binop_shift {
    ($ins:ident, $assembler:tt, $sz:expr_2021, $src:expr_2021, $dst:expr_2021, $otherwise:block) => { ... };
}