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
/
insn_trans
/
trans_rvi.c.inc
Age
Commit message (
Expand
)
Author
2023-02-07
target/riscv: Ensure opcode is saved for all relevant instructions
Anup Patel
2023-01-06
target/riscv: Add itrigger support when icount is not enabled
LIU Zhiwei
2022-09-07
target/riscv: Add Zihintpause support
Dao Lu
2022-07-03
target/riscv: Minimize the calls to decode_save_opc
Richard Henderson
2022-07-03
target/riscv: Remove condition guarding register zero for auipc and lui
Víctor Colombo
2022-02-16
target/riscv: access configuration through cfg_ptr in DisasContext
Philipp Tomsich
2022-01-21
target/riscv: Calculate address according to XLEN
LIU Zhiwei
2022-01-21
target/riscv: Adjust csr write mask with XLEN
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-08
target/riscv: modification of the trans_csrxx for 128-bit support
Frédéric Pétrot
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: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
2022-01-08
target/riscv: moving some insns close to similar insns
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
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-10-28
target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instr...
Alexey Baturo
2021-10-22
target/riscv: Use gen_shift*_per_ol for RVB, RVI
Richard Henderson
2021-10-22
target/riscv: Replace DisasContext.w with DisasContext.ol
Richard Henderson
2021-10-15
target/riscv: Remove exit_tb and lookup_and_goto_ptr
Richard Henderson
2021-09-01
target/riscv: Reorg csr instructions
Richard Henderson
2021-09-01
target/riscv: Use {get, dest}_gpr for integer load/store
Richard Henderson
2021-09-01
target/riscv: Use get_gpr in branches
Richard Henderson
2021-09-01
target/riscv: Use extracts for sraiw and srliw
Richard Henderson
2021-09-01
target/riscv: Use DisasExtend in shift operations
Richard Henderson
2021-09-01
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
2021-06-08
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
Frank Chang
2021-05-11
target/riscv: Consolidate RV32/64 16-bit instructions
Alistair Francis
2021-05-11
target/riscv: Consolidate RV32/64 32-bit instructions
Alistair Francis
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini