Branch to PC + imm if the value in register xs1 is not equal to the value in register xs2. Raise a `MisalignedAddress` exception if PC + imm is misaligned.
bne xs1, xs2, imm
Pseudo-Instructionbnez xs1, immequalsbne xs1, 0, immwhenxs2 == 0
Type: