mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
We have enough bits in the opcode bitfield in instruction_t to encode register classes (ADD_INT, ADD_FLOAT, ADD_VECTOR). However, encoding the bit width (ADD_INT8, ADD_INT32) will massively increase the amount of opcodes needed. So we replace `type` in ssa_version_t with `bit_width`. Signed-off-by: Ronald Caesar <github43132@proton.me>