Macro static_assert_simm_bits

Source
macro_rules! static_assert_simm_bits {
    ($imm:ident, $bits:expr) => { ... };
}