decode1: Improve timing for slow SPR decode path
This makes the logic that works out decode.unit and decode.sgl_pipe for mtspr/mfspr to/from slow SPRs detect the fact that the instruction is mtspr/mfspr based on a match with the instruction word rather than looking at v.decode.insn_type. This improves timing substantially, as the ROM lookup to get v.decode is relatively slow. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>pull/208/head
parent
b3799c432b
commit
09ae2ce58d
Loading…
Reference in New Issue