Skip to content

prxtoll bugs I found #5

Description

@ogamespec

Bug in msub decoding

All msub instructions use $zr instead proper RS register, for example:

0x0000E5B8: 0x00C1002E '....' - msub $zr, $at

Should be:

0x0000E5B8: 0x00C1002E '....' - msub $a2, $at

Bug in vi2uc.q decoding

0x0000D420: 0xD03C83FE '..<.' - vi2uc.q R702, C030

Destination is always single register. Following instruction should be decoded as follow:

0x0000D420: 0xD03C83FE '..<.' - vi2uc.q S723, C030

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions