[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/6] TCG vectorization and example conversion
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/6] TCG vectorization and example conversion |
Date: |
Fri, 15 Sep 2017 19:35:38 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 09/15/2017 07:34 PM, Richard Henderson wrote:
> Now addressing the complex vector op issue. I now expose TCGv_vec
> to target front-ends, but opaque wrt the vector size. One can thus
> compose vector operations, as demonstrated in target/arm/.
>
> The actual host vector length now becomes an argument to the *_vec
> opcodes. It's a little awkward, but does prevent an explosion of
> opcode values.
>
> All R-b dropped because all patches rewritten or heavily modified.
Bah. Forgot to mention that this depends on tcg-next. Full tree at
git://github.com/rth7680/qemu.git native-vector-registers-3
r~
- [Qemu-devel] [PATCH v3 3/6] target/arm: Align vector registers, (continued)
- [Qemu-devel] [PATCH v3 3/6] target/arm: Align vector registers, Richard Henderson, 2017/09/15
- [Qemu-devel] [PATCH v3 1/6] tcg: Add types and operations for host vectors, Richard Henderson, 2017/09/15
- [Qemu-devel] [PATCH v3 4/6] target/arm: Use vector infrastructure for aa64 add/sub/logic, Richard Henderson, 2017/09/15
- [Qemu-devel] [PATCH v3 2/6] tcg: Add vector expanders, Richard Henderson, 2017/09/15
- [Qemu-devel] [PATCH v3 5/6] tcg/i386: Add vector operations, Richard Henderson, 2017/09/15
- [Qemu-devel] [PATCH v3 6/6] tcg/aarch64: Add vector operations, Richard Henderson, 2017/09/15
- Re: [Qemu-devel] [PATCH v3 0/6] TCG vectorization and example conversion,
Richard Henderson <=
- Re: [Qemu-devel] [PATCH v3 0/6] TCG vectorization and example conversion, no-reply, 2017/09/26