You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RISC-V halfword instruction support for short data type
operations with proper truncation and sign extension.
- Fix OP_trunc for short types using shift operations instead
of large immediate values that exceed instruction limits
- Implement OP_sign_ext for short-to-int sign extension using
arithmetic shift operations
- Update halfword operations to handle 2-byte reads correctly
RISC-V short type operations now generate correct instruction
sequences with proper bit manipulation and sign extension.
0 commit comments