Skip to main content

nor

Function nor 

Source
pub const fn nor(a: u64, b: u64) -> u64
Expand description

NOR — bitwise nor, full 64-bit. MIPS has no NOT; NOR rd, rs, $0 is it.