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
/
riscv
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
target/riscv: Use target_ulong for the DisasContext misa
Alistair Francis
1
-1
/
+1
2021-06-08
target/riscv: rvb: add/shift with prefix zero-extend
Kito Cheng
1
-0
/
+6
2021-06-08
target/riscv: rvb: address calculation
Kito Cheng
1
-0
/
+32
2021-06-08
target/riscv: rvb: generalized or-combine
Frank Chang
1
-0
/
+6
2021-06-08
target/riscv: rvb: generalized reverse
Frank Chang
1
-0
/
+28
2021-06-08
target/riscv: rvb: rotate (left/right)
Kito Cheng
1
-0
/
+36
2021-06-08
target/riscv: rvb: shift ones
Kito Cheng
1
-0
/
+14
2021-06-08
target/riscv: rvb: single-bit instructions
Frank Chang
1
-0
/
+61
2021-06-08
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
Frank Chang
1
-0
/
+39
2021-06-08
target/riscv: rvb: pack two words into one register
Kito Cheng
1
-0
/
+40
2021-06-08
target/riscv: rvb: count bits set
Frank Chang
1
-0
/
+6
2021-06-08
target/riscv: rvb: count leading/trailing zeros
Kito Cheng
1
-0
/
+38
2021-05-11
target/riscv: Consolidate RV32/64 32-bit instructions
Alistair Francis
1
-3
/
+6
2021-05-11
target/riscv: Remove an unused CASE_OP_32_64 macro
Alistair Francis
1
-6
/
+0
2021-05-11
target/riscv: Remove the hardcoded MSTATUS_SD macro
Alistair Francis
1
-2
/
+17
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
1
-2
/
+2
2021-03-22
target/riscv: Prevent lost illegal instruction exceptions
Georg Kotheimer
1
-178
/
+1
2021-01-18
riscv: Add semihosting support
Keith Packard
1
-0
/
+11
2020-11-09
target/riscv: Remove the hyp load and store functions
Alistair Francis
1
-0
/
+2
2020-08-25
target/riscv: Update the Hypervisor trap return/entry
Alistair Francis
1
-10
/
+0
2020-08-21
target/riscv: Check nanboxed inputs in trans_rvf.inc.c
Richard Henderson
1
-0
/
+18
2020-08-21
target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
Richard Henderson
1
-0
/
+11
2020-08-21
meson: target
Paolo Bonzini
1
-2
/
+2
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
1
-10
/
+10
2020-07-02
target/riscv: add vector stride load and store instructions
LIU Zhiwei
1
-0
/
+7
2020-07-02
target/riscv: add vector configure instruction
LIU Zhiwei
1
-2
/
+15
2020-07-02
target/riscv: add vector extension field in CPURISCVState
LIU Zhiwei
1
-1
/
+2
2020-06-19
target/riscv: Move the hfence instructions to the rvh decode
Alistair Francis
1
-0
/
+1
2020-02-27
target/riscv: Add the MSTATUS_MPV_ISSET helper macro
Alistair Francis
1
-1
/
+1
2020-02-27
target/riscv: Respect MPRV and SPRV for floating point ops
Alistair Francis
1
-1
/
+15
2020-02-27
target/riscv: Mark both sstatus and msstatus_hs as dirty
Alistair Francis
1
-0
/
+13
2020-02-27
target/riscv: Print priv and virt in disas log
Alistair Francis
1
-0
/
+8
2020-02-25
target/riscv: progressively load the instruction during decode
Alex Bennée
1
-19
/
+21
2020-01-24
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...
Peter Maydell
1
-1
/
+1
2020-01-16
target/riscv: update mstatus.SD when FS is set dirty
ShihPo Hung
1
-1
/
+1
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-11-14
remove unnecessary ifdef TARGET_RISCV64
hiroyuki.obinata
1
-3
/
+1
2019-10-28
target/riscv: fetch code with translator_ld
Emilio G. Cota
1
-1
/
+1
2019-08-19
target/riscv: Remove redundant declaration pragmas
Richard Henderson
1
-18
/
+1
2019-06-25
RISC-V: Add support for the Zifencei extension
Palmer Dabbelt
1
-0
/
+3
2019-05-24
target/riscv: Split gen_arith_imm into functional and temp
Richard Henderson
1
-2
/
+17
2019-05-24
target/riscv: Split RVC32 and RVC64 insns into separate files
Richard Henderson
1
-1
/
+0
2019-05-24
target/riscv: Merge argument decode for RVC shifti
Richard Henderson
1
-0
/
+6
2019-05-24
target/riscv: Use --static-decode for decodetree
Richard Henderson
1
-3
/
+0
2019-05-24
target/riscv: Name the argument sets for all of insn32 formats
Richard Henderson
1
-0
/
+18
2019-05-24
RISC-V: fix single stepping over ret and other branching instructions
Fabien Chouteau
1
-5
/
+25
2019-05-06
decodetree: Add DisasContext argument to !function expanders
Richard Henderson
1
-2
/
+2
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
1
-2
/
+2
2019-03-22
target/riscv: Zero extend the inputs of divuw and remuw
Palmer Dabbelt
1
-0
/
+21
2019-03-13
target/riscv: Remove decode_RV32_64G()
Bastian Koppelmann
1
-20
/
+1
[next]