index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
op_helper.c
Age
Commit message (
Expand
)
Author
2012-10-31
target-mips: don't flush extra TLB on permissions upgrade
Aurelien Jarno
2012-10-31
target-mips: fix TLBR wrt SEGMask
Aurelien Jarno
2012-10-31
target-mips: implement unaligned loads using TCG
Aurelien Jarno
2012-10-31
target-mips: simplify load/store microMIPS helpers
Aurelien Jarno
2012-10-31
target-mips: restore CPU state after an FPU exception
Aurelien Jarno
2012-10-31
target-mips: use softfloat constants when possible
Aurelien Jarno
2012-10-31
target-mips: cleanup float to int conversion helpers
Aurelien Jarno
2012-10-31
target-mips: fix FPU exceptions
Aurelien Jarno
2012-10-31
target-mips: keep softfloat exception set to 0 between instructions
Aurelien Jarno
2012-10-31
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-17
target-mips: Pass MIPSCPU to mips_vpe_sleep()
Andreas Färber
2012-10-17
target-mips: Pass MIPSCPU to mips_tc_sleep()
Andreas Färber
2012-10-17
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
Andreas Färber
2012-10-17
target-mips: Pass MIPSCPU to mips_tc_wake()
Andreas Färber
2012-10-17
target-mips: Clean up other_cpu in helper_{d,e}vpe()
Andreas Färber
2012-09-15
target-mips: switch to AREG0 free mode
Blue Swirl
2012-09-08
MIPS/user: Fix reset CPU state initialization
Maciej W. Rozycki
2012-08-24
target-mips: Fix some helper functions (VR54xx multiplication)
Stefan Weil
2012-05-03
target-mips: Remove unused inline function
Stefan Weil
2012-04-15
target-mips: Fix type cast for w64 (uintptr_t)
Stefan Weil
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
2012-03-24
target-mips: Add compiler attribute to some functions which don't return
Stefan Weil
2012-03-14
target-mips: Don't overuse CPUState
Andreas Färber
2012-03-08
Spelling fixes in comments (it's -> its)
Stefan Weil
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-09-06
mips: Add MT halting and waking of VPEs
Edgar E. Iglesias
2011-09-06
mips: Correct IntCtl write mask for VInt
Edgar E. Iglesias
2011-09-06
mips: Hook in more reg accesses via mttr/mftr
Edgar E. Iglesias
2011-09-06
mips: Synchronize CP0 TCSTatus, Status and EntryHi
Edgar E. Iglesias
2011-09-06
mips: Handle TC indexing of other VPEs
Edgar E. Iglesias
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-07-30
exec.h cleanup
Blue Swirl
2011-07-20
Fix unassigned memory access handling
Blue Swirl
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-17
target-mips: clear softfpu exception state for comparison instructions
Aurelien Jarno
2011-04-17
target-mips: fix c.ps.* instructions
Aurelien Jarno
2011-04-17
target-mips: don't hardcode softfloat exception bits
Aurelien Jarno
2011-04-17
target-mips: simplify FP comparisons
Aurelien Jarno
2011-04-17
softfloat: rename float*_eq() into float*_eq_quiet()
Aurelien Jarno
2011-04-17
target-mips: use new float*_unordered*() functions
Aurelien Jarno
2011-02-09
[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor
Chris Dearman
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
2010-12-22
target-mips: fix translation of MT instructions
Nathan Froyd
2010-09-18
MIPS: fix yield handling
Blue Swirl
2010-07-31
Correctly identify multiple cpus in SMP systems
Hervé Poussineau
2010-07-25
mips: more fixes to the MIPS interrupt glue logic
Aurelien Jarno
2010-07-24
mips: Correct MIPS interrupt glue logic for icount
Edgar E. Iglesias
2010-07-03
remove unused stuff from */exec.h
Paolo Bonzini
[next]