On 2/26/19 3:38 AM, David Hildenbrand wrote: > 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, checking element validity as well as loading > vector elements from memory. Storing will be added later, once needed. > > 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). > > Signed-off-by: David Hildenbrand <da...@redhat.com> > ---
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~