target/alpha: Reorg fp memory operations
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 31 Jul 2021 05:56:06 +0000 (19:56 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 16:18:11 +0000 (09:18 -0700)
commit452635318b78b98f0ef2586463334565674cb9e6
treeb2507a14d3c8c600da2a5b42ecd4e45ea8767acf
parentee26ce674a93c824713542cec3b6a9ca85459165
target/alpha: Reorg fp memory operations

Pass in the context to each mini-helper, instead of an
incorrectly named "flags".  Separate gen_load_fp and
gen_store_fp, away from the integer helpers.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/translate.c