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
2018-08-24
target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
Yongbok Kim
1
-0
/
+185
2018-08-24
target/mips: Add emulation of nanoMIPS FP instructions
Yongbok Kim
1
-0
/
+300
2018-08-24
target/mips: Add emulation of nanoMIPS 48-bit instructions
Yongbok Kim
1
-1
/
+65
2018-08-24
target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
Yongbok Kim
1
-1
/
+32
2018-08-24
target/mips: Add emulation of some common nanoMIPS 32-bit instructions
Yongbok Kim
1
-1
/
+267
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
Stefan Markovic
1
-0
/
+83
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit logic instructions
Yongbok Kim
1
-0
/
+38
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
Yongbok Kim
1
-0
/
+96
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit misc instructions
Yongbok Kim
1
-0
/
+41
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit shift instructions
Yongbok Kim
1
-0
/
+15
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit branch instructions
Stefan Markovic
1
-0
/
+158
2018-08-24
target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
Yongbok Kim
1
-0
/
+142
2018-08-24
target/mips: Add nanoMIPS decoding and extraction utilities
Aleksandar Markovic
1
-0
/
+11
2018-08-24
target/mips: Add placeholder and invocation of decode_nanomips_opc()
Aleksandar Markovic
1
-1
/
+17
2018-08-24
target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
Stefan Markovic
1
-2
/
+2
2018-08-24
target/mips: Add nanoMIPS DSP ASE opcodes
Stefan Markovic
1
-0
/
+215
2018-08-24
target/mips: Add nanoMIPS base instruction set opcodes
Yongbok Kim
1
-0
/
+670
2018-08-16
target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
Yongbok Kim
1
-4
/
+4
2018-08-16
target/mips: Implement CP0 Config1.WR bit functionality
Stefan Markovic
1
-0
/
+8
2018-08-16
target/mips: Add CP0 BadInstrX register
Stefan Markovic
1
-1
/
+21
2018-08-16
target/mips: Fix two instances of shadow variables
Aleksandar Markovic
1
-2
/
+2
2018-08-16
target/mips: Mark switch fallthroughs with interpretable comments
Aleksandar Markovic
1
-2
/
+3
2018-08-16
target/mips: Avoid case statements formulated by ranges - part 2
Aleksandar Rikalo
1
-7
/
+71
2018-08-16
target/mips: Avoid case statements formulated by ranges - part 1
Aleksandar Markovic
1
-49
/
+200
2018-06-27
target/mips: Fix data type for offset
Yongbok Kim
1
-4
/
+4
2018-06-27
target/mips: Update gen_flt_ldst()
Yongbok Kim
1
-8
/
+7
2018-06-27
target/mips: Fix microMIPS on reset
Yongbok Kim
1
-0
/
+5
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-2
/
+2
2018-05-18
target/mips: Honor CPU_DUMP_FPU
Richard Henderson
1
-1
/
+2
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
1
-1
/
+1
2018-05-09
target/mips: convert to TranslatorOps
Emilio G. Cota
1
-114
/
+113
2018-05-09
target/mips: use *ctx for DisasContext
Emilio G. Cota
1
-82
/
+83
2018-05-09
target/mips: convert to DisasContextBase
Emilio G. Cota
1
-171
/
+175
2018-05-09
target/mips: convert to DisasJumpType
Emilio G. Cota
1
-95
/
+91
2018-05-09
target/mips: use lookup_and_goto_ptr on BS_STOP
Emilio G. Cota
1
-1
/
+2
2018-05-09
target/mips: avoid integer overflow in next_page PC check
Emilio G. Cota
1
-3
/
+3
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-1
/
+1
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-14
/
+6
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
1
-14
/
+6
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-1
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-4
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-13
/
+13
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-7
/
+0
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
1
-2
/
+2
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
1
-17
/
+0
2017-09-21
mips: MIPSCPU model subclasses
Igor Mammedov
1
-7
/
+6
2017-09-21
mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
Philippe Mathieu-Daudé
1
-1
/
+0
[next]