Closed ben-marshall closed 5 years ago
The xc.mix.* instructions acces the XCR registers, but the current syntax descriptions for them in the spec list them as rs1, rs2 and rd.
xc.mix.*
XCR
rs1
rs2
rd
These should be corrected to crs1, crs2, crd.
crs1
crs2
crd
The
xc.mix.*
instructions acces theXCR
registers, but the current syntax descriptions for them in the spec list them asrs1
,rs2
andrd
.These should be corrected to
crs1
,crs2
,crd
.