aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/op_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] Speed up software refill handlerChris Dearman2012-08-131-37/+115
| | | | | | | | | | | | | | | | Emulating each instruction of the software refill handler has a significant impact on the overall performance of QEMU because of the overhead of emulating the various CP0 instructions to accurately reflect the machine state. Running the software TLB handler takes the equivalent of 1000's of machine cycles. This patch implements a pseudo hardware TLB refill handler that significantly reduces the impact of refilling the TLB to bring it more inline with what would be observed on a real target. Signed-off-by: Steven Hill <sjhill@mips.com> Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Yajin <yajin@mips.com.cn>
* [MIPS] Fix startup segfault in emulator64-mipsDuane Sand2012-06-211-4/+4
| | | | | | | | | Avoid truncation of 64-bit host addresses for 32-bit Mips physaddrs. Revert workaround I17fe688d19e3cd7f328721e6363bacd6e6689ca; allow emulator to again default to emulator64-mips. Change-Id: I0c83d8bf60fc52a758b84d8131b2bad53375aa61 Signed-off-by: Duane Sand <duanes@mips.com>
* [MIPS] Clear softfpu status before emulating FPU instructionsBhanu Chetlapalli2012-06-081-0/+16
| | | | | | | This applies to round, trunc, ceil and floor instructions Change-Id: I4a5f1619ecd8fe2d7ce508f8e569be129a8b1e34 Signed-off-by: Chris Dearman <chris@mips.com>
* [MIPS] Tweak MIPS support to work in Android qemu frameworkBhanu Chetlapalli2012-01-311-6/+80
| | | | | Change-Id: Icd617cb91fe87a6f88566dd57b6405b216ca3570 Signed-off-by: Chris Dearman <chris@mips.com>
* [MIPS] Import MIPS target supportBhanu Chetlapalli2012-01-311-0/+2918
| | | | | | | | From v0.12.5 tag at git://git.sv.gnu.org/qemu.git CommitID: 174f225e9d62e8f3002e274e4f718bd2a967fbf4 Change-Id: I35b49a4319cee4b69cf9da4e5af1f43327e21056 Signed-off-by: Chris Dearman <chris@mips.com>
* Initial ContributionThe Android Open Source Project2008-10-211-786/+0
|
* external/qemu 0.8.2Upstream1970-01-121-0/+786