Open awygle opened 5 years ago
Scalar implementation of an instruction decoder for VR4300 instructions. Ideally, implement the classic chained-table-lookup decoder, the CEN64 dual-lookup decoder, and my perfect-hash-function-based decoder and see which is the most performant.
Implemented the CEN64 dual-lookup decoder in #22
Scalar implementation of an instruction decoder for VR4300 instructions. Ideally, implement the classic chained-table-lookup decoder, the CEN64 dual-lookup decoder, and my perfect-hash-function-based decoder and see which is the most performant.