target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
commita1b4b060d756dbc2d221d340b7adbc3e694e06d6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 15 Aug 2021 13:46:09 +0000 (15 15:46 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (25 13:02 +0200)
tree811056600c83f53cae127b961e90e0189d314a87
parent26fe92763aaf3b0d704fbdb32daf434147dc6ca7
target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros

gen_helper_1e1i() is one-line long and is used in one place:
simply inline it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210816205107.2051495-6-f4bug@amsat.org>
target/mips/tcg/translate.c