sinan

Results 8 issues of sinan

I have a similar problem as [https://github.com/socketio/socket.io-client-cpp/issues/287](url) says when receiving the binary message from my server. It fails to parse binary payload, and raises an error `terminating with uncaught exception...

bug

Add p-ext support with spec v0.93 * Andes-tech and Shao-Chung Wang implemented the RISC-V 'p' extension with the spec version 0.51 with Binutils 2.32 * Sinan Lin updated the implementation...

Hi all, I am currently trying to compress a cond branch instruction [decbnez](https://github.com/riscv/riscv-code-size-reduction/blob/master/ISA%20proposals/Huawei/Zce_spec.adoc#812-decbnez-limited-value) to [c.decbnez](https://github.com/riscv/riscv-code-size-reduction/blob/master/ISA%20proposals/Huawei/Zce_spec.adoc#811-cdecbnez) in zce extension. However, it seems a bit different from the current way to replace...

for example, [lwgp](https://github.com/riscv/riscv-code-size-reduction/blob/master/ISA%20proposals/Huawei/Zce_spec.adoc#82-lwgp-swgp-ldgp-sdgp) in zceb extension(zceb do not co-exist with D extension) reuses the encoding of fld, but ``` lwgp x0,4 ``` will be dissembled into ``` 00403007 fld ft0,4(zero)...

New operands in P extension might have a problem with naming. Currently, prefix 'p', 'P' and 'r' (abbr for rvp) are taken for others, so I keep the old intrinsic...

Hi, I am a bit confused by how zbpbo works, so I open this issue. Take `clz` as example, > RV32: Replaced with CLZ in Zbpbo. RV64: Zpn Does it...

according to the desc, > Description: This instruction multiplies the lower 32-bit content of Rs1 with that of Rs2, subtracts the lower 32-bit multiplication result from the lower 32-bit content...

Hi, I am Sinan from PLCT doing p extension implementation on gnu toolchain. The intrinsic function of KSLLIW has a quite unique name in the spec, `rvksllw` instead of `__rv__ksllw`....