summaryrefslogtreecommitdiffstats
path: root/target-openrisc/int_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* target-openrisc: Clean up triple QOM castsAndreas Färber2013-01-271-1/+1
| | | | | | | | | | 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. Signed-off-by: Andreas Färber <afaerber@suse.de>
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* target-or32: Add int instruction helpersJia Liu2012-07-271-0/+79
Add OpenRISC int instruction helpers. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
OpenPOWER on IntegriCloud