Macro encode_b_imm

Source
macro_rules! encode_b_imm {
    ($n:expr) => { ... };
}
Expand description

Encode and integer as a bitmask for a B-type immediate.