index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
translate.c
Age
Commit message (
Expand
)
Author
2023-03-29
target/riscv: Set pc_succ_insn for !rvc illegal insn
Richard Henderson
2022-09-13
target/riscv: Honour -semihosting-config userspace=on and enable=on
Peter Maydell
2022-09-07
target/riscv: rvv: Add mask agnostic for vv instructions
Yueh-Ting (eop) Chen
2022-09-07
target/riscv: Fix typo and restore Pointer Masking functionality for RISC-V
Alexey Baturo
2022-09-07
target/riscv: fix shifts shamt value for rv128c
Frédéric Pétrot
2022-09-06
target/riscv: Make translator stop before the end of a page
Richard Henderson
2022-09-06
target/riscv: Add MAX_INSN_LEN and insn_len
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-07-03
target/riscv: Minimize the calls to decode_save_opc
Richard Henderson
2022-07-03
target/riscv: Remove generate_exception_mtval
Richard Henderson
2022-07-03
target/riscv: Set env->bins in gen_exception_illegal
Richard Henderson
2022-06-10
target/riscv: rvv: Add tail agnostic for vector load / store instructions
eopXD
2022-06-10
target/riscv: rvv: Add tail agnostic for vv instructions
eopXD
2022-05-24
target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
Anup Patel
2022-04-29
target/riscv: rvk: add support for zknd/zkne extension in RV32
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zbkb extension
Weiwei Li
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-03-03
target/riscv: add support for zdinx
Weiwei Li
2022-03-03
target/riscv: add support for zfinx
Weiwei Li
2022-03-03
target/riscv: hardwire mstatus.FS to zero when enable zfinx
Weiwei Li
2022-02-16
target/riscv: add support for svinval extension
Weiwei Li
2022-02-16
target/riscv: Add XVentanaCondOps custom extension
Philipp Tomsich
2022-02-16
target/riscv: iterate over a table of decoders
Philipp Tomsich
2022-02-16
target/riscv: access configuration through cfg_ptr in DisasContext
Philipp Tomsich
2022-02-16
target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
Philipp Tomsich
2022-01-21
target/riscv: Split pm_enabled into mask and base
LIU Zhiwei
2022-01-21
target/riscv: Calculate address according to XLEN
LIU Zhiwei
2022-01-21
target/riscv: Alloc tcg global for cur_pm[mask|base]
LIU Zhiwei
2022-01-21
target/riscv: Sign extend pc for different XLEN
LIU Zhiwei
2022-01-21
target/riscv: Sign extend link reg for jal and jalr
LIU Zhiwei
2022-01-21
target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
Frank Chang
2022-01-21
target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
Frank Chang
2022-01-08
target/riscv: Implement the stval/mtval illegal instruction
Alistair Francis
2022-01-08
target/riscv: Set the opcode in DisasContext
Alistair Francis
2022-01-08
target/riscv: support for 128-bit arithmetic instructions
Frédéric Pétrot
2022-01-08
target/riscv: support for 128-bit shift instructions
Frédéric Pétrot
2022-01-08
target/riscv: support for 128-bit U-type instructions
Frédéric Pétrot
2022-01-08
target/riscv: support for 128-bit bitwise instructions
Frédéric Pétrot
2022-01-08
target/riscv: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
2022-01-08
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
2022-01-08
target/riscv: separation of bitwise logic and arithmetic helpers
Frédéric Pétrot
2022-01-08
target/riscv: additional macros to check instruction support
Frédéric Pétrot
2021-12-20
target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions
Frank Chang
2021-12-20
target/riscv: rvv-1.0: implement vstart CSR
Frank Chang
2021-12-20
target/riscv: add "set round to odd" rounding mode helper function
Frank Chang
2021-12-20
target/riscv: rvv-1.0: add fractional LMUL
Frank Chang
2021-12-20
target/riscv: rvv-1.0: remove MLEN calculations
Frank Chang
2021-12-20
target/riscv: rvv-1.0: add translation-time vector context status
Frank Chang
2021-12-20
target/riscv: zfh: implement zfhmin extension
Frank Chang
2021-12-20
target/riscv: zfh: half-precision convert and move
Kito Cheng
[next]