Searched hist:f75da2988eb2457fa23d006d573220c5c680ec4e (Results 1 – 7 of 7) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op-vec.c | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg.c | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/include/tcg/ |
H A D | tcg-opc.h | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg-op.h | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg.h | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.h | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/i386/ |
H A D | tcg-target.h | f75da2988eb2457fa23d006d573220c5c680ec4e Tue Apr 30 20:01:12 UTC 2019 Richard Henderson <richard.henderson@linaro.org> 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>
|