Skip to content
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

Issues with XuanTie Cseries instruction manual #3

Open
roberttylka opened this issue Feb 15, 2022 · 1 comment
Open

Issues with XuanTie Cseries instruction manual #3

roberttylka opened this issue Feb 15, 2022 · 1 comment

Comments

@roberttylka
Copy link

I want to report issues with descriptions (syntax and opcodes) in these chapters:

5.33 LURWU: a load word instruction that shifts 32 bits of registers and
extends zero bits.

5.34 LWD: a load word instruction that loads double registers and extends signed bits.

LLVM disassembler shows one extra operand for:

lwd t1, t2, (t3), 2, 3
lwud t1, t2, (t3), 2, 3
ldd t1, t2, (t3), 2, 4
swd t1, t2, (t3), 2, 3
sdd t1, t2, (t3), 2, 4

instructions. Is it OK?

@rjiejie
Copy link
Owner

rjiejie commented Feb 21, 2022

It looks like ok :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants