index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: rvk: add support for zknd/zkne extension in RV32
Weiwei Li
2022-04-29
1
-0
/
+1
*
target/riscv: rvk: add support for zbkb extension
Weiwei Li
2022-04-29
1
-0
/
+7
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-4
/
+6
*
target/riscv: add support for zdinx
Weiwei Li
2022-03-03
1
-0
/
+52
*
target/riscv: add support for zfinx
Weiwei Li
2022-03-03
1
-1
/
+92
*
target/riscv: hardwire mstatus.FS to zero when enable zfinx
Weiwei Li
2022-03-03
1
-0
/
+4
*
target/riscv: add support for svinval extension
Weiwei Li
2022-02-16
1
-0
/
+1
*
target/riscv: Add XVentanaCondOps custom extension
Philipp Tomsich
2022-02-16
1
-0
/
+12
*
target/riscv: iterate over a table of decoders
Philipp Tomsich
2022-02-16
1
-5
/
+27
*
target/riscv: access configuration through cfg_ptr in DisasContext
Philipp Tomsich
2022-02-16
1
-14
/
+0
*
target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
Philipp Tomsich
2022-02-16
1
-0
/
+2
*
target/riscv: Split pm_enabled into mask and base
LIU Zhiwei
2022-01-21
1
-4
/
+8
*
target/riscv: Calculate address according to XLEN
LIU Zhiwei
2022-01-21
1
-13
/
+12
*
target/riscv: Alloc tcg global for cur_pm[mask|base]
LIU Zhiwei
2022-01-21
1
-24
/
+8
*
target/riscv: Sign extend pc for different XLEN
LIU Zhiwei
2022-01-21
1
-4
/
+21
*
target/riscv: Sign extend link reg for jal and jalr
LIU Zhiwei
2022-01-21
1
-3
/
+1
*
target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
Frank Chang
2022-01-21
1
-0
/
+2
*
target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
Frank Chang
2022-01-21
1
-0
/
+2
*
target/riscv: Implement the stval/mtval illegal instruction
Alistair Francis
2022-01-08
1
-0
/
+3
*
target/riscv: Set the opcode in DisasContext
Alistair Francis
2022-01-08
1
-0
/
+2
*
target/riscv: support for 128-bit arithmetic instructions
Frédéric Pétrot
2022-01-08
1
-12
/
+51
*
target/riscv: support for 128-bit shift instructions
Frédéric Pétrot
2022-01-08
1
-15
/
+43
*
target/riscv: support for 128-bit U-type instructions
Frédéric Pétrot
2022-01-08
1
-0
/
+21
*
target/riscv: support for 128-bit bitwise instructions
Frédéric Pétrot
2022-01-08
1
-2
/
+19
*
target/riscv: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
2022-01-08
1
-0
/
+41
*
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
2022-01-08
1
-1
/
+4
*
target/riscv: separation of bitwise logic and arithmetic helpers
Frédéric Pétrot
2022-01-08
1
-0
/
+27
*
target/riscv: additional macros to check instruction support
Frédéric Pétrot
2022-01-08
1
-4
/
+16
*
target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions
Frank Chang
2021-12-20
1
-0
/
+2
*
target/riscv: rvv-1.0: implement vstart CSR
Frank Chang
2021-12-20
1
-1
/
+5
*
target/riscv: add "set round to odd" rounding mode helper function
Frank Chang
2021-12-20
1
-0
/
+7
*
target/riscv: rvv-1.0: add fractional LMUL
Frank Chang
2021-12-20
1
-2
/
+14
*
target/riscv: rvv-1.0: remove MLEN calculations
Frank Chang
2021-12-20
1
-2
/
+0
*
target/riscv: rvv-1.0: add translation-time vector context status
Frank Chang
2021-12-20
1
-0
/
+40
*
target/riscv: zfh: implement zfhmin extension
Frank Chang
2021-12-20
1
-0
/
+2
*
target/riscv: zfh: half-precision convert and move
Kito Cheng
2021-12-20
1
-0
/
+10
*
target/riscv: zfh: half-precision load and store
Kito Cheng
2021-12-20
1
-0
/
+8
*
target/riscv: Implement address masking functions required for RISC-V Pointer...
Anatoly Parshintsev
2021-10-28
1
-2
/
+37
*
target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instr...
Alexey Baturo
2021-10-28
1
-0
/
+8
*
target/riscv: Compute mstatus.sd on demand
Richard Henderson
2021-10-22
1
-3
/
+2
*
target/riscv: Use gen_shift*_per_ol for RVB, RVI
Richard Henderson
2021-10-22
1
-0
/
+31
*
target/riscv: Use gen_unary_per_ol for RVB
Richard Henderson
2021-10-22
1
-0
/
+16
*
target/riscv: Use gen_arith_per_ol for RVM
Richard Henderson
2021-10-22
1
-0
/
+16
*
target/riscv: Replace DisasContext.w with DisasContext.ol
Richard Henderson
2021-10-21
1
-25
/
+44
*
target/riscv: Replace is_32bit with get_xl/get_xlen
Richard Henderson
2021-10-21
1
-14
/
+17
*
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
2021-10-21
1
-1
/
+1
*
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-10-21
1
-4
/
+6
*
target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Frank Chang
2021-10-21
1
-1
/
+1
*
target/riscv: Remove exit_tb and lookup_and_goto_ptr
Richard Henderson
2021-10-16
1
-26
/
+1
*
target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
Frank Chang
2021-10-07
1
-13
/
+17
[next]