-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instruction encodings. #16
Comments
Ken Dockser has volunteered to help the TG with the initial proposal for encodings. |
hello everyone, Notice that almost all encodings of Instruction in K Ext are located SYSTEM, OP & OP-IMM field in ‘RISC-V base opcode map’. Could you please tell me does it will be changed in the future. Does it possible to change opcode of K Ext into reserved field in ‘RISC-V base opcode map’? |
Hi @VincenttttWu The K extension is currently going through the opcode consistency and review process, meaning there is a chance the opcodes/encodings will change based on the recommendations which come out of that. We are hoping this won't be the case, but it's possible. You should treat the opcodes as if they will change for now. I'm afraid I don't understand your question about changing the opcode into a reserved field of the base opcode map? Cheers, |
Cuz I am working for implement MC layer of LLVM for K Ext. So I need to decide should I use a new OPcode variable for K Ext or original one(SYSTEM, OP & OP-IMM etc.). although they have same value in this stage. Sincerely yours, |
Hi @VincenttttWu |
Hello @ben-marshall Sure, it's helps a lot. Thank you. ) Sincerely yours, |
Placeholder issue for discussing instruction encodings.
Currently we are waiting for guidance from the foundation for how this process will work.
The text was updated successfully, but these errors were encountered: