|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v3 19/26] Hexagon (target/hexagon) add A5_ACS (vacsh) |
| Date: | Thu, 8 Apr 2021 12:28:45 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 4/7/21 6:57 PM, Taylor Simpson wrote:
Rxx32,Pe4 = vacsh(Rss32, Rtt32)
Add compare and select elements of two vectors
Test cases in tests/tcg/hexagon/multi_result.c
Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
target/hexagon/gen_tcg.h | 5 +++
target/hexagon/helper.h | 2 +
target/hexagon/imported/alu.idef | 19 ++++++++++
target/hexagon/imported/encode_pp.def | 1 +
target/hexagon/op_helper.c | 33 +++++++++++++++++
tests/tcg/hexagon/multi_result.c | 69 +++++++++++++++++++++++++++++++++++
6 files changed, 129 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |