aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/vector_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27target/riscv/vector_helper.c: optimize loops in ldst helpersDaniel Henrique Barboza1-3/+3
2024-03-27target/riscv/vector_helpers: do early exit when vstart >= vlDaniel Henrique Barboza1-0/+66
2024-03-27target/riscv: always clear vstart in whole vec move insnsDaniel Henrique Barboza1-0/+5
2024-03-27target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianessDaniel Henrique Barboza1-1/+9
2024-03-27target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()Daniel Henrique Barboza1-0/+1
2023-10-12target/riscv: Fix vfwmaccbf16.vfMax Chou1-1/+1
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-09-29target/riscv: vector_helper: Fixup local variables shadowingAlistair Francis1-3/+4
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk1-42/+0
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk1-200/+1
2023-09-11target/riscv: Fix page_check_range use in fault-only-firstLIU Zhiwei1-1/+1
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson1-1/+1
2023-07-19target/riscv: Fix LMUL check to use VLENRob Bradford1-2/+2
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+1
2023-07-10target/riscv: Add support for Zvfbfwma extensionWeiwei Li1-0/+11
2023-07-10target/riscv: Add support for Zvfbfmin extensionWeiwei Li1-0/+6
2023-06-13target/riscv/vector_helper.c: Remove the check for extra tail elementsXiao Wang1-16/+6
2023-06-13target/riscv/vector_helper.c: clean up reference of MTYPEXiao Wang1-5/+1
2023-06-13target/riscv: Fix pointer mask transformation for vector addressWeiwei Li1-1/+1
2023-06-13target/riscv/vector_helper.c: skip set tail when vta is zeroDaniel Henrique Barboza1-3/+8
2023-05-05target/riscv: Fix lines with over 80 charactersWeiwei Li1-26/+50
2023-05-05target/riscv: Fix format for commentsWeiwei Li1-33/+49
2023-05-05target/riscv: Fix format for indentationWeiwei Li1-78/+81
2023-03-01target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfigDaniel Henrique Barboza1-10/+10
2023-03-01target/riscv/vector_helper.c: create vext_set_tail_elems_1s()Daniel Henrique Barboza1-56/+30
2023-02-23target/riscv: Fix vslide1up.vf and vslide1down.vfLIU Zhiwei1-2/+2
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-21/+7
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-09-27target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unorderedYang Liu1-6/+13
2022-09-27target/riscv: rvv-1.0: Simplify vfwredsum codeYang Liu1-46/+10
2022-09-07target/riscv: rvv: Add mask agnostic for vector permutation instructionsYueh-Ting (eop) Chen1-2/+24
2022-09-07target/riscv: rvv: Add mask agnostic for vector mask instructionsYueh-Ting (eop) Chen1-0/+11
2022-09-07target/riscv: rvv: Add mask agnostic for vector floating-point instructionsYueh-Ting (eop) Chen1-0/+26
2022-09-07target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instruct...Yueh-Ting (eop) Chen1-10/+16
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer comparison instructionsYueh-Ting (eop) Chen1-0/+10
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer shift instructionsYueh-Ting (eop) Chen1-0/+7
2022-09-07target/riscv: rvv: Add mask agnostic for vx instructionsYueh-Ting (eop) Chen1-0/+3
2022-09-07target/riscv: rvv: Add mask agnostic for vector load / store instructionsYueh-Ting (eop) Chen1-11/+24
2022-09-07target/riscv: rvv: Add mask agnostic for vv instructionsYueh-Ting (eop) Chen1-0/+8
2022-06-10target/riscv: rvv: Add tail agnostic for vector permutation instructionseopXD1-0/+40
2022-06-10target/riscv: rvv: Add tail agnostic for vector mask instructionseopXD1-0/+30
2022-06-10target/riscv: rvv: Add tail agnostic for vector reduction instructionseopXD1-0/+20
2022-06-10target/riscv: rvv: Add tail agnostic for vector floating-point instructionseopXD1-196/+244
2022-06-10target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instruct...eopXD1-106/+114
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer merge and move instru...eopXD1-0/+20
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer comparison instructionseopXD1-0/+18
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer shift instructionseopXD1-0/+11
2022-06-10target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructionseopXD1-138/+176
2022-06-10target/riscv: rvv: Add tail agnostic for vector load / store instructionseopXD1-0/+60