Current behavior and impact:
SEQ.I compares two instructions using "==". However, according to spec, this instruction only compares the opcode, modifier and fields, but not the address modes.
Steps to reproduce:
Use the SEQ.I instruction to compare two instructions that are the same except their address modes.
Observe that the jump does not occur.
Expected behavior:
The SEQ.I instruction should still jump even if the address modes are different.
Current behavior and impact: SEQ.I compares two instructions using "==". However, according to spec, this instruction only compares the opcode, modifier and fields, but not the address modes.
Steps to reproduce:
Expected behavior: The SEQ.I instruction should still jump even if the address modes are different.
Acceptance Criteria:
Notes: