You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rx and RxIn are set separately in hi->ops although they are the same register (Rx registers are used for input and output).
But the register attribute for RxIn is set to HEX_OP_REG_OUT although it is an "in" register.
Rx
andRxIn
are set separately inhi->ops
although they are the same register (Rx registers are used for input and output).But the register attribute for
RxIn
is set toHEX_OP_REG_OUT
although it is an "in" register.The attribute is falsely assigned here:
rz-hexagon/InstructionTemplate.py
Lines 217 to 218 in 7363e59
Currently the attributes are not used. So there is not much damage.
The text was updated successfully, but these errors were encountered: