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
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
target/mips: Clean up handling of CP0 register 6
Aleksandar Markovic
2019-08-29
1
-28
/
+28
*
|
target/mips: Clean up handling of CP0 register 5
Aleksandar Markovic
2019-08-29
1
-32
/
+32
*
|
target/mips: Clean up handling of CP0 register 4
Aleksandar Markovic
2019-08-29
1
-16
/
+20
*
|
target/mips: Clean up handling of CP0 register 3
Aleksandar Markovic
2019-08-29
1
-10
/
+10
*
|
target/mips: Clean up handling of CP0 register 2
Aleksandar Markovic
2019-08-29
1
-32
/
+32
*
|
target/mips: Clean up handling of CP0 register 1
Aleksandar Markovic
2019-08-29
1
-32
/
+32
*
|
target/mips: Clean up handling of CP0 register 0
Aleksandar Markovic
2019-08-29
1
-20
/
+20
|
/
*
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-20
1
-11
/
+0
*
target/mips: Style improvements in translate.c
Aleksandar Markovic
2019-08-19
1
-380
/
+393
*
target/mips: Add 'fall through' comments for handling nanoMips' SHXS, SWXS
Aleksandar Markovic
2019-07-22
1
-0
/
+2
*
target/mips: Add missing 'break' for certain cases of MTTR handling
Aleksandar Markovic
2019-07-15
1
-0
/
+2
*
target/mips: Add missing 'break' for certain cases of MFTR handling
Aleksandar Markovic
2019-07-15
1
-0
/
+2
*
target/mips: Add missing 'break' for a case of MTHC0 handling
Aleksandar Markovic
2019-07-15
1
-0
/
+1
*
target/mips: Correct comments in translate.c
Aleksandar Markovic
2019-07-02
1
-183
/
+314
*
target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c
Aleksandar Markovic
2019-06-21
1
-72
/
+133
*
target/mips: Fix some space checkpatch errors in translate.c
Aleksandar Markovic
2019-06-21
1
-118
/
+122
*
target/mips: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-2
/
+1
*
target/mips: Add emulation of MMI instruction PCPYUD
Mateja Marjanovic
2019-06-01
1
-1
/
+42
*
target/mips: Add emulation of MMI instruction PCPYLD
Mateja Marjanovic
2019-06-01
1
-1
/
+42
*
target/mips: Add emulation of MMI instruction PCPYH
Mateja Marjanovic
2019-06-01
1
-1
/
+65
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
2019-05-28
1
-1
/
+9
|
\
|
*
target/mips: only build mips-semi for softmmu
Alex Bennée
2019-05-28
1
-0
/
+8
|
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
1
-1
/
+1
*
|
target/mips: Refactor and fix INSERT.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
1
-1
/
+18
*
|
target/mips: Refactor and fix COPY_U.<B|H|W> instructions
Mateja Marjanovic
2019-05-26
1
-1
/
+20
*
|
target/mips: Refactor and fix COPY_S.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
1
-1
/
+18
|
/
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-2
/
+2
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-40
/
+40
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
1
-0
/
+1
*
target/mips: Preparing for adding MMI instructions
Mateja Marjanovic
2019-02-27
1
-2
/
+41
*
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
2019-02-14
1
-81
/
+42
*
target/mips: compare virtual addresses in LL/SC sequence
Leon Alrae
2019-02-14
1
-2
/
+2
*
target/mips: nanoMIPS: Fix branch handling
Stefan Markovic
2019-01-24
1
-0
/
+12
*
target/mips: Extend gen_scwp() functionality to support EVA
Aleksandar Markovic
2019-01-24
1
-4
/
+6
*
target/mips: Correct the second argument type of cpu_supports_isa()
Aleksandar Markovic
2019-01-24
1
-1
/
+1
*
target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers
Aleksandar Markovic
2019-01-24
1
-13
/
+13
*
target/mips: nanoMIPS: Remove an unused macro
Aleksandar Markovic
2019-01-24
1
-1
/
+0
*
target/mips: nanoMIPS: Remove duplicate macro definitions
Aleksandar Markovic
2019-01-24
1
-10
/
+0
*
target/mips: Introduce 32 R5900 multimedia registers
Fredrik Noring
2019-01-18
1
-0
/
+16
*
target/mips: Rename 'rn' to 'register_name'
Aleksandar Markovic
2019-01-18
1
-426
/
+432
*
target/mips: Amend preprocessor constants for CP0 registers
Aleksandar Markovic
2019-01-18
1
-138
/
+138
*
target/mips: Provide R/W access to SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
1
-4
/
+62
*
target/mips: Use preprocessor constants for 32 major CP0 registers
Aleksandar Markovic
2019-01-18
1
-136
/
+136
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
target/mips: Support R5900 three-operand MADD1 and MADDU1 instructions
Fredrik Noring
2019-01-03
1
-3
/
+9
*
target/mips: Support R5900 three-operand MADD and MADDU instructions
Philippe Mathieu-Daudé
2019-01-03
1
-5
/
+53
*
target/mips: MXU: Add handler for an align instruction
Aleksandar Markovic
2019-01-03
1
-3
/
+194
*
target/mips: MXU: Add handlers for max/min instructions
Aleksandar Markovic
2019-01-03
1
-21
/
+279
*
target/mips: MXU: Add handlers for logic instructions
Aleksandar Markovic
2019-01-03
1
-34
/
+205
*
target/mips: MXU: Improve the comment containing MXU overview
Aleksandar Markovic
2019-01-03
1
-30
/
+44
[prev]
[next]