]> git.ipfire.org Git - thirdparty/qemu.git/commit
Generate strided vector loads/stores with tcg nodes.
authorPaolo Savini <paolo.savini@embecosm.com>
Wed, 12 Mar 2025 15:55:47 +0000 (15:55 +0000)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 19 May 2025 03:30:24 +0000 (13:30 +1000)
commit28c12c1f2f50d7f7f1ebfc587c4777ecd50aac5b
tree52a8c636587e472eec9f0463e8eebd0583211b24
parent986222f0f994671190a94836a373fd64992cd271
Generate strided vector loads/stores with tcg nodes.

This commit improves the performance of QEMU when emulating strided vector
loads and stores by substituting the call for the helper function with the
generation of equivalent TCG operations.

Signed-off-by: Paolo Savini <paolo.savini@embecosm.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20250312155547.289642-2-paolo.savini@embecosm.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn_trans/trans_rvv.c.inc