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