]> xenbits.xensource.com Git - qemu-xen.git/commit
translator: Use cpu_ld*_code instead of open-coding
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 19:14:47 +0000 (11:14 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commita6d456df2af1fada3096dd6914733c2d99c4dbb5
tree0704fdbee110f37b5bf2b87b7417ad6263733ae5
parentd03f140804b345a85973976506492027f703d82d
translator: Use cpu_ld*_code instead of open-coding

The DO_LOAD macros replicate the distinction already performed
by the cpu_ldst.h functions.  Use them.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu_ldst.h
include/exec/translator.h