Searched hist:da94123fe1803bc9bc0cc38720224efe4b1a9491 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | diff da94123fe1803bc9bc0cc38720224efe4b1a9491 Fri Dec 07 20:02:38 CST 2018 Emilio G. Cota <cota@braap.org> target/sh4: fetch code with translator_ld
There is a small wrinkle with the gUSA instruction. The translator effectively treats a (known) gUSA sequence as a single instruction. For the purposes of the plugin we end up with a long multi-instruction qemu_plugin_insn.
If the known sequence isn't detected we shall never run this translation anyway.
Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
|