commit | f75da2988eb2457fa23d006d573220c5c680ec4e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 30 13:01:12 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 22 15:09:43 2019 -0400 |
tree | b6192d1d40e1627a67a6dfc6f205ea5dfb1edd81 | |
parent | 38dc12947ec9106237f9cdbd428792c985cd86ae [diff] |
tcg: Add support for vector compare select Perform a per-element conditional move. This combination operation is easier to implement on some host vector units than plain cmp+bitsel. Omit the usual gvec interface, as this is intended to be used by target-specific gvec expansion call-backs. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>