sparcians / mavis

RISC-V Decoder
Apache License 2.0
1 stars 5 forks source link

Is the miss vector segment load/store isa defintion? #8

Closed lhtin closed 4 months ago

lhtin commented 6 months ago

The vector segment load/store definition seems to be missing inside this file, or is it somewhere else? Thanks.

klingaard commented 4 months ago

I think those instructions are just vector loads and stores with specified encodings in nf, mop and lumop.

klingaard commented 4 months ago

In other words, Mavis will decode them, but will set various attributes in the return opcode info. See example: https://github.com/sparcians/mavis/blob/2d098024a2fcb5e54123d518a611436017159edc/test/main.cpp#L619-L625