index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-mips
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-mips: add CP0.PageGrain.ELPA support
Leon Alrae
2015-06-12
1
-7
/
+12
*
target-mips: support Page Frame Number Extension field
Leon Alrae
2015-06-12
1
-6
/
+26
*
target-mips: extend selected CP0 registers to 64-bits in MIPS32
Leon Alrae
2015-06-12
1
-4
/
+4
*
target-mips: add ERETNC instruction and Config5.LLB bit
Leon Alrae
2015-06-11
1
-1
/
+11
*
target-mips: Misaligned memory accesses for MSA
Yongbok Kim
2015-06-11
1
-66
/
+77
*
target-mips: add Config5.FRE support allowing Status.FR=0 emulation
Leon Alrae
2015-06-11
1
-0
/
+34
*
target-mips: ll and lld cause AdEL exception for unaligned address
Leon Alrae
2015-02-13
1
-3
/
+7
*
target-mips: Don't use _raw load/store accessors
Peter Maydell
2015-01-20
1
-2
/
+2
*
target-mips: Add missing calls to synchronise SoftFloat status
Maciej W. Rozycki
2014-12-16
1
-12
/
+0
*
target-mips: Also apply the CP0.Status mask to MTTC0
Maciej W. Rozycki
2014-12-16
1
-1
/
+2
*
target-mips: Fix CP0.Config3.ISAOnExc write accesses
Maciej W. Rozycki
2014-12-16
1
-0
/
+8
*
target-mips: Correct the writes to Status and Cause registers via gdbstub
Maciej W. Rozycki
2014-12-16
1
-84
/
+7
*
target-mips: Correct the handling of writes to CP0.Status for MIPSr6
Maciej W. Rozycki
2014-12-16
1
-2
/
+4
*
target-mips: Restore the order of helpers
Maciej W. Rozycki
2014-12-16
1
-159
/
+160
*
target-mips: Remove unused `FLOAT_OP' macro
Maciej W. Rozycki
2014-12-16
1
-2
/
+0
*
target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpers
Maciej W. Rozycki
2014-12-16
1
-1
/
+1
*
target-mips: add MSA MI10 format instructions
Yongbok Kim
2014-11-03
1
-4
/
+80
*
target-mips: remove duplicated mips/ieee mapping function
Yongbok Kim
2014-11-03
1
-2
/
+2
*
target-mips: add MSA defines and data structure
Yongbok Kim
2014-11-03
1
-0
/
+1
*
target-mips: add restrictions for possible values in registers
Leon Alrae
2014-11-03
1
-17
/
+53
*
target-mips: add BadInstr and BadInstrP support
Leon Alrae
2014-11-03
1
-2
/
+15
*
target-mips: add TLBINV support
Leon Alrae
2014-11-03
1
-7
/
+58
*
target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}
Leon Alrae
2014-11-03
1
-3
/
+22
*
target-mips: add RI and XI fields to TLB entry
Leon Alrae
2014-11-03
1
-0
/
+8
*
target-mips: add ULL suffix in bitswap to avoid compiler warning
Leon Alrae
2014-10-24
1
-6
/
+6
*
target-mips/op_helper.c: Remove unused do_lbu() function
Peter Maydell
2014-10-14
1
-1
/
+0
*
target-mips: add new Floating Point Comparison instructions
Yongbok Kim
2014-10-14
1
-0
/
+111
*
target-mips: add new Floating Point instructions
Leon Alrae
2014-10-14
1
-0
/
+104
*
target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions
Yongbok Kim
2014-10-13
1
-0
/
+23
*
target-mips: Ignore unassigned accesses with KVM
James Hogan
2014-08-07
1
-0
/
+11
*
target-mips: implement UserLocal Register
Petar Jovanovic
2014-06-18
1
-1
/
+13
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-5
/
+1
*
softmmu: commonize helper definitions
Paolo Bonzini
2014-06-05
1
-14
/
+0
*
softmmu: move ALIGNED_ONLY to cpu.h
Paolo Bonzini
2014-06-05
1
-1
/
+0
*
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
2014-06-05
1
-6
/
+5
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
1
-1
/
+1
*
target-mips: Avoid shifting left into sign bit
Peter Maydell
2014-03-27
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+3
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+9
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-3
/
+4
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-3
/
+6
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-1
/
+2
*
target-mips: add user-mode FR switch support for MIPS32r5
Petar Jovanovic
2014-02-10
1
-3
/
+38
*
target-mips: add support for CP0_Config5
Petar Jovanovic
2014-02-10
1
-0
/
+6
*
target-mips: add support for CP0_Config4
Petar Jovanovic
2014-02-10
1
-0
/
+6
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-6
/
+4
*
target-mips: Remove assignment to a variable which is never used
Stefan Weil
2013-07-29
1
-1
/
+0
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-13
/
+12
[next]