|
|
|
|
|
by CalChris
3301 days ago
|
|
As we saw with AMD64, x86 is a variable length ISA, up to 15 bytes long, allowing for quiet a flexible (and complex) encoding. With a fixed width RISC, yeah registers are going to eat into opcode space. And in both cases, register renaming will allow more renamed (180) registers than architectural registers. BTW, renamed != ROB. I got that wrong above. |
|