Statistics
| Branch: | Revision:

root / target-openrisc @ a8170e5e

Name Size
Makefile.objs 202 Bytes
cpu.c 5.6 kB
cpu.h 11.9 kB
exception.c 937 Bytes
exception.h 970 Bytes
exception_helper.c 986 Bytes
fpu_helper.c 14.5 kB
helper.h 2.1 kB
int_helper.c 2.1 kB
interrupt.c 2.3 kB
interrupt_helper.c 1.8 kB
machine.c 1.6 kB
mmu.c 6.8 kB
mmu_helper.c 1.8 kB
sys_helper.c 8.4 kB
translate.c 55.1 kB

Latest revisions

# Date Author Comment
a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

fdefe51c 09/27/2012 10:38 pm Richard Henderson

Emit debug_insn for CPU_LOG_TB_OP_OPT as well.

For all targets that currently call tcg_gen_debug_insn_start,
add CPU_LOG_TB_OP_OPT to the condition that gates it.

This is useful for comparing optimization dumps, when the
pre-optimization dump is merely noise....

d962783e 07/28/2012 12:13 am Jia Liu

target-or32: Add linux user support

Add QEMU OpenRISC linux user support.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

4dd044c6 07/28/2012 12:13 am Jia Liu

target-or32: Add system instructions

Add OpenRISC system instructions.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

99f575ed 07/28/2012 12:13 am Jia Liu

target-or32: Add timer support

Add OpenRISC timer support.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

dd29c7fb 07/28/2012 12:13 am Jia Liu

target-or32: Add PIC support

Add OpenRISC Programmable Interrupt Controller support.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

5b569507 07/28/2012 12:13 am Jia Liu

target-or32: Add float instruction helpers

Add OpenRISC float instruction helpers.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

bbe418f2 07/28/2012 12:13 am Jia Liu

target-or32: Add instruction translation

Add OpenRISC instruction tanslation routines.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

e54a5aff 07/28/2012 12:12 am Jia Liu

target-or32: Add int instruction helpers

Add OpenRISC int instruction helpers.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

1d7d4034 07/28/2012 12:12 am Jia Liu

target-or32: Add exception support

Add OpenRISC exception support.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

View revisions

Also available in: Atom