commit | eed5664238ea5317689cf32426d9318686b2b75c | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Feb 15 14:31:13 2019 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri May 10 20:23:06 2019 +0100 |
tree | 9d3b74d0fb79d15b65828ea3400b0e3b5ddd2ceb | |
parent | a6ae23831b05a11880b40f7d58e332c45a6b04f7 [diff] |
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>