Age | Commit message (Expand) | Author | Files | Lines |
2024-10-22 | tcg/riscv: Enable native vector support for TCG host | TANG Tiancheng | 1 | -3/+3 |
2024-10-22 | tcg/riscv: Implement vector roti/v/x ops | TANG Tiancheng | 2 | -3/+39 |
2024-10-22 | tcg/riscv: Implement vector shi/s/v ops | TANG Tiancheng | 3 | -3/+80 |
2024-10-22 | tcg/riscv: Implement vector min/max ops | TANG Tiancheng | 2 | -1/+34 |
2024-10-22 | tcg/riscv: Implement vector sat/mul ops | TANG Tiancheng | 2 | -2/+43 |
2024-10-22 | tcg/riscv: Accept constant first argument to sub_vec | Richard Henderson | 2 | -2/+7 |
2024-10-22 | tcg/riscv: Implement vector neg ops | TANG Tiancheng | 2 | -1/+8 |
2024-10-22 | tcg/riscv: Implement vector cmp/cmpsel ops | TANG Tiancheng | 4 | -60/+200 |
2024-10-22 | tcg/riscv: Add support for basic vector opcodes | TANG Tiancheng | 4 | -1/+85 |
2024-10-22 | tcg/riscv: Implement vector mov/dup{m/i} | TANG Tiancheng | 1 | -2/+74 |
2024-10-22 | tcg/riscv: Add basic support for vector | Huang Shiyuan | 5 | -71/+436 |
2024-07-03 | util/cpuinfo-riscv: Support host/cpuinfo.h for riscv | Richard Henderson | 2 | -101/+29 |
2024-02-03 | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson | 1 | -1/+2 |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson | 1 | -0/+2 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson | 1 | -2/+0 |
2023-10-22 | tcg/riscv: Use tcg_use_softmmu | Richard Henderson | 1 | -87/+90 |
2023-10-22 | tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zero | Richard Henderson | 1 | -2/+4 |
2023-10-07 | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-09-16 | tcg: Add tcg_out_tb_start backend hook | Richard Henderson | 1 | -0/+5 |
2023-09-15 | tcg: pass vece to tcg_target_const_match() | Jiajie Chen | 1 | -1/+1 |
2023-08-24 | tcg: spelling fixes | Michael Tokarev | 1 | -2/+2 |
2023-08-24 | tcg/riscv: Implement negsetcond_* | Richard Henderson | 2 | -2/+47 |
2023-08-24 | tcg: Introduce negsetcond opcodes | Richard Henderson | 1 | -0/+2 |
2023-08-24 | tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson | 1 | -2/+1 |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson | 2 | -9/+19 |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson | 1 | -3/+4 |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson | 1 | -0/+1 |
2023-06-05 | tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson | 1 | -6/+7 |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson | 1 | -1/+0 |
2023-05-25 | tcg/riscv: Support CTZ, CLZ from Zbb | Richard Henderson | 3 | -4/+40 |
2023-05-25 | tcg/riscv: Implement movcond | Richard Henderson | 3 | -3/+141 |
2023-05-25 | tcg/riscv: Improve setcond expansion | Richard Henderson | 1 | -36/+114 |
2023-05-25 | tcg/riscv: Support CPOP from Zbb | Richard Henderson | 2 | -2/+11 |
2023-05-25 | tcg/riscv: Support REV8 from Zbb | Richard Henderson | 2 | -5/+34 |
2023-05-25 | tcg/riscv: Support rotates from Zbb | Richard Henderson | 2 | -2/+36 |
2023-05-25 | tcg/riscv: Use ADD.UW for guest address generation | Richard Henderson | 1 | -11/+22 |
2023-05-25 | tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+Zbb | Richard Henderson | 1 | -8/+24 |
2023-05-25 | tcg/riscv: Support ANDN, ORN, XNOR from Zbb | Richard Henderson | 4 | -6/+49 |
2023-05-25 | tcg/riscv: Probe for Zba, Zbb, Zicond extensions | Richard Henderson | 2 | -0/+102 |
2023-05-16 | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson | 1 | -2/+2 |
2023-05-16 | tcg: Split INDEX_op_qemu_{ld,st}* for guest address size | Richard Henderson | 1 | -8/+16 |
2023-05-16 | tcg/riscv: Use atom_and_align_for_opc | Richard Henderson | 1 | -5/+8 |
2023-05-16 | tcg: Add INDEX_op_qemu_{ld,st}_i128 | Richard Henderson | 1 | -0/+2 |
2023-05-16 | tcg: Introduce tcg_target_has_memory_bswap | Richard Henderson | 2 | -2/+5 |
2023-05-16 | tcg/riscv: Support softmmu unaligned accesses | Richard Henderson | 1 | -20/+28 |
2023-05-16 | tcg/riscv: Use full load/store helpers in user-only mode | Richard Henderson | 1 | -29/+0 |
2023-05-16 | tcg: Unify helper_{be,le}_{ld,st}* | Richard Henderson | 1 | -42/+0 |
2023-05-11 | tcg/riscv: Simplify constraints on qemu_ld/st | Richard Henderson | 3 | -16/+3 |
2023-05-11 | tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 1 | -27/+10 |