diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2024-03-06 12:24:04 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-06-23 11:44:28 -0700 |
| commit | ebba58c44db127d676b4ab2d00e7ad1aba9f6bc4 (patch) | |
| tree | 701e46f707c57e9bfa3a1790b47dbbdea77e105f /include/tcg/tcg-op-gvec-common.h | |
| parent | 465b21ffbef3de1888d535b37a2ad0b27438580e (diff) | |
| download | focaccia-qemu-ebba58c44db127d676b4ab2d00e7ad1aba9f6bc4.tar.gz focaccia-qemu-ebba58c44db127d676b4ab2d00e7ad1aba9f6bc4.zip | |
tcg: Split out tcg_gen_gvec_mov_var
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/tcg/tcg-op-gvec-common.h')
| -rw-r--r-- | include/tcg/tcg-op-gvec-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tcg/tcg-op-gvec-common.h b/include/tcg/tcg-op-gvec-common.h index 29bcedb737..b2e797780d 100644 --- a/include/tcg/tcg-op-gvec-common.h +++ b/include/tcg/tcg-op-gvec-common.h @@ -283,6 +283,10 @@ void tcg_gen_gvec_4i(uint32_t dofs, uint32_t aofs, uint32_t bofs, uint32_t cofs, /* Expand a specific vector operation. */ +void tcg_gen_gvec_mov_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs, + TCGv_ptr abase, uint32_t aofs, + uint32_t oprsz, uint32_t maxsz); + void tcg_gen_gvec_mov(unsigned vece, uint32_t dofs, uint32_t aofs, uint32_t oprsz, uint32_t maxsz); void tcg_gen_gvec_not(unsigned vece, uint32_t dofs, uint32_t aofs, |