▲ | monocasa 3 days ago | |
> While I'm not a hardware designer, my gut says that you can probably do x86 instruction length-decoding in one cycle That's been my understanding as well. X86 style length decoding is about one pipeline stage if done dynamically. The simpler riscv length decoding ends up being about a half pipeline stage on the wider decoders. |