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~