On 4/11/19 12:08 AM, David Hildenbrand wrote: > Fairly easy as only 128-bit handling is required. Simply perform the > subtraction and then subtract the borrow. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/insn-data.def | 2 ++ > target/s390x/translate_vx.inc.c | 27 +++++++++++++++++++++++++++ > 2 files changed, 29 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~