Giter Site home page Giter Site logo

Comments (5)

kasanovic avatar kasanovic commented on September 23, 2024

rd=0 is not allowed for either C.ADDI or C.ADDIW. C.NOP is treated as a separate encoding in table, though implementations can implement as C.ADDI with destination of 0.

Agree on CA format - will be added.

from riscv-isa-manual.

hirooih avatar hirooih commented on September 23, 2024

Hi,

I've been completely forgetting about this ticket.

I referred v.2.1 when I wrote this. I've checked v2.2 but it remains same.

v2.2 P. 76 Integer Register-Immediate Operations

The rd/rs1 field C.ADDI is described as "dest", not "dest !=0".

P.79 NOP Instruction

C.NOP is encoded as c.addi x0, 0 and so expands to addi x0, x0, 0.

P.82 Table12.5

Both C.NOP and C.ADDI are descrbied. The rd/rs1 field C.ADDI is described as "dest != 0", not "dest".

P. 76 and P. 79 are consistent. But they are not consistent with P.82 a little bit.

from riscv-isa-manual.

aswaterman avatar aswaterman commented on September 23, 2024

If this is a new issue, please open a new ticket

from riscv-isa-manual.

hirooih avatar hirooih commented on September 23, 2024

If this is a new issue, please open a new ticket

No. It is an old issue opened on April, 2017.
Please take your time to read and reopen it.

from riscv-isa-manual.

hirooih avatar hirooih commented on September 23, 2024

Just a note.
I've confirmed all issues I reported are fixed on riscv-spec-imfdqc-ratification-20190305.pdf.
Thank you.

from riscv-isa-manual.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.