On 5/24/19 4:33 AM, David Hildenbrand wrote: > Complicated stuff. Provide two different helpers for CC an !CC handling. > We might want to add more helpers later. > > zero_search() and match_index() are courtesy of Richard H. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/Makefile.objs | 2 +- > target/s390x/helper.h | 8 ++ > target/s390x/insn-data.def | 5 + > target/s390x/translate_vx.inc.c | 30 ++++++ > target/s390x/vec_string_helper.c | 154 +++++++++++++++++++++++++++++++ > 5 files changed, 198 insertions(+), 1 deletion(-) > create mode 100644 target/s390x/vec_string_helper.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~