summaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno1-5/+23
2012-10-31target-mips: fix TLBR wrt SEGMaskAurelien Jarno1-0/+6
2012-10-31target-mips: implement unaligned loads using TCGAurelien Jarno1-142/+0
2012-10-31target-mips: simplify load/store microMIPS helpersAurelien Jarno1-64/+9
2012-10-31target-mips: restore CPU state after an FPU exceptionAurelien Jarno1-90/+95
2012-10-31target-mips: use softfloat constants when possibleAurelien Jarno1-48/+44
2012-10-31target-mips: cleanup float to int conversion helpersAurelien Jarno1-39/+79
2012-10-31target-mips: fix FPU exceptionsAurelien Jarno1-13/+19
2012-10-31target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno1-63/+10
2012-10-31target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno1-89/+48
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-3/+3
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber1-3/+7
2012-10-17target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber1-3/+5
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber1-4/+8
2012-10-17target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber1-3/+8
2012-10-17target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber1-14/+14
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl1-505/+560
2012-09-08MIPS/user: Fix reset CPU state initializationMaciej W. Rozycki1-49/+0
2012-08-24target-mips: Fix some helper functions (VR54xx multiplication)Stefan Weil1-46/+29
2012-05-03target-mips: Remove unused inline functionStefan Weil1-6/+0
2012-04-15target-mips: Fix type cast for w64 (uintptr_t)Stefan Weil1-1/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-10/+8
2012-03-24target-mips: Add compiler attribute to some functions which don't returnStefan Weil1-1/+2
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber1-62/+62
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil1-1/+1
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias1-4/+78
2011-09-06mips: Correct IntCtl write mask for VIntEdgar E. Iglesias1-1/+1
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias1-11/+129
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias1-44/+106
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias1-105/+161
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+55
2011-07-20Fix unassigned memory access handlingBlue Swirl1-2/+4
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-2/+2
2011-04-17target-mips: clear softfpu exception state for comparison instructionsAurelien Jarno1-16/+25
2011-04-17target-mips: fix c.ps.* instructionsAurelien Jarno1-4/+4
2011-04-17target-mips: don't hardcode softfloat exception bitsAurelien Jarno1-15/+20
2011-04-17target-mips: simplify FP comparisonsAurelien Jarno1-36/+36
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-16/+16
2011-04-17target-mips: use new float*_unordered*() functionsAurelien Jarno1-98/+70
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman1-0/+16
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-4/+4
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd1-20/+8
2010-09-18MIPS: fix yield handlingBlue Swirl1-1/+3
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau1-2/+1
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno1-12/+8
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias1-11/+0
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-1/+6