cputlb: ensure _cmmu helper functions follow the naming standard
commit7dec71d5ff06493184352cec5ec6332889128e3e
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 Oct 2019 15:09:10 +0000 (21 16:09 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (28 15:12 +0000)
tree6621c7dccaae56f94d93768072b6c28c33fdddcb
parent763f7e12090fa8a4f4d1902a51c7d5ac7c454090
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
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191021150910.23216-1-alex.bennee@linaro.org>
Reviewed-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