summaryrefslogtreecommitdiffstats
path: root/target/riscv/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target/riscv: rvk: add support for zknd/zkne extension in RV32Weiwei Li2022-04-291-0/+1
* target/riscv: rvk: add support for zbkb extensionWeiwei Li2022-04-291-0/+7
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-4/+6
* target/riscv: add support for zdinxWeiwei Li2022-03-031-0/+52
* target/riscv: add support for zfinxWeiwei Li2022-03-031-1/+92
* target/riscv: hardwire mstatus.FS to zero when enable zfinxWeiwei Li2022-03-031-0/+4
* target/riscv: add support for svinval extensionWeiwei Li2022-02-161-0/+1
* target/riscv: Add XVentanaCondOps custom extensionPhilipp Tomsich2022-02-161-0/+12
* target/riscv: iterate over a table of decodersPhilipp Tomsich2022-02-161-5/+27
* target/riscv: access configuration through cfg_ptr in DisasContextPhilipp Tomsich2022-02-161-14/+0Star
* target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptrPhilipp Tomsich2022-02-161-0/+2
* target/riscv: Split pm_enabled into mask and baseLIU Zhiwei2022-01-211-4/+8
* target/riscv: Calculate address according to XLENLIU Zhiwei2022-01-211-13/+12Star
* target/riscv: Alloc tcg global for cur_pm[mask|base]LIU Zhiwei2022-01-211-24/+8Star
* target/riscv: Sign extend pc for different XLENLIU Zhiwei2022-01-211-4/+21
* target/riscv: Sign extend link reg for jal and jalrLIU Zhiwei2022-01-211-3/+1Star
* target/riscv: rvv-1.0: Add Zve32f extension into RISC-VFrank Chang2022-01-211-0/+2
* target/riscv: rvv-1.0: Add Zve64f extension into RISC-VFrank Chang2022-01-211-0/+2
* target/riscv: Implement the stval/mtval illegal instructionAlistair Francis2022-01-081-0/+3
* target/riscv: Set the opcode in DisasContextAlistair Francis2022-01-081-0/+2
* target/riscv: support for 128-bit arithmetic instructionsFrédéric Pétrot2022-01-081-12/+51
* target/riscv: support for 128-bit shift instructionsFrédéric Pétrot2022-01-081-15/+43
* target/riscv: support for 128-bit U-type instructionsFrédéric Pétrot2022-01-081-0/+21
* target/riscv: support for 128-bit bitwise instructionsFrédéric Pétrot2022-01-081-2/+19
* target/riscv: accessors to registers upper part and 128-bit load/storeFrédéric Pétrot2022-01-081-0/+41
* target/riscv: array for the 64 upper bits of 128-bit registersFrédéric Pétrot2022-01-081-1/+4
* target/riscv: separation of bitwise logic and arithmetic helpersFrédéric Pétrot2022-01-081-0/+27
* target/riscv: additional macros to check instruction supportFrédéric Pétrot2022-01-081-4/+16
* target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructionsFrank Chang2021-12-201-0/+2
* target/riscv: rvv-1.0: implement vstart CSRFrank Chang2021-12-201-1/+5
* target/riscv: add "set round to odd" rounding mode helper functionFrank Chang2021-12-201-0/+7
* target/riscv: rvv-1.0: add fractional LMULFrank Chang2021-12-201-2/+14
* target/riscv: rvv-1.0: remove MLEN calculationsFrank Chang2021-12-201-2/+0Star
* target/riscv: rvv-1.0: add translation-time vector context statusFrank Chang2021-12-201-0/+40
* target/riscv: zfh: implement zfhmin extensionFrank Chang2021-12-201-0/+2
* target/riscv: zfh: half-precision convert and moveKito Cheng2021-12-201-0/+10
* target/riscv: zfh: half-precision load and storeKito Cheng2021-12-201-0/+8
* target/riscv: Implement address masking functions required for RISC-V Pointer...Anatoly Parshintsev2021-10-281-2/+37
* target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instr...Alexey Baturo2021-10-281-0/+8
* target/riscv: Compute mstatus.sd on demandRichard Henderson2021-10-221-3/+2Star
* target/riscv: Use gen_shift*_per_ol for RVB, RVIRichard Henderson2021-10-221-0/+31
* target/riscv: Use gen_unary_per_ol for RVBRichard Henderson2021-10-221-0/+16
* target/riscv: Use gen_arith_per_ol for RVMRichard Henderson2021-10-221-0/+16
* target/riscv: Replace DisasContext.w with DisasContext.olRichard Henderson2021-10-211-25/+44
* target/riscv: Replace is_32bit with get_xl/get_xlenRichard Henderson2021-10-211-14/+17
* target/riscv: Add MXL/SXL/UXL to TB_FLAGSRichard Henderson2021-10-211-1/+1
* target/riscv: Split misa.mxl and misa.extRichard Henderson2021-10-211-4/+6
* target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvhFrank Chang2021-10-211-1/+1
* target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson2021-10-161-26/+1Star
* target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()Frank Chang2021-10-071-13/+17