Macro encode_u_imm

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

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