]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Convert mips16e decr_and_load/store() macros to functions
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 30 Sep 2024 07:56:56 +0000 (09:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Oct 2024 15:13:59 +0000 (12:13 -0300)
commit54821ff6e909292a66ac66f104ff04e4ecf8f23e
treed7fadb1c94afcf533253d89daa886e4b1860600c
parent2cf8226fcd8b19a94539725a39b6c8242bffa79b
target/mips: Convert mips16e decr_and_load/store() macros to functions

Functions are easier to rework than macros. Besides,
there is no gain here in inlining these.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241010215015.44326-6-philmd@linaro.org>
target/mips/tcg/mips16e_translate.c.inc