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
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
-1 is popular return error code.
It can also be used to check if arbitrary bitfield (>5 bits long) is or isn't all ones (after the slli+srai or p.extract or tio.sbfextracti)
V ext is already doing signed immediates from rs1 position, so there is rather medium/low value of sticking with exact Zicsr like uimm encoding.
To apply it to HCA, only the lambda needs to be modified:
-1is popular return error code.It can also be used to check if arbitrary bitfield (>5 bits long) is or isn't all ones (after the
slli+sraiorp.extractortio.sbfextracti)V ext is already doing signed immediates from rs1 position, so there is rather medium/low value of sticking with exact Zicsr like
uimmencoding.To apply it to HCA, only the lambda needs to be modified:
https://github.com/riscv/riscv-code-size-reduction/blob/main/benchmarks/HCA/hca#L200