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
2022-01-08
target/riscv: support for 128-bit arithmetic instructions
Frédéric Pétrot
1
-12
/
+51
2022-01-08
target/riscv: support for 128-bit shift instructions
Frédéric Pétrot
1
-15
/
+43
2022-01-08
target/riscv: support for 128-bit U-type instructions
Frédéric Pétrot
1
-0
/
+21
2022-01-08
target/riscv: support for 128-bit bitwise instructions
Frédéric Pétrot
1
-2
/
+19
2022-01-08
target/riscv: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
1
-0
/
+41
2022-01-08
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
1
-1
/
+4
2022-01-08
target/riscv: separation of bitwise logic and arithmetic helpers
Frédéric Pétrot
1
-0
/
+27
2022-01-08
target/riscv: additional macros to check instruction support
Frédéric Pétrot
1
-4
/
+16
2021-12-20
target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions
Frank Chang
1
-0
/
+2
2021-12-20
target/riscv: rvv-1.0: implement vstart CSR
Frank Chang
1
-1
/
+5
2021-12-20
target/riscv: add "set round to odd" rounding mode helper function
Frank Chang
1
-0
/
+7
2021-12-20
target/riscv: rvv-1.0: add fractional LMUL
Frank Chang
1
-2
/
+14
2021-12-20
target/riscv: rvv-1.0: remove MLEN calculations
Frank Chang
1
-2
/
+0
2021-12-20
target/riscv: rvv-1.0: add translation-time vector context status
Frank Chang
1
-0
/
+40
2021-12-20
target/riscv: zfh: implement zfhmin extension
Frank Chang
1
-0
/
+2
2021-12-20
target/riscv: zfh: half-precision convert and move
Kito Cheng
1
-0
/
+10
2021-12-20
target/riscv: zfh: half-precision load and store
Kito Cheng
1
-0
/
+8
2021-10-28
target/riscv: Implement address masking functions required for RISC-V Pointer...
Anatoly Parshintsev
1
-2
/
+37
2021-10-28
target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instr...
Alexey Baturo
1
-0
/
+8
2021-10-22
target/riscv: Compute mstatus.sd on demand
Richard Henderson
1
-3
/
+2
2021-10-22
target/riscv: Use gen_shift*_per_ol for RVB, RVI
Richard Henderson
1
-0
/
+31
2021-10-22
target/riscv: Use gen_unary_per_ol for RVB
Richard Henderson
1
-0
/
+16
2021-10-22
target/riscv: Use gen_arith_per_ol for RVM
Richard Henderson
1
-0
/
+16
2021-10-22
target/riscv: Replace DisasContext.w with DisasContext.ol
Richard Henderson
1
-25
/
+44
2021-10-22
target/riscv: Replace is_32bit with get_xl/get_xlen
Richard Henderson
1
-14
/
+17
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
1
-1
/
+1
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
1
-4
/
+6
2021-10-22
target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Frank Chang
1
-1
/
+1
2021-10-15
target/riscv: Remove exit_tb and lookup_and_goto_ptr
Richard Henderson
1
-26
/
+1
2021-10-07
target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
Frank Chang
1
-13
/
+17
2021-10-07
target/riscv: Add a REQUIRE_32BIT macro
Philipp Tomsich
1
-0
/
+6
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-2
/
+3
2021-09-01
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
1
-8
/
+5
2021-09-01
target/riscv: Use DisasExtend in shift operations
Richard Henderson
1
-62
/
+48
2021-09-01
target/riscv: Add DisasExtend to gen_unary
Richard Henderson
1
-8
/
+6
2021-09-01
target/riscv: Move gen_* helpers for RVB
Richard Henderson
1
-233
/
+0
2021-09-01
target/riscv: Move gen_* helpers for RVM
Richard Henderson
1
-127
/
+0
2021-09-01
target/riscv: Remove gen_arith_div*
Richard Henderson
1
-42
/
+0
2021-09-01
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
1
-50
/
+19
2021-09-01
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
1
-16
/
+81
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
1
-29
/
+29
2021-09-01
target/riscv: Clean up division helpers
Richard Henderson
1
-83
/
+91
2021-09-01
target/riscv: Use tcg_constant_*
Richard Henderson
1
-26
/
+10
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-17
/
+0
2021-07-09
target/riscv: Use translator_use_goto_tb
Richard Henderson
1
-19
/
+1
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
[next]