Re: [Qemu-devel] [PATCH v10.5 04/20] tcg: Add generic vector expanders

2018-01-26 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson I'm slightly confused by the fact some previously added functions in this series are seeing changes. Is this just of an artefact of building up the TCG API in stages or should the changes be rolled into the original patches? Also th

[Qemu-devel] [PATCH v10.5 04/20] tcg: Add generic vector expanders

2018-01-17 Thread Richard Henderson
Signed-off-by: Richard Henderson --- Makefile.target |2 +- accel/tcg/tcg-runtime.h | 29 + tcg/tcg-gvec-desc.h | 49 ++ tcg/tcg-op-gvec.h| 198 +++ tcg/tcg-op.h |1 + tcg/tcg-opc.h|6 + tcg/tcg.h