|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v2 14/21] Hexagon (target/hexagon) add A5_ACS (vacsh) |
| Date: | Tue, 6 Apr 2021 13:51:19 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 3/31/21 8:53 PM, Taylor Simpson wrote:
+#define fGEN_TCG_A5_ACS(SHORTCODE) \
+ do { \
+ gen_helper_vacsh_val(RxxV, cpu_env, RxxV, RssV, RttV); \
+ gen_helper_vacsh_pred(PeV, cpu_env, RxxV, RssV, RttV); \
+ } while (0)
You've modified RxxV before its last use. I think just swapping the two lines is sufficient. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |