risc-v

Definition

not (RISC-V)

Computes the bitwise complement of register b and stores the result in register a.

not a, b

The above is a pseudoinstruction, which is translated to:

xori a, b, -1