mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-02 18:15:00 +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>