OSDN Git Service

accel/tcg: demacro cputlb
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 15 Feb 2019 14:31:13 +0000 (14:31 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 10 May 2019 19:23:06 +0000 (20:23 +0100)
commiteed5664238ea5317689cf32426d9318686b2b75c
tree9d3b74d0fb79d15b65828ea3400b0e3b5ddd2ceb
parenta6ae23831b05a11880b40f7d58e332c45a6b04f7
accel/tcg: demacro cputlb

Instead of expanding a series of macros to generate the load/store
helpers we move stuff into common functions and rely on the compiler
to eliminate the dead code for each variant.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
accel/tcg/cputlb.c
accel/tcg/softmmu_template.h [deleted file]