Home
last modified time | relevance | path

Searched hist:f7a66e3a8602b0498d340e5de959fbcf738a19b6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dtranslate.cdiff f7a66e3a8602b0498d340e5de959fbcf738a19b6 Sat May 05 07:27:23 CDT 2018 Edgar E. Iglesias <edgar.iglesias@xilinx.com> target-microblaze: Simplify address computation using tcg_gen_addi_i32()

Simplify address computation using tcg_gen_addi_i32().
tcg_gen_addi_i32() already optimizes the case when the
immediate is zero.

No functional change.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>