mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 18:39:26 +00:00
This operation performs d = (b & a) | (c & ~a), and is present on a majority of host vector units. Include gvec expanders. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>