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
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
target/mips: Move cpu definitions, reset() and realize() to cpu.c
Philippe Mathieu-Daudé
1
-240
/
+0
2020-12-13
target/mips: Extract cpu_supports*/cpu_set* translate.c
Philippe Mathieu-Daudé
1
-18
/
+0
2020-12-13
target/mips: Introduce ase_mt_available() helper
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-13
target/mips: Remove mips_def_t unused argument from mvp_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-13
target/mips: Remove unused headers from translate.c
Philippe Mathieu-Daudé
1
-2
/
+0
2020-12-13
hw/mips: Move address translation helpers to target/mips/
Philippe Mathieu-Daudé
1
-2
/
+0
2020-12-13
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-11-03
target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
Huacai Chen
1
-2
/
+2
2020-11-03
target/mips: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-17
target/mips: Add loongson-ext lsdc2 group of instructions
Jiaxun Yang
1
-0
/
+179
2020-10-17
target/mips: Add loongson-ext lswc2 group of instructions (Part 2)
Jiaxun Yang
1
-2
/
+180
2020-10-17
target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
Jiaxun Yang
1
-0
/
+86
2020-10-17
target/mips: Fix some comment spelling errors
zhaolichang
1
-5
/
+5
2020-09-10
target/mips: simplify gen_compute_imm_branch logic
Alex Bennée
1
-10
/
+2
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
1
-1
/
+1
2020-06-15
target/mips: msa: Split helpers for MULV.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for SUBV.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for SUBS_U.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for SUBS_S.<B|H|W|D>
Aleksandar Markovic
1
-1
/
+14
2020-06-15
target/mips: msa: Split helpers for DOTP_U.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for DOTP_S.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for DPSUB_U.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for DPSUB_S.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for DPADD_U.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for DPADD_S.<H|W|D>
Aleksandar Markovic
1
-1
/
+11
2020-06-15
target/mips: msa: Split helpers for MSUBV.<B|H|W|D>
Aleksandar Markovic
1
-3
/
+16
2020-06-15
target/mips: msa: Split helpers for MADDV.<B|H|W|D>
Aleksandar Markovic
1
-3
/
+16
2020-06-15
target/mips: Legalize Loongson insn flags
Jiaxun Yang
1
-6
/
+7
2020-06-09
target/mips: Add Loongson-3 CPU definition
Huacai Chen
1
-0
/
+2
2020-03-28
target/mips: Fix loongson multimedia condition instructions
Jiaxun Yang
1
-4
/
+31
2020-01-29
target/mips: Add implementation of GINVT instruction
Yongbok Kim
1
-2
/
+44
2020-01-29
target/mips: Amend CP0 WatchHi register implementation
Yongbok Kim
1
-1
/
+41
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-25
target/mips: Demacro LMI decoder
Aleksandar Markovic
1
-74
/
+174
2019-10-25
target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-25
target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>
Aleksandar Markovic
1
-6
/
+26
2019-10-25
target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-25
target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>
Aleksandar Markovic
1
-13
/
+78
2019-10-25
target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>
Aleksandar Markovic
1
-6
/
+26
2019-10-25
target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>
Aleksandar Markovic
1
-15
/
+80
2019-10-25
target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>
Aleksandar Markovic
1
-12
/
+64
2019-10-25
target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-12
/
+64
2019-10-25
target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-01
target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-01
target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-01
target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-01
target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D>
Aleksandar Markovic
1
-6
/
+32
2019-10-01
target/mips: msa: Split helpers for CEQ.<B|H|W|D>
Aleksandar Markovic
1
-3
/
+16
[next]