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
/
tcg
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-14
1
-4
/
+4
*
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
Philippe Mathieu-Daudé
2021-08-25
1
-35
/
+35
*
target/mips: Store CP0_Config0 in DisasContext
Philippe Mathieu-Daudé
2021-08-25
1
-0
/
+1
*
target/mips: Define gen_helper() macros in translate.h
Philippe Mathieu-Daudé
2021-08-25
1
-12
/
+0
*
target/mips: Use tcg_constant_i32() in generate_exception_err()
Philippe Mathieu-Daudé
2021-08-25
1
-5
/
+2
*
target/mips: Inline gen_helper_0e0i()
Philippe Mathieu-Daudé
2021-08-25
1
-6
/
+2
*
target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
Philippe Mathieu-Daudé
2021-08-25
1
-5
/
+1
*
target/mips: Simplify gen_helper() macros by using tcg_constant_i32()
Philippe Mathieu-Daudé
2021-08-25
1
-15
/
+5
*
target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
Philippe Mathieu-Daudé
2021-08-25
1
-12
/
+2
*
target/mips: Remove gen_helper_1e2i()
Philippe Mathieu-Daudé
2021-08-25
1
-6
/
+0
*
target/mips: Remove gen_helper_0e3i()
Philippe Mathieu-Daudé
2021-08-25
1
-6
/
+0
*
target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT
Philippe Mathieu-Daudé
2021-08-25
1
-2
/
+0
*
target/mips: Convert Vr54xx MSA* opcodes to decodetree
Philippe Mathieu-Daudé
2021-08-25
1
-53
/
+2
*
target/mips: Convert Vr54xx MUL* opcodes to decodetree
Philippe Mathieu-Daudé
2021-08-25
1
-24
/
+0
*
target/mips: Convert Vr54xx MACC* opcodes to decodetree
Philippe Mathieu-Daudé
2021-08-25
1
-16
/
+0
*
target/mips: Introduce decodetree structure for NEC Vr54xx extension
Philippe Mathieu-Daudé
2021-08-25
1
-0
/
+3
*
target/mips: Decode vendor extensions before MIPS ISAs
Philippe Mathieu-Daudé
2021-08-25
1
-3
/
+5
*
target/mips: Simplify PREF opcode
Philippe Mathieu-Daudé
2021-08-25
1
-6
/
+2
*
target/mips: Remove JR opcode unused arguments
Philippe Mathieu-Daudé
2021-08-25
1
-1
/
+1
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-19
/
+0
*
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into staging
Peter Maydell
2021-07-12
1
-14
/
+2
|
\
|
*
target/mips/tx79: Introduce LQ opcode (Load Quadword)
Philippe Mathieu-Daudé
2021-07-11
1
-14
/
+2
*
|
target/mips: Fix missing else in gen_goto_tb
Richard Henderson
2021-07-09
1
-1
/
+2
*
|
target/mips: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-15
/
+2
*
|
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
|
/
*
target/mips: Extract nanoMIPS ISA translation routines
Philippe Mathieu-Daudé
2021-07-02
1
-4922
/
+2
*
target/mips: Extract the microMIPS ISA translation routines
Philippe Mathieu-Daudé
2021-07-02
1
-3225
/
+6
*
target/mips: Extract Code Compaction ASE translation routines
Philippe Mathieu-Daudé
2021-07-02
1
-1117
/
+6
*
target/mips: Add declarations for generic TCG helpers
Philippe Mathieu-Daudé
2021-07-02
1
-5
/
+4
*
target/mips: Optimize regnames[] arrays
Philippe Mathieu-Daudé
2021-06-24
1
-2
/
+2
*
target/mips: fix emulation of nanoMIPS BPOSGE32 instruction
Aleksandar Rikalo
2021-06-24
1
-1
/
+1
*
target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases
Philippe Mathieu-Daudé
2021-06-24
1
-6
/
+0
*
target/mips: Remove SmartMIPS / MDMX unuseful comments
Philippe Mathieu-Daudé
2021-06-24
1
-8
/
+0
*
target/mips: Move TCG trace events to tcg/ sub directory
Philippe Mathieu-Daudé
2021-06-24
1
-1
/
+1
*
target/mips: Do not abort on invalid instruction
Philippe Mathieu-Daudé
2021-06-24
1
-2
/
+2
*
target/mips: Raise exception when DINSV opcode used with DSP disabled
Philippe Mathieu-Daudé
2021-06-24
1
-1
/
+2
*
target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insn
Philippe Mathieu-Daudé
2021-06-24
1
-0
/
+4
*
target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
Philippe Mathieu-Daudé
2021-06-24
1
-0
/
+2
*
target/mips: Fix 'Uncoditional' typo
Philippe Mathieu-Daudé
2021-06-05
1
-3
/
+3
*
target/mips: Move TCG source files under tcg/ sub directory
Philippe Mathieu-Daudé
2021-05-02
1
-0
/
+25682