diff options
| author | David Hildenbrand | 2019-03-07 13:15:11 +0100 |
|---|---|---|
| committer | Cornelia Huck | 2019-03-11 09:31:01 +0100 |
| commit | 6d841663be823d69a7dc22c5a175b8934d55c39c (patch) | |
| tree | 3382985fa00f640199b6cfa301189387735ef05d /python | |
| parent | s390x/tcg: Utilities for vector instruction helpers (diff) | |
| download | qemu-6d841663be823d69a7dc22c5a175b8934d55c39c.tar.gz qemu-6d841663be823d69a7dc22c5a175b8934d55c39c.tar.xz qemu-6d841663be823d69a7dc22c5a175b8934d55c39c.zip | |
s390x/tcg: Implement VECTOR GATHER ELEMENT
Let's start with a more involved one, but it is the first in the list
of vector support instructions (introduced with the vector facility).
Good thing is, we need a lot of basic infrastructure for this. Reading
and writing vector elements as well as checking element validity.
All vector instruction related translation functions will reside in
translate_vx.inc.c, to be included in translate.c - similar to how
other architectures handle it.
While at it, directly add some documentation (which contains parts about
things added in follow-up patches, but splitting this up does not make
too much sense). Also add ES_* defines heavily used later.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190307121539.12842-5-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions
