On 10/21/19 8:09 AM, Alex Bennée wrote: > 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 <[email protected]> > > --- > v2 > - add signed ldsb and ldsw > --- > accel/tcg/cputlb.c | 24 +++++++++++++++++++++--- > include/exec/cpu_ldst_template.h | 4 ++-- > target/cris/translate_v10.inc.c | 3 +-- > tcg/tcg.h | 20 ++++++++++++++------ > 4 files changed, 38 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> Queued. r~
