index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
tcg
/
nanomips_translate.c.inc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
target/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
1
-70
/
+41
2024-10-15
target/mips: Use gen_op_addr_addi() when possible
Philippe Mathieu-Daudé
1
-3
/
+1
2024-10-15
target/mips: Replace MO_TE by mo_endian()
Philippe Mathieu-Daudé
1
-17
/
+20
2024-10-15
target/mips: Explode MO_TExx -> MO_TE | MO_xx
Philippe Mathieu-Daudé
1
-18
/
+20
2024-10-15
target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-100
/
+100
2023-09-29
target/mips: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-05-11
target/mips: Use MO_ALIGN instead of 0
Richard Henderson
1
-1
/
+1
2023-05-11
target/mips: Add missing default_tcg_memop_mask
Richard Henderson
1
-13
/
+12
2023-05-11
target/mips: Add MO_ALIGN to gen_llwp, gen_scwp
Richard Henderson
1
-2
/
+3
2023-05-05
target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-1
/
+1
2023-03-13
target/mips: Avoid tcg_const_* throughout
Richard Henderson
1
-7
/
+9
2023-03-13
target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
Richard Henderson
1
-117
/
+10
2023-03-01
target/mips: Don't use tcg_temp_local_new
Richard Henderson
1
-2
/
+2
2022-09-13
target/mips: Honour -semihosting-config userspace=on
Peter Maydell
1
-2
/
+2
2022-08-02
target/mips: Advance pc after semihosting exception
Richard Henderson
1
-2
/
+2
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
1
-2
/
+2
2022-06-11
target/mips: Add missing default cases for some nanoMIPS pools
Stefan Pejic
1
-0
/
+19
2022-06-11
target/mips: Fix emulation of nanoMIPS BNEC[32] instruction
Dragan Mladjenovic
1
-1
/
+6
2022-06-11
target/mips: Fix emulation of nanoMIPS BPOSGE32C instruction
Dragan Mladjenovic
1
-1
/
+2
2022-06-11
target/mips: Fix emulation of nanoMIPS EXTRV_S.H instruction
Dragan Mladjenovic
1
-1
/
+1
2022-06-11
target/mips: Fix emulation of nanoMIPS MTHLIP instruction
Stefan Pejic
1
-1
/
+1
2022-01-11
target/mips: Extract trap code into env->error_code
Richard Henderson
1
-2
/
+2
2021-10-17
target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6
Philippe Mathieu-Daudé
1
-0
/
+6
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-2
/
+2
2021-08-25
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
Philippe Mathieu-Daudé
1
-10
/
+10
2021-07-02
target/mips: Extract nanoMIPS ISA translation routines
Philippe Mathieu-Daudé
1
-0
/
+4922