core: Implement the reserved no-op instructions
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 6 Aug 2020 09:24:40 +0000 (19:24 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 6 Aug 2020 09:29:54 +0000 (19:29 +1000)
commit7246bd6f678259500a4c68d5da818f7857247c20
treed3148d3cc88e89e32e436165192c8c21dcada25d
parent5fafdc56efa6dd479fade2dd8ad1b5ff9526541e
core: Implement the reserved no-op instructions

These are no-ops that are reserved for future use as performance
hints, so we just need to treat them as no-ops.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
decode1.vhdl