OSDN Git Service

cputlb: ensure _cmmu helper functions follow the naming standard
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 Oct 2019 15:09:10 +0000 (16:09 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Oct 2019 09:26:02 +0000 (10:26 +0100)
commit4cef72d0425c34cca05f1df9796bd57a96318310
tree6e6cac046edb6b4ebc2840e0c3c98705016071d0
parent2f160e0f9797c7522bfd0d09218d0c9340a5137c
cputlb: ensure _cmmu helper functions follow the naming standard

We document this in docs/devel/load-stores.rst so lets follow it. The
32 bit and 64 bit access functions have historically not included the
sign so we leave those as is. We also introduce some signed helpers
which are used for loading immediate values in the translator.

Fixes: 282dffc8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191021150910.23216-1-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/exec/cpu_ldst_template.h
target/cris/translate_v10.inc.c
tcg/tcg.h