Statistics
| Branch: | Revision:

root / target-openrisc / fpu_helper.c @ feature-archipelago

History | View | Annotate | Download (14.5 kB)

# Date Author Comment
dd51dc52 01/27/2013 03:34 pm Andreas Färber

target-openrisc: Clean up triple QOM casts

Instead of calling openrisc_env_get_cpu(), casting to CPU via the
ENV_GET_CPU() compatibility macro and casting back to OPENRISC_CPU(),
just call openrisc_env_get_cpu() directly.

ENV_GET_CPU() is meant as workaround for target-independent code only....

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 <>