On 3/1/19 3:53 AM, David Hildenbrand wrote: > To avoid an helper, we have to do the actual calculation of the element > address (offset in cpu_env + cpu_env) manually. Factor that out into > get_vec_element_ptr_i64(). The same logic will be reused for "VECTOR > LOAD VR ELEMENT FROM GR". > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/insn-data.def | 2 ++ > target/s390x/translate_vx.inc.c | 63 +++++++++++++++++++++++++++++++++ > 2 files changed, 65 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~