forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
683 B
ReStructuredText
18 lines
683 B
ReStructuredText
OpenRISC 1000 CPU architecture support
|
|
======================================
|
|
|
|
QEMU's TCG emulation includes support for the OpenRISC or1200 implementation of
|
|
the OpenRISC 1000 cpu architecture.
|
|
|
|
The or1200 cpu also has support for the following instruction subsets:
|
|
|
|
- ORBIS32 (OpenRISC Basic Instruction Set)
|
|
- ORFPX32 (OpenRISC Floating-Point eXtension)
|
|
|
|
In addition to the instruction subsets the QEMU TCG emulation also has support
|
|
for most Class II (optional) instructions.
|
|
|
|
For information on all OpenRISC instructions please refer to the latest
|
|
architecture manual available on the OpenRISC website in the
|
|
`OpenRISC Architecture <https://openrisc.io/architecture>`_ section.
|